[arch-commits] Commit in python-sphinxext-opengraph/repos/community-any (2 files)

2022-03-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 9, 2022 @ 06:18:42
  Author: foutrelis
Revision: 1145638

archrelease: copy trunk to community-any

Added:
  python-sphinxext-opengraph/repos/community-any/PKGBUILD
(from rev 1145637, python-sphinxext-opengraph/trunk/PKGBUILD)
Deleted:
  python-sphinxext-opengraph/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-09 06:18:38 UTC (rev 1145637)
+++ PKGBUILD2022-03-09 06:18:42 UTC (rev 1145638)
@@ -1,34 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-_name=sphinxext-opengraph
-pkgname=python-$_name
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
-arch=('any')
-url="https://sphinxext-opengraph.readthedocs.io/";
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz
-
$pkgname-$pkgver-LICENSE.md::https://github.com/wpilibsuite/sphinxext-opengraph/raw/main/LICENSE.md)
-sha256sums=('d4f6c5ec0d4080503f79a4a9d4dec88c789f7dc6e5688a7c3eccf3c8209f0bc4'
-'26f37e2b2fdcbb20e9373f1a0a4d9f79d7c9a2ba5ef85f106df437148709da8b')
-
-prepare() {
-  cd $_name-$pkgver
-  mv {../$pkgname-$pkgver-,}LICENSE.md
-}
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxext-opengraph/repos/community-any/PKGBUILD (from rev 
1145637, python-sphinxext-opengraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-09 06:18:42 UTC (rev 1145638)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxext-opengraph
+pkgname=python-$_name
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
+arch=('any')
+url="https://sphinxext-opengraph.readthedocs.io/";
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz
+
$pkgname-$pkgver-LICENSE.md::https://github.com/wpilibsuite/sphinxext-opengraph/raw/main/LICENSE.md)
+sha256sums=('30d4dbe345da991c210626795c05918c3f9ad9f7d14d9c48812ccfa7a1ec4bab'
+'26f37e2b2fdcbb20e9373f1a0a4d9f79d7c9a2ba5ef85f106df437148709da8b')
+
+prepare() {
+  cd $_name-$pkgver
+  mv {../$pkgname-$pkgver-,}LICENSE.md
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-sphinxext-opengraph/trunk (PKGBUILD)

2022-03-08 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 9, 2022 @ 06:18:38
  Author: foutrelis
Revision: 1145637

upgpkg: python-sphinxext-opengraph 0.6.2-1: new upstream release

Modified:
  python-sphinxext-opengraph/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-09 03:28:32 UTC (rev 1145636)
+++ PKGBUILD2022-03-09 06:18:38 UTC (rev 1145637)
@@ -2,7 +2,7 @@
 
 _name=sphinxext-opengraph
 pkgname=python-$_name
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 
source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz
 
$pkgname-$pkgver-LICENSE.md::https://github.com/wpilibsuite/sphinxext-opengraph/raw/main/LICENSE.md)
-sha256sums=('d4f6c5ec0d4080503f79a4a9d4dec88c789f7dc6e5688a7c3eccf3c8209f0bc4'
+sha256sums=('30d4dbe345da991c210626795c05918c3f9ad9f7d14d9c48812ccfa7a1ec4bab'
 '26f37e2b2fdcbb20e9373f1a0a4d9f79d7c9a2ba5ef85f106df437148709da8b')
 
 prepare() {



[arch-commits] Commit in selene-linter/repos (2 files)

2022-03-08 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 9, 2022 @ 03:28:32
  Author: polyzen
Revision: 1145636

archrelease: copy trunk to community-x86_64

Added:
  selene-linter/repos/community-x86_64/
  selene-linter/repos/community-x86_64/PKGBUILD
(from rev 1145635, selene-linter/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: selene-linter/repos/community-x86_64/PKGBUILD (from rev 1145635, 
selene-linter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-03-09 03:28:32 UTC (rev 1145636)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+
+_name=selene
+pkgname=selene-linter
+pkgver=0.16.0
+pkgrel=2
+pkgdesc='Blazing-fast modern Lua linter written in Rust'
+arch=('x86_64')
+url=https://github.com/Kampfkarren/selene
+license=('MPL2')
+depends=('gcc-libs' 'openssl')
+makedepends=('rust')
+source=("$url/archive/$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('d322c76ee4fe81d33641741d2f012b048b7bcb60c7722d6e1914004a4528a9ba9b248760e345e86f2a6365d177c622e0bc244020044eb86c7762791a419f79c2')
+
+prepare() {
+  cd $_name-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked --offline
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --locked --offline
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$_name
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2022-03-08 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 9, 2022 @ 03:28:02
  Author: polyzen
Revision: 1145635

Add selene-linter

Added:
  selene-linter/
  selene-linter/repos/
  selene-linter/trunk/
  selene-linter/trunk/PKGBUILD

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Added: selene-linter/trunk/PKGBUILD
===
--- selene-linter/trunk/PKGBUILD(rev 0)
+++ selene-linter/trunk/PKGBUILD2022-03-09 03:28:02 UTC (rev 1145635)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+
+_name=selene
+pkgname=selene-linter
+pkgver=0.16.0
+pkgrel=2
+pkgdesc='Blazing-fast modern Lua linter written in Rust'
+arch=('x86_64')
+url=https://github.com/Kampfkarren/selene
+license=('MPL2')
+depends=('gcc-libs' 'openssl')
+makedepends=('rust')
+source=("$url/archive/$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('d322c76ee4fe81d33641741d2f012b048b7bcb60c7722d6e1914004a4528a9ba9b248760e345e86f2a6365d177c622e0bc244020044eb86c7762791a419f79c2')
+
+prepare() {
+  cd $_name-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked --offline
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --locked --offline
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$_name
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in stylua/repos (community-x86_64 community-x86_64/PKGBUILD)

2022-03-08 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 9, 2022 @ 03:17:10
  Author: polyzen
Revision: 1145634

archrelease: copy trunk to community-x86_64

Added:
  stylua/repos/community-x86_64/
  stylua/repos/community-x86_64/PKGBUILD
(from rev 1145633, stylua/trunk/PKGBUILD)

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: stylua/repos/community-x86_64/PKGBUILD (from rev 1145633, 
stylua/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-03-09 03:17:10 UTC (rev 1145634)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel M. Capella 
+
+_name=StyLua
+pkgname=stylua
+pkgver=0.12.5
+pkgrel=1
+pkgdesc='Code formatter for Lua'
+arch=('x86_64')
+url=https://github.com/JohnnyMorganz/StyLua
+license=('MPL2')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('46ce79fb17570ad7507fdac8f7707ec0b22c2d6140f17dc6a1947e82c25065f12311e2c5f57679281ec2434d577c1d497c0f556cb667d218582044c9e4d51bef')
+
+prepare() {
+  cd $_name-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked --offline --all-features
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --locked --offline
+  cargo test --locked --offline --features luau
+  cargo test --locked --offline --features lua52
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (stylua stylua/repos stylua/trunk stylua/trunk/PKGBUILD)

2022-03-08 Thread Daniel M. Capella via arch-commits
Date: Wednesday, March 9, 2022 @ 03:16:44
  Author: polyzen
Revision: 1145633

Add stylua

Added:
  stylua/
  stylua/repos/
  stylua/trunk/
  stylua/trunk/PKGBUILD

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Added: stylua/trunk/PKGBUILD
===
--- stylua/trunk/PKGBUILD   (rev 0)
+++ stylua/trunk/PKGBUILD   2022-03-09 03:16:44 UTC (rev 1145633)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel M. Capella 
+
+_name=StyLua
+pkgname=stylua
+pkgver=0.12.5
+pkgrel=1
+pkgdesc='Code formatter for Lua'
+arch=('x86_64')
+url=https://github.com/JohnnyMorganz/StyLua
+license=('MPL2')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('46ce79fb17570ad7507fdac8f7707ec0b22c2d6140f17dc6a1947e82c25065f12311e2c5f57679281ec2434d577c1d497c0f556cb667d218582044c9e4d51bef')
+
+prepare() {
+  cd $_name-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked --offline --all-features
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --locked --offline
+  cargo test --locked --offline --features luau
+  cargo test --locked --offline --features lua52
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in shaderc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 9, 2022 @ 02:07:26
  Author: svenstaro
Revision: 439364

archrelease: copy trunk to extra-x86_64

Added:
  shaderc/repos/extra-x86_64/PKGBUILD
(from rev 439363, shaderc/trunk/PKGBUILD)
Deleted:
  shaderc/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-09 02:07:14 UTC (rev 439363)
+++ PKGBUILD2022-03-09 02:07:26 UTC (rev 439364)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel M. Capella 
-# Contributor: Bin Jin 
-
-pkgname=shaderc
-pkgver=2022.1
-pkgrel=1
-pkgdesc='Collection of tools, libraries and tests for shader compilation'
-url='https://github.com/google/shaderc'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'gcc-libs' 'glslang' 'spirv-tools')
-makedepends=('asciidoctor' 'cmake' 'ninja' 'python' 'spirv-headers')
-provides=('libshaderc_shared.so')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/shaderc/archive/v${pkgver}.tar.gz)
-sha512sums=('21c2462cb434d94da87c71ba660f6cd5b161450d7faeff8789b41db25e64f2baa7c560e78aa856d128c5a73699215d6b1085b5ca19a4640237adf194793ad44b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # de-vendor libs and disable git versioning
-  sed '/examples/d;/third_party/d' -i CMakeLists.txt
-  sed '/build-version/d' -i glslc/CMakeLists.txt
-  cat <<- EOF > glslc/src/build-version.inc
-"${pkgver}\\n"
-"$(pacman -Q spirv-tools|cut -d \  -f 2|sed 's/-.*//')\\n"
-"$(pacman -Q glslang|cut -d \  -f 2|sed 's/-.*//')\\n"
-EOF
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cmake \
--B build \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSHADERC_SKIP_TESTS=ON \
--Dglslang_SOURCE_DIR=/usr/include/glslang \
--GNinja
-  ninja -C build
-
-  cd glslc
-  asciidoctor -b manpage README.asciidoc -o glslc.1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 glslc/glslc.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: shaderc/repos/extra-x86_64/PKGBUILD (from rev 439363, 
shaderc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-09 02:07:26 UTC (rev 439364)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel M. Capella 
+# Contributor: Bin Jin 
+
+pkgname=shaderc
+pkgver=2022.1
+pkgrel=2
+pkgdesc='Collection of tools, libraries and tests for shader compilation'
+url='https://github.com/google/shaderc'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'gcc-libs' 'glslang' 'spirv-tools')
+makedepends=('asciidoctor' 'cmake' 'ninja' 'python' 'spirv-headers')
+provides=('libshaderc_shared.so')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/shaderc/archive/v${pkgver}.tar.gz)
+sha512sums=('21c2462cb434d94da87c71ba660f6cd5b161450d7faeff8789b41db25e64f2baa7c560e78aa856d128c5a73699215d6b1085b5ca19a4640237adf194793ad44b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # de-vendor libs and disable git versioning
+  sed '/examples/d;/third_party/d' -i CMakeLists.txt
+  sed '/build-version/d' -i glslc/CMakeLists.txt
+  cat <<- EOF > glslc/src/build-version.inc
+"${pkgver}\\n"
+"$(pacman -Q spirv-tools|cut -d \  -f 2|sed 's/-.*//')\\n"
+"$(pacman -Q glslang|cut -d \  -f 2|sed 's/-.*//')\\n"
+EOF
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+-B build \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSHADERC_SKIP_TESTS=ON \
+-Dglslang_SOURCE_DIR=/usr/include/glslang \
+-GNinja
+  ninja -C build
+
+  cd glslc
+  asciidoctor -b manpage README.asciidoc -o glslc.1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 glslc/glslc.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in shaderc/trunk (PKGBUILD)

2022-03-08 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 9, 2022 @ 02:07:14
  Author: svenstaro
Revision: 439363

upgpkg: shaderc 2022.1-2: Rebuild to fix FS#74064

Modified:
  shaderc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:31:30 UTC (rev 439362)
+++ PKGBUILD2022-03-09 02:07:14 UTC (rev 439363)
@@ -4,7 +4,7 @@
 
 pkgname=shaderc
 pkgver=2022.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of tools, libraries and tests for shader compilation'
 url='https://github.com/google/shaderc'
 arch=('x86_64')



[arch-commits] Commit in obsidian/repos/community-x86_64 (8 files)

2022-03-08 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, March 8, 2022 @ 23:56:35
  Author: svenstaro
Revision: 1145631

archrelease: copy trunk to community-x86_64

Added:
  obsidian/repos/community-x86_64/PKGBUILD
(from rev 1145630, obsidian/trunk/PKGBUILD)
  obsidian/repos/community-x86_64/Packaging permission from Arch Linux.eml
(from rev 1145630, obsidian/trunk/Packaging permission from Arch Linux.eml)
  obsidian/repos/community-x86_64/obsidian.desktop
(from rev 1145630, obsidian/trunk/obsidian.desktop)
  obsidian/repos/community-x86_64/obsidian.sh
(from rev 1145630, obsidian/trunk/obsidian.sh)
Deleted:
  obsidian/repos/community-x86_64/PKGBUILD
  obsidian/repos/community-x86_64/Packaging permission from Arch Linux.eml
  obsidian/repos/community-x86_64/obsidian.desktop
  obsidian/repos/community-x86_64/obsidian.sh

--+
 PKGBUILD |   90 ++---
 obsidian.desktop |   20 +--
 obsidian.sh  |4 +-
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 23:56:22 UTC (rev 1145630)
+++ PKGBUILD2022-03-08 23:56:35 UTC (rev 1145631)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Gennadiy Mykhailiuta 
-# Contributor: Xuanwo 
-
-pkgname=obsidian
-pkgver=0.13.30
-pkgrel=2
-pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
-arch=('x86_64')
-url="https://obsidian.md/";
-license=('custom:Commercial')
-depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron16')
-makedepends=('asar')
-options=(!strip)
-source=(
-"${pkgname}.sh"
-"${pkgname}.desktop"
-
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz";
-)
-sha256sums=('4c6a634231c4ca95d8f0684a3ce755f38a45ff499589a2797023ea5c9cd0bf13'
-'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-'ca676a7430fb5967e897f8cb06ccfcb44cdc37b11dd47488ae4b80e7572f28ac')
-
-prepare() {
-cd "$srcdir"
-asar ef "${pkgname}-${pkgver}"/resources/obsidian.asar icon.png
-}
-
-package() {
-cd "$srcdir"
-
-# Install executable file
-install -Dm755 "$pkgname".sh "$pkgdir"/usr/bin/obsidian
-
-# Install desktop file
-install -Dm644 "$pkgname".desktop -t "$pkgdir"/usr/share/applications/
-install -Dm644 icon.png "$pkgdir"/usr/share/pixmaps/obsidian.png
-
-# Most of the release package is electron, but we use system's default one
-# So strip away asar packages and put them to /usr/lib/
-cd "${pkgname}-${pkgver}"/resources/
-install -dm0755 "$pkgdir"/usr/lib/obsidian
-find . -type d -exec install -d {,"$pkgdir"/usr/lib/obsidian/}{} \;
-find . -type f -exec install -D {,"$pkgdir"/usr/lib/obsidian/}{} \;
-}

Copied: obsidian/repos/community-x86_64/PKGBUILD (from rev 1145630, 
obsidian/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 23:56:35 UTC (rev 1145631)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gennadiy Mykhailiuta 
+# Contributor: Xuanwo 
+
+pkgname=obsidian
+pkgver=0.13.31
+pkgrel=1
+pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
+arch=('x86_64')
+url="https://obsidian.md/";
+license=('custom:Commercial')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron')
+makedepends=('asar')
+options=(!strip)
+source=(
+"${pkgname}.sh"
+"${pkgname}.desktop"
+
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz";
+)
+sha256sums=('b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91'
+'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
+'bf7666e72f15d4ac960d0789c61af20688f3e7a3934fb81f4fea4b183503e33b')
+
+prepare() {
+cd "$srcdir"
+asar ef "${pkgname}-${pkgver}"/resources/obsidian.asar icon.png
+}
+
+package() {
+cd "$srcdir"
+
+# Install executable file
+install -Dm755 "$pkgname".sh "$pkgdir"/usr/bin/obsidian
+
+# Install desktop file
+install -Dm644 "$pkgname".desktop -t "$pkgdir"/usr/share/applications/
+install -Dm644 icon.png "$pkgdir"/usr/share/pixmaps/obsidian.png
+
+# Most of the release package is electron, but we use system's default one
+# So strip away asar packages and put them to /usr/lib/
+cd "${pkgname}-${pkgver}"/resources/
+install -dm0755 "$pkgdir"/usr/lib/obsidian
+find . -type d -exec install -d {,"$pkgdir"/usr/lib/obsidian/}{} \;
+find . -type f -exec install -D {,"$pkgdir"/usr/lib/obsidian/}{} \;
+}

Deleted: Packaging permission from Arch Linux.eml
===
(Binary files differ)

Copied: obsidian/repos/community-x86_64/Packaging permission from Arch 
Linux.eml (from r

[arch-commits] Commit in ncdu/repos/community-x86_64 (3 files)

2022-03-08 Thread Andreas Schleifer via arch-commits
Date: Tuesday, March 8, 2022 @ 23:56:22
  Author: segaja
Revision: 1145630

archrelease: copy trunk to community-x86_64

Added:
  ncdu/repos/community-x86_64/PKGBUILD
(from rev 1145628, ncdu/trunk/PKGBUILD)
  ncdu/repos/community-x86_64/hardening.patch
(from rev 1145628, ncdu/trunk/hardening.patch)
Deleted:
  ncdu/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   90 +-
 hardening.patch |   10 ++
 2 files changed, 65 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 23:56:22 UTC (rev 1145629)
+++ PKGBUILD2022-03-08 23:56:22 UTC (rev 1145630)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Andreas 'Segaja' Schleifer 
-# Contributor: Eli Schwartz 
-# Contributor: lp76 
-# Contributor: Daenyth 
-# Contributor: Gaetan Bisson 
-
-pkgname=ncdu
-pkgver=2.1
-pkgrel=1
-pkgdesc='Disk usage analyzer with an ncurses interface'
-url='https://dev.yorhel.nl/ncdu'
-license=('MIT')
-depends=('ncurses')
-makedepends=('zig')
-arch=('x86_64')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('4ba8d20a64a55cc00af2d2c6138afcc9dc25e40a5ed6a8c544cb9e2285a195fe'
-'SKIP')
-b2sums=('9dd90b63ad7edbd402b0cdab7f5aa5263c6df562afb15229b5c2b6143cf7efc7af94fabcd710593b2fd94fca02742e08b401fc0103b1154c6cd278f5709eeef8'
-'SKIP')
-validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling 

-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make install PREFIX="${pkgdir}/usr"
-install -Dm644 LICENSES/MIT.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncdu/repos/community-x86_64/PKGBUILD (from rev 1145628, 
ncdu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 23:56:22 UTC (rev 1145630)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Andreas 'Segaja' Schleifer 
+# Contributor: Eli Schwartz 
+# Contributor: lp76 
+# Contributor: Daenyth 
+# Contributor: Gaetan Bisson 
+
+pkgname=ncdu
+pkgver=2.1
+pkgrel=2
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='https://dev.yorhel.nl/ncdu'
+license=('MIT')
+depends=('ncurses')
+makedepends=('zig')
+arch=('x86_64')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc}
+"hardening.patch")
+sha256sums=('4ba8d20a64a55cc00af2d2c6138afcc9dc25e40a5ed6a8c544cb9e2285a195fe'
+'SKIP'
+'833142036e56cd7f8ee111f2e0855f12d305d2ec03925c2f3848a14f7305abbf')
+b2sums=('9dd90b63ad7edbd402b0cdab7f5aa5263c6df562afb15229b5c2b6143cf7efc7af94fabcd710593b2fd94fca02742e08b401fc0103b1154c6cd278f5709eeef8'
+'SKIP'
+
'bf38e61d425d2d264320fcbf27ad8e3af769aaa2b3df5d51cdaf7176b8aeb84504abb157560d558094afaf1fac406a6b35cc93e769459fda2e34eacf803b210f')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling 

+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+patch --verbose --strip=1 --input=../hardening.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+zig build -Drelease-safe -Dcpu=baseline
+
+make doc
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+zig build test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D --mode=755 "./zig-out/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+
+make install-doc PREFIX="${pkgdir}/usr"
+
+install -D --mode=644 LICENSES/MIT.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: ncdu/repos/community-x86_64/hardening.patch (from rev 1145628, 
ncdu/trunk/hardening.patch)
===
--- hardening.patch (rev 0)
+++ hardening.patch 2022-03-08 23:56:22 UTC (rev 1145630)
@@ -0,0 +1,10 @@
+--- ncdu-2.1/build.zig 2022-01-01 15:59:36.0 +0100
 ncdu-2.1_patched/build.zig 2022-03-09 00:19:11.898641095 +0100
+@@ -13,6 +13,7 @@
+ exe.addCSourceFile("src/ncurses_refs.c", &[_][]const u8{});
+ exe.linkLibC();
+ exe.linkSystemLibrary("ncursesw");
++exe.pie = true;
+ exe.install();
+ 
+ const run_cmd = exe.run();



[arch-commits] Commit in obsidian/trunk (PKGBUILD obsidian.sh)

2022-03-08 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, March 8, 2022 @ 23:56:22
  Author: svenstaro
Revision: 1145629

upgpkg: obsidian 0.13.31-1

Modified:
  obsidian/trunk/PKGBUILD
  obsidian/trunk/obsidian.sh

-+
 PKGBUILD|   10 +-
 obsidian.sh |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 23:56:08 UTC (rev 1145628)
+++ PKGBUILD2022-03-08 23:56:22 UTC (rev 1145629)
@@ -3,13 +3,13 @@
 # Contributor: Xuanwo 
 
 pkgname=obsidian
-pkgver=0.13.30
-pkgrel=2
+pkgver=0.13.31
+pkgrel=1
 pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
 arch=('x86_64')
 url="https://obsidian.md/";
 license=('custom:Commercial')
-depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron16')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron')
 makedepends=('asar')
 options=(!strip)
 source=(
@@ -17,9 +17,9 @@
 "${pkgname}.desktop"
 
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz";
 )
-sha256sums=('4c6a634231c4ca95d8f0684a3ce755f38a45ff499589a2797023ea5c9cd0bf13'
+sha256sums=('b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91'
 'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-'ca676a7430fb5967e897f8cb06ccfcb44cdc37b11dd47488ae4b80e7572f28ac')
+'bf7666e72f15d4ac960d0789c61af20688f3e7a3934fb81f4fea4b183503e33b')
 
 prepare() {
 cd "$srcdir"

Modified: obsidian.sh
===
--- obsidian.sh 2022-03-08 23:56:08 UTC (rev 1145628)
+++ obsidian.sh 2022-03-08 23:56:22 UTC (rev 1145629)
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /bin/electron16 /usr/lib/obsidian/app.asar "$@"
+exec /bin/electron /usr/lib/obsidian/app.asar "$@"



[arch-commits] Commit in ncdu/trunk (PKGBUILD hardening.patch)

2022-03-08 Thread Andreas Schleifer via arch-commits
Date: Tuesday, March 8, 2022 @ 23:56:08
  Author: segaja
Revision: 1145628

upgpkg: ncdu 2.1-2; fix binary on non-AMD systems; add tests, add PIE

Added:
  ncdu/trunk/hardening.patch
Modified:
  ncdu/trunk/PKGBUILD

-+
 PKGBUILD|   34 +++---
 hardening.patch |   10 ++
 2 files changed, 37 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:41:29 UTC (rev 1145627)
+++ PKGBUILD2022-03-08 23:56:08 UTC (rev 1145628)
@@ -7,7 +7,7 @@
 
 pkgname=ncdu
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Disk usage analyzer with an ncurses interface'
 url='https://dev.yorhel.nl/ncdu'
 license=('MIT')
@@ -14,22 +14,42 @@
 depends=('ncurses')
 makedepends=('zig')
 arch=('x86_64')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc}
+"hardening.patch")
 sha256sums=('4ba8d20a64a55cc00af2d2c6138afcc9dc25e40a5ed6a8c544cb9e2285a195fe'
-'SKIP')
+'SKIP'
+'833142036e56cd7f8ee111f2e0855f12d305d2ec03925c2f3848a14f7305abbf')
 
b2sums=('9dd90b63ad7edbd402b0cdab7f5aa5263c6df562afb15229b5c2b6143cf7efc7af94fabcd710593b2fd94fca02742e08b401fc0103b1154c6cd278f5709eeef8'
-'SKIP')
+'SKIP'
+
'bf38e61d425d2d264320fcbf27ad8e3af769aaa2b3df5d51cdaf7176b8aeb84504abb157560d558094afaf1fac406a6b35cc93e769459fda2e34eacf803b210f')
 validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling 

 
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+patch --verbose --strip=1 --input=../hardening.patch
+}
+
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 
-make
+zig build -Drelease-safe -Dcpu=baseline
+
+make doc
 }
 
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+zig build test
+}
+
 package() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 
-make install PREFIX="${pkgdir}/usr"
-install -Dm644 LICENSES/MIT.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+install -D --mode=755 "./zig-out/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+
+make install-doc PREFIX="${pkgdir}/usr"
+
+install -D --mode=644 LICENSES/MIT.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Added: hardening.patch
===
--- hardening.patch (rev 0)
+++ hardening.patch 2022-03-08 23:56:08 UTC (rev 1145628)
@@ -0,0 +1,10 @@
+--- ncdu-2.1/build.zig 2022-01-01 15:59:36.0 +0100
 ncdu-2.1_patched/build.zig 2022-03-09 00:19:11.898641095 +0100
+@@ -13,6 +13,7 @@
+ exe.addCSourceFile("src/ncurses_refs.c", &[_][]const u8{});
+ exe.linkLibC();
+ exe.linkSystemLibrary("ncursesw");
++exe.pie = true;
+ exe.install();
+ 
+ const run_cmd = exe.run();



[arch-commits] Commit in libtpms/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Jonas Witschel via arch-commits
Date: Tuesday, March 8, 2022 @ 22:41:29
  Author: diabonas
Revision: 1145627

archrelease: copy trunk to community-x86_64

Added:
  libtpms/repos/community-x86_64/PKGBUILD
(from rev 1145626, libtpms/trunk/PKGBUILD)
Deleted:
  libtpms/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 22:41:13 UTC (rev 1145626)
+++ PKGBUILD2022-03-08 22:41:29 UTC (rev 1145627)
@@ -1,41 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=libtpms
-pkgver=0.9.2
-_tag=4541fd886ff90eb21924051e36f916c4d83a8ee1 # git rev-parse "v$pkgver"
-pkgrel=1
-pkgdesc='Library providing a software emulation of a Trusted Platform Module 
(TPM 1.2 and TPM 2.0)'
-arch=('x86_64')
-url='https://github.com/stefanberger/libtpms'
-license=('BSD')
-depends=('openssl')
-makedepends=('git')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 

-
-pkgver() {
-   cd "$pkgname"
-   git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-prepare() {
-   cd "$pkgname"
-   autoreconf --install --force
-}
-
-build() {
-   cd "$pkgname"
-   ./configure --prefix=/usr --with-openssl --with-tpm2
-   make
-}
-
-check() {
-   cd "$pkgname"
-   make check
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: libtpms/repos/community-x86_64/PKGBUILD (from rev 1145626, 
libtpms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 22:41:29 UTC (rev 1145627)
@@ -0,0 +1,42 @@
+# Maintainer: Jonas Witschel 
+pkgname=libtpms
+pkgver=0.9.3
+_tag=a34358b521c53abb386e4c890f566a584911d5b4 # git rev-parse "v$pkgver"
+pkgrel=1
+pkgdesc='Library providing a software emulation of a Trusted Platform Module 
(TPM 1.2 and TPM 2.0)'
+arch=('x86_64')
+url='https://github.com/stefanberger/libtpms'
+license=('BSD')
+depends=('openssl')
+makedepends=('git')
+options=('debug')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 

+
+pkgver() {
+   cd "$pkgname"
+   git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+prepare() {
+   cd "$pkgname"
+   autoreconf --install --force
+}
+
+build() {
+   cd "$pkgname"
+   ./configure --prefix=/usr --with-openssl --with-tpm2
+   make
+}
+
+check() {
+   cd "$pkgname"
+   make check
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



[arch-commits] Commit in libtpms/trunk (PKGBUILD)

2022-03-08 Thread Jonas Witschel via arch-commits
Date: Tuesday, March 8, 2022 @ 22:41:13
  Author: diabonas
Revision: 1145626

upgpkg: libtpms 0.9.3-1: upstream release, enable debug symbols

Modified:
  libtpms/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:20:24 UTC (rev 1145625)
+++ PKGBUILD2022-03-08 22:41:13 UTC (rev 1145626)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=libtpms
-pkgver=0.9.2
-_tag=4541fd886ff90eb21924051e36f916c4d83a8ee1 # git rev-parse "v$pkgver"
+pkgver=0.9.3
+_tag=a34358b521c53abb386e4c890f566a584911d5b4 # git rev-parse "v$pkgver"
 pkgrel=1
 pkgdesc='Library providing a software emulation of a Trusted Platform Module 
(TPM 1.2 and TPM 2.0)'
 arch=('x86_64')
@@ -9,6 +9,7 @@
 license=('BSD')
 depends=('openssl')
 makedepends=('git')
+options=('debug')
 source=("git+$url.git?signed#tag=$_tag")
 sha512sums=('SKIP')
 validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 




[arch-commits] Commit in pgbouncer/repos/extra-x86_64 (12 files)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:31:30
  Author: anthraxx
Revision: 439362

archrelease: copy trunk to extra-x86_64

Added:
  pgbouncer/repos/extra-x86_64/PKGBUILD
(from rev 439361, pgbouncer/trunk/PKGBUILD)
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
(from rev 439361, pgbouncer/trunk/pgbouncer.ini)
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
(from rev 439361, pgbouncer/trunk/pgbouncer.logrotate)
  pgbouncer/repos/extra-x86_64/pgbouncer.service
(from rev 439361, pgbouncer/trunk/pgbouncer.service)
  pgbouncer/repos/extra-x86_64/pgbouncer.sysusers
(from rev 439361, pgbouncer/trunk/pgbouncer.sysusers)
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf
(from rev 439361, pgbouncer/trunk/pgbouncer.tmpfiles.conf)
Deleted:
  pgbouncer/repos/extra-x86_64/PKGBUILD
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
  pgbouncer/repos/extra-x86_64/pgbouncer.service
  pgbouncer/repos/extra-x86_64/pgbouncer.sysusers
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf

-+
 PKGBUILD|  110 +++---
 pgbouncer.ini   |  104 +--
 pgbouncer.logrotate |   16 +++---
 pgbouncer.service   |   22 -
 pgbouncer.sysusers  |6 +-
 pgbouncer.tmpfiles.conf |8 +--
 6 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 22:31:23 UTC (rev 439361)
+++ PKGBUILD2022-03-08 22:31:30 UTC (rev 439362)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-
-pkgname=pgbouncer
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='Lightweight connection pooler for PostgreSQL'
-url='https://pgbouncer.github.io/'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'libevent' 'c-ares' 'libcares.so' 'systemd' 'pam' 'libpam.so' 
'openssl')
-makedepends=('asciidoc' 'xmlto')
-checkdepends=('postgresql-libs' 'postgresql')
-backup=('etc/pgbouncer/pgbouncer.ini'
-'etc/logrotate.d/pgbouncer')
-source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
-pgbouncer.ini
-pgbouncer.logrotate
-pgbouncer.service
-pgbouncer.tmpfiles.conf
-pgbouncer.sysusers)
-sha512sums=('3b6f23052ca3b8af40a618da6bed2577b92ffe27b627f8980cda2d645991434bf298f720c1d423a272961c9f3f52a9d1b28154ed7f355d539f71dc68c028b617'
-
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
-
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
-
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'
-
'0757205e5cb5f679bab00bdbed2c828a536239f380d537498bc893c77162e0978308a5f38fae4cb6470f18d6ed0fe4a3ce8f00e85aef89b14bcf6e2eab05a696'
-
'05551189022bd160ca0d64831d2559480ae2dcfe8a489aa4c22cc375c3def31d1169e48e17e6502ccd18237d79afef5bc4587f3cf14274c125eb71311d00503b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-debug \
---with-pam
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -C test check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 NEWS.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 ../pgbouncer.ini "${pkgdir}/etc/pgbouncer/pgbouncer.ini"
-  install -Dm 644 ../pgbouncer.logrotate "${pkgdir}/etc/logrotate.d/pgbouncer"
-  install -Dm 644 ../pgbouncer.service 
"${pkgdir}/usr/lib/systemd/system/pgbouncer.service"
-  install -Dm 644 ../pgbouncer.tmpfiles.conf 
"${pkgdir}/usr/lib/tmpfiles.d/pgbouncer.conf"
-  install -Dm 644 ../pgbouncer.sysusers 
"${pkgdir}/usr/lib/sysusers.d/pgbouncer.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pgbouncer/repos/extra-x86_64/PKGBUILD (from rev 439361, 
pgbouncer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 22:31:30 UTC (rev 439362)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+
+pkgname=pgbouncer
+pkgver=1.16.1
+pkgrel=1
+pkgdesc='Lightweight connection pooler for PostgreSQL'
+url='https://pgbouncer.github.io/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libevent' 'c-ares' 'libcares.so' 'systemd' 'pam' 'libpam.so' 
'openssl')
+makedepends=('asciidoc' 'xmlto')
+checkdepends=('postgresql-libs' 'postgresql')
+backup=('etc/pgbouncer/pgbouncer.ini'
+'etc/logrotate.d/pgbouncer')
+source=(https://pgbouncer.github.io/downloads/files/${pkgver}/pgbouncer-${pkgver}.tar.gz
+pgbouncer.ini
+pgbouncer.log

[arch-commits] Commit in pgbouncer/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:31:23
  Author: anthraxx
Revision: 439361

upgpkg: pgbouncer 1.16.1-1

Modified:
  pgbouncer/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:31:15 UTC (rev 439360)
+++ PKGBUILD2022-03-08 22:31:23 UTC (rev 439361)
@@ -2,7 +2,7 @@
 # Contributor: Dan McGee 
 
 pkgname=pgbouncer
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc='Lightweight connection pooler for PostgreSQL'
 url='https://pgbouncer.github.io/'
@@ -19,7 +19,7 @@
 pgbouncer.service
 pgbouncer.tmpfiles.conf
 pgbouncer.sysusers)
-sha512sums=('3b6f23052ca3b8af40a618da6bed2577b92ffe27b627f8980cda2d645991434bf298f720c1d423a272961c9f3f52a9d1b28154ed7f355d539f71dc68c028b617'
+sha512sums=('9ecb7c7ae136d85e3da434094909df3a6ff06ce8586a1848c0c00914d87a877aecbb26ea30ad8230062160f3177621cc16deb4a490e9a2a649c8032dacb86341'
 
'39abc7b11c9d7a2593941b4d2a82db998ac1b1e3da131ae276da73c7afc4eda7b69bbfd0acd39f7bce20ecb911baf0adba341ff58dcab1a57e419708e7c8d26f'
 
'1dc86704fce211b23afe7962c947c7de80a15bef219928acbf486b915d80d44a6590fbc509fe650c97b694a508bcf95d2152663863f0c372323286e644c6d60a'
 
'2b4b7129eda54b34405aa4e15a4d37b2173b529ecae070e766f1dcebd0af8f6898ee1b665a60d5f633036a52662e89967f33caacf2841dad441960230ef7'



[arch-commits] Commit in tpm2-tools/trunk (PKGBUILD)

2022-03-08 Thread Jonas Witschel via arch-commits
Date: Tuesday, March 8, 2022 @ 22:20:24
  Author: diabonas
Revision: 1145625

tpm2-tools: fix test suite for tpm2-tss 3.2.0

Modified:
  tpm2-tools/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:13:36 UTC (rev 1145624)
+++ PKGBUILD2022-03-08 22:20:24 UTC (rev 1145625)
@@ -13,10 +13,12 @@
 optdepends=('tpm2-abrmd: user space resource manager')
 options=('!lto')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
-
"tpm2-tools-5.2_fix_tests_libtpms_0.9.0.patch::$url/commit/0789bf264a108c4718875a050d00b1fdee4478b7.patch")
+
"tpm2-tools-5.2_fix_tests_libtpms_0.9.0.patch::$url/commit/0789bf264a108c4718875a050d00b1fdee4478b7.patch"
+
"tpm2-tools-5.2_fix_tests_tpm2-tss_3.2.0.patch::$url/commit/3b1f00301350848e9454c7adf0487c1a14738236.patch")
 
sha512sums=('9fb5dc298717a8a57c89d286e3590370a096c81b14d2d8d4eb5fca140d66148a8e24727ee04fb02057bbfcc3ede50e93ba0ef22396888c9df48bf6f42a5d6e6b'
 'SKIP'
-
'fad196293b281d435893f9059140faf1198537ddab7c39a964cc50f72d06a7efd79dbde6add17f4f53545de71a2d76b2a151aa4eda6c87e627822f8d0847730d')
+
'fad196293b281d435893f9059140faf1198537ddab7c39a964cc50f72d06a7efd79dbde6add17f4f53545de71a2d76b2a151aa4eda6c87e627822f8d0847730d'
+
'd0d70408e0e8f1e332761b49553473dd1600d67b0e26fe6a2fe57d5fe502ecf88b9582d5eea3e24ccebb73a425b5fb79be628e77871fac6cdcd0c7ad14a273d9')
 validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1'  # William Roberts 
(Bill Roberts) 
   '6313E6DC41AAFC315A8760A414986F6944B1F72B') # Desai, Imran 
(idesai-github-gpg) 
 
@@ -23,6 +25,8 @@
 prepare() {
cd "$pkgname-$pkgver"
patch --forward --strip=1 
--input="$srcdir/tpm2-tools-5.2_fix_tests_libtpms_0.9.0.patch"
+   patch --forward 
--input="$srcdir/tpm2-tools-5.2_fix_tests_tpm2-tss_3.2.0.patch" 
test/integration/fapi/fapi-quote-verify.sh
+   patch --forward 
--input="$srcdir/tpm2-tools-5.2_fix_tests_tpm2-tss_3.2.0.patch" 
test/integration/fapi/fapi-quote-verify_ecc.sh
 }
 
 build() {



[arch-commits] Commit in nix/repos (8 files)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 22:13:36
  Author: grawlinson
Revision: 1145624

archrelease: copy trunk to community-testing-x86_64

Added:
  nix/repos/community-testing-x86_64/
  nix/repos/community-testing-x86_64/PKGBUILD
(from rev 1145623, nix/trunk/PKGBUILD)
  nix/repos/community-testing-x86_64/nix.conf
(from rev 1145623, nix/trunk/nix.conf)
  nix/repos/community-testing-x86_64/nix.install
(from rev 1145623, nix/trunk/nix.install)
  nix/repos/community-testing-x86_64/sysusers.conf
(from rev 1145623, nix/trunk/sysusers.conf)
  nix/repos/community-testing-x86_64/tmpfiles.conf
(from rev 1145623, nix/trunk/tmpfiles.conf)
  nix/repos/community-testing-x86_64/user.environment.conf
(from rev 1145623, nix/trunk/user.environment.conf)
  nix/repos/community-testing-x86_64/user.tmpfiles.conf
(from rev 1145623, nix/trunk/user.tmpfiles.conf)

---+
 PKGBUILD  |  132 
 nix.conf  |9 +++
 nix.install   |9 +++
 sysusers.conf |   27 +
 tmpfiles.conf |4 +
 user.environment.conf |3 +
 user.tmpfiles.conf|5 +
 7 files changed, 189 insertions(+)

Copied: nix/repos/community-testing-x86_64/PKGBUILD (from rev 1145623, 
nix/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-08 22:13:36 UTC (rev 1145624)
@@ -0,0 +1,132 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Caleb Maclennan 
+
+pkgbase=nix
+pkgname=('nix' 'nix-docs')
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="A purely functional package manager"
+arch=('x86_64')
+url="https://nixos.org/nix";
+license=('LGPL')
+makedepends=(
+  'git'
+  'autoconf-archive'
+  'jq'
+  'libcpuid'
+  'gtest'
+  'lowdown'
+  'mdbook'
+  'boost'
+  'brotli'
+  'bzip2'
+  'curl'
+  'editline'
+  'gc'
+  'libseccomp'
+  'libsodium'
+  'nlohmann-json'
+  'openssl'
+  'sqlite'
+)
+_commit='ffe155abd36366a870482625543f9bf924a58281' # v2.7.0
+source=(
+  "$pkgbase::git+https://github.com/NixOS/nix.git#commit=$_commit";
+  'nix.conf'
+  'sysusers.conf'
+  'tmpfiles.conf'
+  'user.environment.conf'
+  'user.tmpfiles.conf'
+)
+sha512sums=('SKIP'
+
'46fdd1134626da81f0ec3ada47b69bb803277e8dd379052db5d8606475f5ff7ece63c8ae41b5f8ba6d2174465e1e977212c648a11c853b199e11b2014789a661'
+
'6511badd6e4c71d9b7f6e6a87ea521a9727a5569ecf48dca11ee0d04151adf083453dcf7e05eadd5c28278fd8aee9fe44bbb90067f5fc8067c99c5e9665affd9'
+
'879bc28faf877a560ac67500388d9774ec890391ef08d367a18f98ef17faeef8c7d208e747fed1fd501b07c3a3b2286af436eb1bd137de2d8ea9a9c32b48088a'
+
'5f66bbb07912fb5eb52002558ca5eec49e8b7787787c3fbb3ec7cb9831d29f1f064c392dd68807e98bc3a45fa6be87a5d420f75b7cfd52f68a821616e4cdbe70'
+
'da5b6d449f8e69c9211e6bd97b1ce4c6e398da5a34fea9a8a89a28084489a1549188e52f66ce7536903afeb75e690e764188daac20a16227b66cc14a72b7311a')
+b2sums=('SKIP'
+
'e79ceeb12faf7c38a167857ded355a74511c1d98e7fcb1efb589072c16b35f017239e6723bad04e13ed5b16cbebc91923363e36c130bf51d06a66a4d4ef54f6b'
+
'e92b8192bae89f0bc8c62371fbe63b4bfd68352699e5ea6900bf4313fd573322a06cb85074b292a005cbf644a50abbb67694f9458f071b0fd223d220494f6b6c'
+
'bffaabbe8c9efee79c7761e72a189796f35c0a40805b53fe954c10590ab9bfd0a321b45c7050ddf30810e36fa4431768f36f19fdc55085c0396ac5338b88f839'
+
'b644b6313745dca057e265281c318982750e9d55ce9b7705f47832ae66f07006cec97e9cbd79bb918a4c1174c8d20c159f8874d212381596f6fb684cb8ea928d'
+
'57610fc5fa370f9c3df50ab411dfe154b273349b3b321ad01768cacdf371e27603e8446a4e4269ccf4ca6cdb59b4a70fdcac59cda29c47eb7e7224555ec7e2e2')
+
+pkgver() {
+  cd "$pkgbase"
+
+  git describe --tags
+}
+
+prepare() {
+  cd "$pkgbase"
+
+  sed -i "s:\$(bindir):src/nix:g" doc/manual/local.mk
+}
+
+build() {
+  cd "$pkgbase"
+
+  ./bootstrap.sh
+
+  ./configure \
+--prefix=/usr \
+--libexecdir="/usr/lib/$pkgname" \
+--sysconfdir=/etc \
+--localstatedir=/nix/var \
+--with-sandbox-shell=/usr/bin/busybox \
+--enable-gc
+
+  make
+}
+
+package_nix() {
+  depends=(
+'boost-libs'
+'brotli'
+'busybox'
+'curl'
+'editline'
+'gc'
+'libarchive'
+'libcpuid'
+'lowdown'
+'libseccomp'
+'libsodium'
+'openssl'
+'sqlite'
+  )
+  backup=("etc/$pkgname/$pkgname.conf")
+  install="$pkgname.install"
+
+  # systemd integration
+  install -vDm644 tmpfiles.conf 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname-daemon.conf"
+  install -vDm644 sysusers.conf 
"$pkgdir/usr/lib/sysusers.d/$pkgname-daemon.conf"
+  install -vDm644 user.tmpfiles.conf 
"$pkgdir/usr/share/user-tmpfiles.d/$pkgname-daemon.conf"
+  install -vDm644 user.environment.conf 
"$pkgdir/usr/lib/environment.d/$pkgname-daemon.conf"
+
+  # configuration
+  install -vDm644 nix.conf -t "$pkgdir/etc/$pkgname"
+
+  # package
+  cd "$pkgbase"
+  make DESTDIR="$pkgdir" inst

[arch-commits] Commit in nix/trunk (PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 22:11:40
  Author: grawlinson
Revision: 1145623

upgpkg: nix 2.7.0-1

New upstream release.

Modified:
  nix/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:09:22 UTC (rev 1145622)
+++ PKGBUILD2022-03-08 22:11:40 UTC (rev 1145623)
@@ -3,8 +3,8 @@
 
 pkgbase=nix
 pkgname=('nix' 'nix-docs')
-pkgver=2.6.1
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="A purely functional package manager"
 arch=('x86_64')
 url="https://nixos.org/nix";
@@ -29,7 +29,7 @@
   'openssl'
   'sqlite'
 )
-_commit='e044ccb67ce38d11059de32515306f5f1bd2f04f' # v2.6.1
+_commit='ffe155abd36366a870482625543f9bf924a58281' # v2.7.0
 source=(
   "$pkgbase::git+https://github.com/NixOS/nix.git#commit=$_commit";
   'nix.conf'
@@ -61,9 +61,6 @@
   cd "$pkgbase"
 
   sed -i "s:\$(bindir):src/nix:g" doc/manual/local.mk
-
-  # devendor nlohmann https://github.com/NixOS/nix/issues/5981
-  git cherry-pick --no-commit 9691f86ff71a6cd1fc0c6337fa326cb49cfb33fc
 }
 
 build() {



[arch-commits] Commit in impacket/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:09:22
  Author: anthraxx
Revision: 1145622

archrelease: copy trunk to community-any

Added:
  impacket/repos/community-any/PKGBUILD
(from rev 1145621, impacket/trunk/PKGBUILD)
Deleted:
  impacket/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 22:09:18 UTC (rev 1145621)
+++ PKGBUILD2022-03-08 22:09:22 UTC (rev 1145622)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sirat18 
-# Contributor: Paolo Giangrandi 
-
-pkgname=impacket
-pkgver=0.9.23
-pkgrel=2
-pkgdesc='Collection of classes for working with network protocols'
-url='https://github.com/CoreSecurity/impacket'
-arch=('any')
-license=('Apache')
-depends=('python' 'python-pycryptodome' 'python-pycryptodomex' 'python-pyasn1'
- 'python-pcapy' 'python-pyopenssl' 'python-six' 'python-ldap3' 
'python-flask')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-cryptography')
-source=(https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz)
-sha256sums=('398f006b0ecfe85aff01b77e1d6df51df482c614dfa2f24e6fc2bc5b349ffa11')
-sha512sums=('1a19621f03a4ad6a92001deeca1399582bf3a2e92ebccba214f17d563b65c4da22ea9651d2c84fcdc30ecc42103107a36ea1d14c9dd833788ab0b2c046132e45')
-
-prepare() {
-  cd ${pkgname}-${pkgname}_${pkgver//./_}
-  sed -e '/test_smb.py/d' \
--e '/test_nmb.py/d' \
--e '/test_ntlm.py/d' \
--e '/test_ldap.py/d' \
--e '/rundce.sh/d' \
--i tests/runall.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgname}_${pkgver//./_}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgname}_${pkgver//./_}/tests
-  ./runall.sh
-}
-
-package() {
-  cd ${pkgname}-${pkgname}_${pkgver//./_}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  ln -s "/usr/lib/python${PYTHONVERSION}/site-packages/impacket/examples" 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: impacket/repos/community-any/PKGBUILD (from rev 1145621, 
impacket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 22:09:22 UTC (rev 1145622)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sirat18 
+# Contributor: Paolo Giangrandi 
+
+pkgname=impacket
+pkgver=0.9.24
+pkgrel=1
+pkgdesc='Collection of classes for working with network protocols'
+url='https://github.com/CoreSecurity/impacket'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-pycryptodome' 'python-pycryptodomex' 'python-pyasn1'
+ 'python-pcapy' 'python-pyopenssl' 'python-six' 'python-ldap3' 
'python-flask')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-cryptography')
+source=(https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz)
+sha256sums=('da3a6ff23122576d805d6841561f7de8a3edbd9e706a5acdb156d12982cae099')
+sha512sums=('4e5ca6554353c0e6d73ba9feaf93338961862cc17d176fdf7cf734306a385ecadf1febbd06cf1ddbd179de8941b52768678dbf3f86c106a27f0992aa002305c0')
+
+prepare() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}
+  sed -e '/test_smb.py/d' \
+-e '/test_nmb.py/d' \
+-e '/test_ntlm.py/d' \
+-e '/test_ldap.py/d' \
+-e '/rundce.sh/d' \
+-i tests/runall.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}/tests
+  ./runall.sh
+}
+
+package() {
+  cd ${pkgname}-${pkgname}_${pkgver//./_}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 ChangeLog.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  ln -s "/usr/lib/python${PYTHONVERSION}/site-packages/impacket/examples" 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in impacket/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:09:18
  Author: anthraxx
Revision: 1145621

upgpkg: impacket 0.9.24-1

Modified:
  impacket/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:08:36 UTC (rev 1145620)
+++ PKGBUILD2022-03-08 22:09:18 UTC (rev 1145621)
@@ -3,8 +3,8 @@
 # Contributor: Paolo Giangrandi 
 
 pkgname=impacket
-pkgver=0.9.23
-pkgrel=2
+pkgver=0.9.24
+pkgrel=1
 pkgdesc='Collection of classes for working with network protocols'
 url='https://github.com/CoreSecurity/impacket'
 arch=('any')
@@ -13,8 +13,8 @@
  'python-pcapy' 'python-pyopenssl' 'python-six' 'python-ldap3' 
'python-flask')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-cryptography')
 
source=(https://github.com/CoreSecurity/impacket/archive/impacket_${pkgver//./_}.tar.gz)
-sha256sums=('398f006b0ecfe85aff01b77e1d6df51df482c614dfa2f24e6fc2bc5b349ffa11')
-sha512sums=('1a19621f03a4ad6a92001deeca1399582bf3a2e92ebccba214f17d563b65c4da22ea9651d2c84fcdc30ecc42103107a36ea1d14c9dd833788ab0b2c046132e45')
+sha256sums=('da3a6ff23122576d805d6841561f7de8a3edbd9e706a5acdb156d12982cae099')
+sha512sums=('4e5ca6554353c0e6d73ba9feaf93338961862cc17d176fdf7cf734306a385ecadf1febbd06cf1ddbd179de8941b52768678dbf3f86c106a27f0992aa002305c0')
 
 prepare() {
   cd ${pkgname}-${pkgname}_${pkgver//./_}
@@ -39,7 +39,7 @@
 package() {
   cd ${pkgname}-${pkgname}_${pkgver//./_}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 ChangeLog.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
   ln -s "/usr/lib/python${PYTHONVERSION}/site-packages/impacket/examples" 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
 }



[arch-commits] Commit in iperf3/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:08:36
  Author: anthraxx
Revision: 1145620

archrelease: copy trunk to community-x86_64

Added:
  iperf3/repos/community-x86_64/PKGBUILD
(from rev 1145619, iperf3/trunk/PKGBUILD)
Deleted:
  iperf3/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 22:08:31 UTC (rev 1145619)
+++ PKGBUILD2022-03-08 22:08:36 UTC (rev 1145620)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.10.1
-pkgrel=1
-pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
-url='https://github.com/esnet/iperf'
-arch=('x86_64')
-license=('BSD')
-depends=('glibc' 'openssl')
-provides=('libiperf.so')
-source=(https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha512sums=('127a5276bad07401cafb43093f8677c5b4672aae9b4ab4fab5e2987b9f2e664b7370a39d260a4da572aeb318f02df9c491f1214602e5e3bde617127d1f049243')
-b2sums=('f87962e821c099e2d59424abb78b86edb13602f0eee004acb541485cef6830877b5dc1aba68ee39bc97fceaf07d4efb0b32ec4373882323332bfde0ce7eeb4b6')
-
-build() {
-  cd iperf-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd iperf-${pkgver}
-  make check
-}
-
-package() {
-  cd iperf-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/*{.am,.in,.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 1145619, 
iperf3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 22:08:36 UTC (rev 1145620)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.11
+pkgrel=1
+pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
+url='https://github.com/esnet/iperf'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'openssl')
+provides=('libiperf.so')
+source=(https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
+sha512sums=('99dc0473a6b00f30190c7e82a259836db666c2ba95dad17af4450c49b0d09b005f3dcd9bd7b6703b62f92f67cb602f206da9d3e815eeba06b3a4751164d91c8f')
+b2sums=('82a7edf0a40a7addd10ae847a685a5d9d39c75bd428ddeb35a1e36d6b270954f2250638a854fa1f7c470884ebc843c20e833c804e9bd20e0f909421301dd97fc')
+
+build() {
+  cd iperf-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd iperf-${pkgver}
+  make check
+}
+
+package() {
+  cd iperf-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/*{.am,.in,.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in iperf3/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:08:31
  Author: anthraxx
Revision: 1145619

upgpkg: iperf3 3.11-1

Modified:
  iperf3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:08:06 UTC (rev 1145618)
+++ PKGBUILD2022-03-08 22:08:31 UTC (rev 1145619)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.10.1
+pkgver=3.11
 pkgrel=1
 pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
 url='https://github.com/esnet/iperf'
@@ -14,8 +14,8 @@
 depends=('glibc' 'openssl')
 provides=('libiperf.so')
 source=(https://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
-sha512sums=('127a5276bad07401cafb43093f8677c5b4672aae9b4ab4fab5e2987b9f2e664b7370a39d260a4da572aeb318f02df9c491f1214602e5e3bde617127d1f049243')
-b2sums=('f87962e821c099e2d59424abb78b86edb13602f0eee004acb541485cef6830877b5dc1aba68ee39bc97fceaf07d4efb0b32ec4373882323332bfde0ce7eeb4b6')
+sha512sums=('99dc0473a6b00f30190c7e82a259836db666c2ba95dad17af4450c49b0d09b005f3dcd9bd7b6703b62f92f67cb602f206da9d3e815eeba06b3a4751164d91c8f')
+b2sums=('82a7edf0a40a7addd10ae847a685a5d9d39c75bd428ddeb35a1e36d6b270954f2250638a854fa1f7c470884ebc843c20e833c804e9bd20e0f909421301dd97fc')
 
 build() {
   cd iperf-${pkgver}



[arch-commits] Commit in python-bidict/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:08:06
  Author: anthraxx
Revision: 1145618

archrelease: copy trunk to community-any

Added:
  python-bidict/repos/community-any/PKGBUILD
(from rev 1145617, python-bidict/trunk/PKGBUILD)
Deleted:
  python-bidict/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 22:08:02 UTC (rev 1145617)
+++ PKGBUILD2022-03-08 22:08:06 UTC (rev 1145618)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Omar Pakker 
-
-pkgname=python-bidict
-_name=${pkgname#python-}
-pkgver=0.21.3
-pkgrel=3
-pkgdesc='Bidirectional mapping library for Python'
-url='https://bidict.readthedocs.org/'
-arch=('any')
-license=('MPL2')
-depends=('python')
-makedepends=('python-setuptools' 'python-pip' 'python-wheel')
-checkdepends=('python-pytest' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-pytest-benchmark'
- 'python-hypothesis' 'python-py-cpuinfo')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('d50bd81fae75e34198ffc94979a0eb0939ff9adb3ef32bcc93a913d8b3e3ed1d')
-b2sums=('d6fe581d3114e03fda76a0dcc47a65a5d0a840f17e5eb492341a6498f79b0f57f1d342220016001da4342baecdc1e5b575268d73a21fc01a0520fc11f31ff5ab')
-
-build() {
-  cd "bidict-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "bidict-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "bidict-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-bidict/repos/community-any/PKGBUILD (from rev 1145617, 
python-bidict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 22:08:06 UTC (rev 1145618)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Omar Pakker 
+
+pkgname=python-bidict
+_name=${pkgname#python-}
+pkgver=0.21.4
+pkgrel=1
+pkgdesc='Bidirectional mapping library for Python'
+url='https://bidict.readthedocs.org/'
+arch=('any')
+license=('MPL2')
+depends=('python')
+makedepends=('python-setuptools' 'python-pip' 'python-wheel')
+checkdepends=('python-pytest' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-pytest-benchmark'
+ 'python-hypothesis' 'python-py-cpuinfo' 
'python-sortedcollections')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
+sha256sums=('42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f')
+b2sums=('36933b070a30c5f64c28dda2efccc1d22a8a56a5b13b25c14f240a3bf6ee17d1f2cfee0b6d4f43f86bb1a14dd626acc0b611c8b2e4d2047529d46b463344c7d3')
+
+build() {
+  cd "bidict-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "bidict-${pkgver}"
+  PYTHONPATH="build/lib" pytest
+}
+
+package() {
+  cd "bidict-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-bidict/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:08:02
  Author: anthraxx
Revision: 1145617

upgpkg: python-bidict 0.21.4-1

Modified:
  python-bidict/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:05:41 UTC (rev 1145616)
+++ PKGBUILD2022-03-08 22:08:02 UTC (rev 1145617)
@@ -3,8 +3,8 @@
 
 pkgname=python-bidict
 _name=${pkgname#python-}
-pkgver=0.21.3
-pkgrel=3
+pkgver=0.21.4
+pkgrel=1
 pkgdesc='Bidirectional mapping library for Python'
 url='https://bidict.readthedocs.org/'
 arch=('any')
@@ -12,10 +12,10 @@
 depends=('python')
 makedepends=('python-setuptools' 'python-pip' 'python-wheel')
 checkdepends=('python-pytest' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-pytest-benchmark'
- 'python-hypothesis' 'python-py-cpuinfo')
+ 'python-hypothesis' 'python-py-cpuinfo' 
'python-sortedcollections')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('d50bd81fae75e34198ffc94979a0eb0939ff9adb3ef32bcc93a913d8b3e3ed1d')
-b2sums=('d6fe581d3114e03fda76a0dcc47a65a5d0a840f17e5eb492341a6498f79b0f57f1d342220016001da4342baecdc1e5b575268d73a21fc01a0520fc11f31ff5ab')
+sha256sums=('42c84ffbe6f8de898af6073b4be9ea7ccedcd78d3474aa844c54e49d5a079f6f')
+b2sums=('36933b070a30c5f64c28dda2efccc1d22a8a56a5b13b25c14f240a3bf6ee17d1f2cfee0b6d4f43f86bb1a14dd626acc0b611c8b2e4d2047529d46b463344c7d3')
 
 build() {
   cd "bidict-${pkgver}"
@@ -24,7 +24,7 @@
 
 check() {
   cd "bidict-${pkgver}"
-  python setup.py test
+  PYTHONPATH="build/lib" pytest
 }
 
 package() {



[arch-commits] Commit in python-sortedcollections/repos (2 files)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:05:41
  Author: anthraxx
Revision: 1145616

archrelease: copy trunk to community-any

Added:
  python-sortedcollections/repos/community-any/
  python-sortedcollections/repos/community-any/PKGBUILD
(from rev 1145615, python-sortedcollections/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: python-sortedcollections/repos/community-any/PKGBUILD (from rev 
1145615, python-sortedcollections/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-03-08 22:05:41 UTC (rev 1145616)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+_pyname=sortedcollections
+pkgname=python-${_pyname}
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Sorted Collections Library'
+url='https://github.com/grantjenks/python-sortedcollections'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-sortedcontainers')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('7cb95af1791ab8f8c99847c1b9e0b8c1e7cc7dfe8a9df5db8bb3c96ceb2f15d7351ab4ff081d037d34dbb6c3108f4b575ca22c9e9e911a727d31b9ba3bf975f6')
+b2sums=('5de36155858dc055c9412ff410bd70b489aba292a2956216db95641e10dcb249b98e5c005c4d7c4fd00b25c3315c65b3f43f404737591632ac223a4045b775b5')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 22:05:34
  Author: anthraxx
Revision: 1145615

addpkg: python-sortedcollections 2.1.0-1

Added:
  python-sortedcollections/
  python-sortedcollections/repos/
  python-sortedcollections/trunk/
  python-sortedcollections/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: python-sortedcollections/trunk/PKGBUILD
===
--- python-sortedcollections/trunk/PKGBUILD (rev 0)
+++ python-sortedcollections/trunk/PKGBUILD 2022-03-08 22:05:34 UTC (rev 
1145615)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+_pyname=sortedcollections
+pkgname=python-${_pyname}
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Sorted Collections Library'
+url='https://github.com/grantjenks/python-sortedcollections'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-sortedcontainers')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('7cb95af1791ab8f8c99847c1b9e0b8c1e7cc7dfe8a9df5db8bb3c96ceb2f15d7351ab4ff081d037d34dbb6c3108f4b575ca22c9e9e911a727d31b9ba3bf975f6')
+b2sums=('5de36155858dc055c9412ff410bd70b489aba292a2956216db95641e10dcb249b98e5c005c4d7c4fd00b25c3315c65b3f43f404737591632ac223a4045b775b5')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in sqlfluff/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 22:03:17
  Author: grawlinson
Revision: 1145614

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1145613, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 22:02:21 UTC (rev 1145613)
+++ PKGBUILD2022-03-08 22:03:17 UTC (rev 1145614)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.10.1
-pkgrel=2
-pkgdesc="A dialect-flexible and configurable SQL linter"
-arch=('any')
-url="https://www.sqlfluff.com";
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='73a66ff5172580e6c4bc61f1facb3d366db4e0d9' # 0.10.1
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1145613, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 22:03:17 UTC (rev 1145614)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="A dialect-flexible and configurable SQL linter"
+arch=('any')
+url="https://www.sqlfluff.com";
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='e12a81c2a0cccebeead35493a61a1414cd722661' # 0.11.0
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



[arch-commits] Commit in sqlfluff/trunk (PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 22:02:21
  Author: grawlinson
Revision: 1145613

upgpkg: sqlfluff 0.11.0-1

New upstream release.

Modified:
  sqlfluff/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:02:01 UTC (rev 1145612)
+++ PKGBUILD2022-03-08 22:02:21 UTC (rev 1145613)
@@ -2,8 +2,8 @@
 # Contributor: Morteza NourelahiAlamdari 
 
 pkgname=sqlfluff
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="A dialect-flexible and configurable SQL linter"
 arch=('any')
 url="https://www.sqlfluff.com";
@@ -33,7 +33,7 @@
   'python-installer'
 )
 checkdepends=('python-hypothesis')
-_commit='73a66ff5172580e6c4bc61f1facb3d366db4e0d9' # 0.10.1
+_commit='e12a81c2a0cccebeead35493a61a1414cd722661' # 0.11.0
 
source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit";)
 b2sums=('SKIP')
 



[arch-commits] Commit in gitlab-shell/repos (6 files)

2022-03-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 8, 2022 @ 22:02:01
  Author: anatolik
Revision: 1145612

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-shell/repos/community-testing-x86_64/
  gitlab-shell/repos/community-testing-x86_64/PKGBUILD
(from rev 1145611, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-testing-x86_64/configs.patch
(from rev 1145611, gitlab-shell/trunk/configs.patch)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.gitconfig
(from rev 1145611, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.install
(from rev 1145611, gitlab-shell/trunk/gitlab-shell.install)
  gitlab-shell/repos/community-testing-x86_64/gitlab-shell.sysusers
(from rev 1145611, gitlab-shell/trunk/gitlab-shell.sysusers)

+
 PKGBUILD   |   98 +++
 configs.patch  |   65 +++
 gitlab-shell.gitconfig |   12 +
 gitlab-shell.install   |4 +
 gitlab-shell.sysusers  |1 
 5 files changed, 180 insertions(+)

Copied: gitlab-shell/repos/community-testing-x86_64/PKGBUILD (from rev 1145611, 
gitlab-shell/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-08 22:02:01 UTC (rev 1145612)
@@ -0,0 +1,98 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-shell
+pkgver=13.24.0
+pkgrel=1
+epoch=3
+pkgdesc="Git management software"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-shell/";
+license=('MIT')
+depends=('ruby' 'redis' 'git')
+makedepends=('go')
+options=('!strip' '!lto')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+"etc/webapps/${pkgname}/.gitconfig")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/-/archive/v${pkgver}/gitlab-shell-v${pkgver}.tar.gz";
+"configs.patch"
+"gitlab-shell.gitconfig"
+"gitlab-shell.sysusers")
+sha512sums=('2a98a333d3ce63f16be16d3a297df87fbd810148d997e1f75cb8ba52e5a6eae34accbc1861f12e750b1e3e8ce70259f1be4d04631c14d6dd31ca5c53439dae43'
+
'13c0fb88693e787f2960059985713d7ffb6d2fa51d9dbcba9c9562ae91e74bd3963efc63837cd19c5441fb5835d0c8eafd3285bea6676168f7b111a08fb086a7'
+
'cb8003f2ce8013fcd807aae6d66c22c3a767e74d569bd69aaa5a54b84a36135d25b3af57861f858f8f407e089ff69ff5c325bf065c6051ce8fa197fab70470b8'
+
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
+
+_datadir="/usr/share/webapps/${pkgname}"
+_etcdir="/etc/webapps/${pkgname}"
+_homedir="/var/lib/gitlab"
+_logdir="/var/log/gitlab"
+_srcdir="gitlab-shell-v${pkgver}"
+
+prepare() {
+  cd ${_srcdir}
+
+  patch -p1 < ../configs.patch
+  # At this point config file should not contain any references to '/home/git'
+}
+
+build() {
+  cd ${_srcdir}
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build
+}
+
+package() {
+  cd ${_srcdir}
+
+  install -dm755 -o root -g root "${pkgdir}${_datadir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
+  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
+  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
+
+  # sysusers
+  install -Dm644 "${srcdir}/gitlab-shell.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-shell.conf"
+
+  # .gitconfig
+  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
+  ln -fs "${_etcdir}/.gitconfig" "${pkgdir}${_homedir}/.gitconfig"
+
+  # .gitlab_shell_secret
+  touch "${pkgdir}${_etcdir}/secret"
+  chmod 640 "${pkgdir}${_etcdir}/secret"
+  chown root:105 "${pkgdir}${_etcdir}/secret"
+  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
+
+  # config.yml
+  install -Dm644 config.yml.example "${pkgdir}${_etcdir}/config.yml"
+  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
+
+  cp -r VERSION bin spec support "${pkgdir}${_datadir}"
+  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
+
+  install -dm2770 -o 105 -g 105 "${p

[arch-commits] Commit in gitlab-shell/trunk (PKGBUILD)

2022-03-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 8, 2022 @ 22:01:28
  Author: anatolik
Revision: 1145611

upgpkg: gitlab-shell 3:13.24.0-1

Modified:
  gitlab-shell/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 22:01:06 UTC (rev 1145610)
+++ PKGBUILD2022-03-08 22:01:28 UTC (rev 1145611)
@@ -12,7 +12,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-shell
-pkgver=13.22.1
+pkgver=13.24.0
 pkgrel=1
 epoch=3
 pkgdesc="Git management software"
@@ -21,7 +21,7 @@
 license=('MIT')
 depends=('ruby' 'redis' 'git')
 makedepends=('go')
-options=('!strip')
+options=('!strip' '!lto')
 install=gitlab-shell.install
 backup=("etc/webapps/${pkgname}/config.yml"
 "etc/webapps/${pkgname}/secret"
@@ -30,7 +30,7 @@
 "configs.patch"
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers")
-sha512sums=('99871f65120e4dd27cf5d08a52ede47e958e9e5a4273d2cbbe61fca85f8de88c1e8c72a356ecb6341ff46746a2e92117f33d9731d076394b8bc1536fca32febd'
+sha512sums=('2a98a333d3ce63f16be16d3a297df87fbd810148d997e1f75cb8ba52e5a6eae34accbc1861f12e750b1e3e8ce70259f1be4d04631c14d6dd31ca5c53439dae43'
 
'13c0fb88693e787f2960059985713d7ffb6d2fa51d9dbcba9c9562ae91e74bd3963efc63837cd19c5441fb5835d0c8eafd3285bea6676168f7b111a08fb086a7'
 
'cb8003f2ce8013fcd807aae6d66c22c3a767e74d569bd69aaa5a54b84a36135d25b3af57861f858f8f407e089ff69ff5c325bf065c6051ce8fa197fab70470b8'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')



[arch-commits] Commit in gitlab/repos (14 files)

2022-03-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 8, 2022 @ 22:01:06
  Author: anatolik
Revision: 1145610

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 1145609, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 1145609, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 1145609, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/fixes.patch
(from rev 1145609, gitlab/trunk/fixes.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 1145609, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 1145609, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 1145609, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 1145609, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 1145609, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 1145609, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 1145609, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 1145609, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 1145609, gitlab/trunk/gitlab.tmpfiles.d)

-+
 PKGBUILD|  185 +
 configs.patch   |  291 ++
 environment |3 
 fixes.patch |   20 +++
 gitlab-backup.service   |   19 +++
 gitlab-backup.timer |   10 +
 gitlab-mailroom.service |   21 +++
 gitlab-puma.service |   34 +
 gitlab-sidekiq.service  |   30 
 gitlab.install  |   34 +
 gitlab.logrotate|6 
 gitlab.target   |7 +
 gitlab.tmpfiles.d   |1 
 13 files changed, 661 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 1145609, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-08 22:01:06 UTC (rev 1145610)
@@ -0,0 +1,185 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=14.8.2
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss";
+license=('MIT')
+options=(!buildflags)
+depends=('ruby2.7' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 'openssh' 'redis' 
'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+fixes.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'0b688a96583bd7e230765d2c32406c2bd082665818564e927cc9eef4e3fc08e0674a3830d1d0c3e6744ae51f2b07ceaa76bd43770f1655fe7a498f9086c596c0'
+
'4f3ba368c2330db4d58277fe927a9707e5a80ec5479b4e15b5b7086132aa3f7ca5d139c29b6443e24ee804b07b3346c69a6b87244e5f774440c62dc2d9240ffe'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'451a030940f124bccd6d29c1924861b361d52db32cff6e745c144286c2afc7065e117f825721145ed2dd4406f5bcfa97e228a80b968aaa9a675613b71b776eba'
+
'419848c668928276620b5229e457a39e0ed7e111f1da68a30c3e0ae1a644af1c869b004b35435ccec4ddcdf6cf7418b1ab71e6e2ee8a2c861c6625c8bfd908f6'
+
'd86e16747ad79f514ce180646c68bec8b6fa61764b2b14b1621db998f48955c3fb81f4e19ecb0fbab9d603dd25d95929e6d72a473652608373e6551f26244738'
+
'f8067d1ee444a50dc9b2ed87197422

[arch-commits] Commit in gitlab/trunk (PKGBUILD)

2022-03-08 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 8, 2022 @ 22:00:03
  Author: anatolik
Revision: 1145609

upgpkg: gitlab 14.8.2-1

Modified:
  gitlab/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:55:48 UTC (rev 1145608)
+++ PKGBUILD2022-03-08 22:00:03 UTC (rev 1145609)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=14.5.2
+pkgver=14.8.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -99,8 +99,8 @@
   bundle-2.7 install --jobs=$(nproc) --no-cache --deployment --without 
development test aws kerberos
 
   yarn install --production --pure-lockfile
-  bundle-2.7 exec rake gitlab:assets:compile RAILS_ENV=production 
NODE_ENV=production NODE_OPTIONS="--max_old_space_size=4096"
-  bundle-2.7 exec rake gettext:compile RAILS_ENV=production
+  bundle-2.7 exec rake gettext:compile RAILS_ENV=production 
NODE_ENV=production USE_DB=false SKIP_STORAGE_VALIDATION=true 
NODE_OPTIONS="--max_old_space_size=3584"
+  bundle-2.7 exec rake gitlab:assets:compile RAILS_ENV=production 
NODE_ENV=production USE_DB=false SKIP_STORAGE_VALIDATION=true 
NODE_OPTIONS="--max_old_space_size=3584"
 }
 
 package() {



[arch-commits] Commit in python-yarl/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:55:48
  Author: anthraxx
Revision: 1145608

archrelease: copy trunk to community-x86_64

Added:
  python-yarl/repos/community-x86_64/PKGBUILD
(from rev 1145607, python-yarl/trunk/PKGBUILD)
Deleted:
  python-yarl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:55:43 UTC (rev 1145607)
+++ PKGBUILD2022-03-08 21:55:48 UTC (rev 1145608)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=yarl
-pkgname=python-yarl
-pkgver=1.7.2
-pkgrel=3
-pkgdesc='Yet another URL library'
-url='https://github.com/aio-libs/yarl/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'python' 'python-multidict' 'python-idna' 
'python-typing_extensions')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=(https://github.com/aio-libs/yarl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('bf69c5758f523259757ff84a8737e28931f46311f12f6e141329a5074d34a0cfb45795bf79cb7b78cb676ca7bc38042a2fbd946a5f41bf1d149ada50b88b31ae')
-b2sums=('7bd212b652a77ac29fde4c6565c48c4067f2a24db6bbf735107f3dfa5ee8b6ad2e5a5c3c6206e8dc7692e4cfd5c975d4304dd93280087574bddd73a337417c52')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed 's| .install-cython ||g' -i Makefile
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  make cythonize
-  LANG=en_US.UTF-8 python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-yarl/repos/community-x86_64/PKGBUILD (from rev 1145607, 
python-yarl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:55:48 UTC (rev 1145608)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=yarl
+pkgname=python-yarl
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Yet another URL library'
+url='https://github.com/aio-libs/yarl/'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'python' 'python-multidict' 'python-idna' 
'python-typing_extensions')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov')
+source=(https://github.com/aio-libs/yarl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('da10de61afded586947a17dd0a205bc5265c133a5259c06d56c631c7685ed78966d2c40ae6c7ce59f56dadaff753aa0c4c9273f6df6904c9f68f8c9bdb075723')
+b2sums=('3a6516105f7cb96d266773e26581bae3625866e0b98a530502863af79efe3631677ef4bd383e081bb7ebeeb770fcc54d6a7aa34b7f9c540b73ec306583bb1a1b')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed 's| .install-cython ||g' -i Makefile
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  make cythonize
+  LANG=en_US.UTF-8 python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  local _python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_python_version}" pytest
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  LANG=en_US.UTF-8 python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-yarl/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:55:43
  Author: anthraxx
Revision: 1145607

upgpkg: python-yarl 1.8.0-1

Modified:
  python-yarl/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:54:24 UTC (rev 1145606)
+++ PKGBUILD2022-03-08 21:55:43 UTC (rev 1145607)
@@ -2,8 +2,8 @@
 
 _pkgname=yarl
 pkgname=python-yarl
-pkgver=1.7.2
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='Yet another URL library'
 url='https://github.com/aio-libs/yarl/'
 arch=('x86_64')
@@ -10,10 +10,10 @@
 license=('Apache')
 depends=('glibc' 'python' 'python-multidict' 'python-idna' 
'python-typing_extensions')
 makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-cov')
 
source=(https://github.com/aio-libs/yarl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('bf69c5758f523259757ff84a8737e28931f46311f12f6e141329a5074d34a0cfb45795bf79cb7b78cb676ca7bc38042a2fbd946a5f41bf1d149ada50b88b31ae')
-b2sums=('7bd212b652a77ac29fde4c6565c48c4067f2a24db6bbf735107f3dfa5ee8b6ad2e5a5c3c6206e8dc7692e4cfd5c975d4304dd93280087574bddd73a337417c52')
+sha512sums=('da10de61afded586947a17dd0a205bc5265c133a5259c06d56c631c7685ed78966d2c40ae6c7ce59f56dadaff753aa0c4c9273f6df6904c9f68f8c9bdb075723')
+b2sums=('3a6516105f7cb96d266773e26581bae3625866e0b98a530502863af79efe3631677ef4bd383e081bb7ebeeb770fcc54d6a7aa34b7f9c540b73ec306583bb1a1b')
 
 prepare() {
   cd ${_pkgname}-${pkgver}
@@ -28,7 +28,8 @@
 
 check() {
   cd ${_pkgname}-${pkgver}
-  python setup.py test
+  local _python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_python_version}" pytest
 }
 
 package() {



[arch-commits] Commit in wifite/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:54:24
  Author: anthraxx
Revision: 1145606

archrelease: copy trunk to community-any

Added:
  wifite/repos/community-any/PKGBUILD
(from rev 1145605, wifite/trunk/PKGBUILD)
Deleted:
  wifite/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:54:19 UTC (rev 1145605)
+++ PKGBUILD2022-03-08 21:54:24 UTC (rev 1145606)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Fabiano Furtado < fusca14 (at) gmail (dot) com >
-
-pkgname=wifite
-pkgver=2.5.8
-pkgrel=2
-epoch=2
-pkgdesc='Tool to attack multiple WEP and WPA encrypted networks at the same 
time'
-url='https://github.com/kimocoder/wifite2'
-arch=('any')
-license=('GPL2')
-depends=('python' 'aircrack-ng' 'iproute2' 'iw')
-makedepends=('python-setuptools')
-optdepends=(
-  'wireshark-cli: detecting WPS networks and inspecting handshake capture 
files'
-  'reaver: WPS Pixie-Dust & brute-force attacks'
-  'bully: WPS Pixie-Dust & brute-force attacks'
-  'cowpatty: detect WPA handshakes'
-  'pyrit: detect WPA handshakes'
-  'macchanger: change MAC for attacks'
-  'hashcat: cracking PMKID hashes'
-  'hcxdumptool: capturing PMKID hashes'
-  'hcxpcapngtool: converting PMKID packet captures into hashcat format'
-)
-provides=(wifite2)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('60696146c63febe09b75c962cd27b0b50ae2d5ee8674c6e5a619eb699a41b9c8093973561fcadc1a94a660929532319af918521941cafdf83fcba3b8c6bf8d8f')
-b2sums=('cc6df4b0d65597aed811664f16cafbb53755573c0ce6c530865debfc20e0ae3843fd15a266dd90f98eb25a952d6221c5a74d7efa54527a87e41163e1b36bad4e')
-
-prepare() {
-  cd ${pkgname}2-${pkgver}
-  sed 's|sbin|bin|g' -i setup.cfg
-}
-
-build() {
-  cd ${pkgname}2-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}2-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wifite/repos/community-any/PKGBUILD (from rev 1145605, 
wifite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:54:24 UTC (rev 1145606)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Fabiano Furtado < fusca14 (at) gmail (dot) com >
+
+pkgname=wifite
+pkgver=2.6.0
+pkgrel=1
+epoch=2
+pkgdesc='Tool to attack multiple WEP and WPA encrypted networks at the same 
time'
+url='https://github.com/kimocoder/wifite2'
+arch=('any')
+license=('GPL2')
+depends=('python' 'aircrack-ng' 'iproute2' 'iw')
+makedepends=('python-setuptools')
+optdepends=(
+  'wireshark-cli: detecting WPS networks and inspecting handshake capture 
files'
+  'reaver: WPS Pixie-Dust & brute-force attacks'
+  'bully: WPS Pixie-Dust & brute-force attacks'
+  'cowpatty: detect WPA handshakes'
+  'pyrit: detect WPA handshakes'
+  'macchanger: change MAC for attacks'
+  'hashcat: cracking PMKID hashes'
+  'hcxdumptool: capturing PMKID hashes'
+  'hcxpcapngtool: converting PMKID packet captures into hashcat format'
+)
+provides=(wifite2)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('19fd6054287d9f6fd10dc76f04995e289ddb3c2a6344f108f5b07d895e9660942d4d72d6773a4446ee1e69e6f95ee645f13af0ee8822bfe158c9a3165b24c4ac')
+b2sums=('867462d23dd48ac1b7141fc9307759f9e5dc4ba22b3c9605bbc440dcd99654c42da61c56637ef12afa4ff037d5db28650a701255adef88a1b6613c9508db40be')
+
+prepare() {
+  cd ${pkgname}2-${pkgver}
+  sed 's|sbin|bin|g' -i setup.cfg
+}
+
+build() {
+  cd ${pkgname}2-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}2-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in wifite/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:54:19
  Author: anthraxx
Revision: 1145605

upgpkg: wifite 2:2.6.0-1

Modified:
  wifite/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:52:46 UTC (rev 1145604)
+++ PKGBUILD2022-03-08 21:54:19 UTC (rev 1145605)
@@ -2,8 +2,8 @@
 # Contributor: Fabiano Furtado < fusca14 (at) gmail (dot) com >
 
 pkgname=wifite
-pkgver=2.5.8
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 epoch=2
 pkgdesc='Tool to attack multiple WEP and WPA encrypted networks at the same 
time'
 url='https://github.com/kimocoder/wifite2'
@@ -24,8 +24,8 @@
 )
 provides=(wifite2)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('60696146c63febe09b75c962cd27b0b50ae2d5ee8674c6e5a619eb699a41b9c8093973561fcadc1a94a660929532319af918521941cafdf83fcba3b8c6bf8d8f')
-b2sums=('cc6df4b0d65597aed811664f16cafbb53755573c0ce6c530865debfc20e0ae3843fd15a266dd90f98eb25a952d6221c5a74d7efa54527a87e41163e1b36bad4e')
+sha512sums=('19fd6054287d9f6fd10dc76f04995e289ddb3c2a6344f108f5b07d895e9660942d4d72d6773a4446ee1e69e6f95ee645f13af0ee8822bfe158c9a3165b24c4ac')
+b2sums=('867462d23dd48ac1b7141fc9307759f9e5dc4ba22b3c9605bbc440dcd99654c42da61c56637ef12afa4ff037d5db28650a701255adef88a1b6613c9508db40be')
 
 prepare() {
   cd ${pkgname}2-${pkgver}



[arch-commits] Commit in mold/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 21:52:46
  Author: grawlinson
Revision: 1145604

archrelease: copy trunk to community-x86_64

Added:
  mold/repos/community-x86_64/PKGBUILD
(from rev 1145603, mold/trunk/PKGBUILD)
Deleted:
  mold/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:52:05 UTC (rev 1145603)
+++ PKGBUILD2022-03-08 21:52:46 UTC (rev 1145604)
@@ -1,66 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Adrian Perez de Castro 
-
-pkgname=mold
-pkgver=1.1
-pkgrel=2
-pkgdesc='A Modern Linker'
-arch=('x86_64')
-url="https://github.com/rui314/mold";
-license=('AGPL3')
-depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb') # xxhash is bundled
-makedepends=('git')
-checkdepends=('clang')
-options=('debug')
-_commit='89612b709638b90c8a044e2f96f47d28054ba789'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # use /usr/lib instead of /usr/libexec
-  sed -i "s/libexec/lib/" Makefile
-}
-
-build() {
-  make \
--C "$pkgname" \
-PREFIX=/usr \
-LTO=1 \
-SYSTEM_MIMALLOC=1 \
-SYSTEM_TBB=1
-}
-
-check() {
-  cd "$pkgname"
-
-  # temporarily remove failing tests
-  for failing_test in exception; do
-rm -vf "test/elf/$failing_test.sh"
-  done
-
-  make \
-PREFIX=/usr \
-LTO=1 \
-SYSTEM_MIMALLOC=1 \
-SYSTEM_TBB=1 \
-check
-}
-
-package() {
-  make \
--C "$pkgname" \
-PREFIX=/usr \
-LTO=1 \
-SYSTEM_MIMALLOC=1 \
-SYSTEM_TBB=1 \
-DESTDIR="$pkgdir" \
-install
-}

Copied: mold/repos/community-x86_64/PKGBUILD (from rev 1145603, 
mold/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:52:46 UTC (rev 1145604)
@@ -0,0 +1,66 @@
+# Maintainer: George Rawlinson 
+# Contributor: Adrian Perez de Castro 
+
+pkgname=mold
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='A Modern Linker'
+arch=('x86_64')
+url="https://github.com/rui314/mold";
+license=('AGPL3')
+depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb') # xxhash is bundled
+makedepends=('git')
+checkdepends=('clang')
+options=('debug')
+_commit='c1af9c97e763a1d521889191a83b27bd6c43b351' # v1.1.1
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # use /usr/lib instead of /usr/libexec
+  sed -i "s/libexec/lib/" Makefile
+}
+
+build() {
+  make \
+-C "$pkgname" \
+PREFIX=/usr \
+LTO=1 \
+SYSTEM_MIMALLOC=1 \
+SYSTEM_TBB=1
+}
+
+check() {
+  cd "$pkgname"
+
+  # temporarily remove failing tests
+  for failing_test in exception; do
+rm -vf "test/elf/$failing_test.sh"
+  done
+
+  make \
+PREFIX=/usr \
+LTO=1 \
+SYSTEM_MIMALLOC=1 \
+SYSTEM_TBB=1 \
+check
+}
+
+package() {
+  make \
+-C "$pkgname" \
+PREFIX=/usr \
+LTO=1 \
+SYSTEM_MIMALLOC=1 \
+SYSTEM_TBB=1 \
+DESTDIR="$pkgdir" \
+install
+}



[arch-commits] Commit in mold/trunk (PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 21:52:05
  Author: grawlinson
Revision: 1145603

upgpkg: mold 1.1.1-1

New upstream release.

Modified:
  mold/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:50:52 UTC (rev 1145602)
+++ PKGBUILD2022-03-08 21:52:05 UTC (rev 1145603)
@@ -2,8 +2,8 @@
 # Contributor: Adrian Perez de Castro 
 
 pkgname=mold
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='A Modern Linker'
 arch=('x86_64')
 url="https://github.com/rui314/mold";
@@ -12,7 +12,7 @@
 makedepends=('git')
 checkdepends=('clang')
 options=('debug')
-_commit='89612b709638b90c8a044e2f96f47d28054ba789'
+_commit='c1af9c97e763a1d521889191a83b27bd6c43b351' # v1.1.1
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 



[arch-commits] Commit in drone/repos/community-x86_64 (8 files)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 21:50:52
  Author: grawlinson
Revision: 1145602

archrelease: copy trunk to community-x86_64

Added:
  drone/repos/community-x86_64/PKGBUILD
(from rev 1145598, drone/trunk/PKGBUILD)
  drone/repos/community-x86_64/systemd.service
(from rev 1145599, drone/trunk/systemd.service)
  drone/repos/community-x86_64/sysusers.conf
(from rev 1145599, drone/trunk/sysusers.conf)
  drone/repos/community-x86_64/tmpfiles.conf
(from rev 1145599, drone/trunk/tmpfiles.conf)
Deleted:
  drone/repos/community-x86_64/PKGBUILD
  drone/repos/community-x86_64/systemd.service
  drone/repos/community-x86_64/sysusers.conf
  drone/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  234 +++---
 systemd.service |   32 +++
 sysusers.conf   |2 
 tmpfiles.conf   |2 
 4 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:50:49 UTC (rev 1145601)
+++ PKGBUILD2022-03-08 21:50:52 UTC (rev 1145602)
@@ -1,117 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Khorne 
-
-pkgbase=drone
-pkgname=(
-  'drone'
-  'drone-oss'
-)
-pkgver=2.10.0
-pkgrel=1
-pkgdesc="Continuous Delivery platform built on container technology"
-arch=('x86_64')
-url="https://drone.io";
-makedepends=('git' 'go')
-options=('!lto')
-_commit='be2660aac9834d54011e836d4b764db5e3bcaa14' # v2.10.0
-source=(
-  "$pkgbase::git+https://github.com/harness/drone.git#commit=$_commit";
-  'systemd.service'
-  'tmpfiles.conf'
-  'sysusers.conf'
-)
-sha512sums=('SKIP'
-
'44b29c1388ea6cd0a064c1384f3224d164a37f9ca85fdb956ffafa1ddbcb11f3f01f91701d3b8ce341a593cd85a52cbf102f6549d3c722d6ff8f8eb9cc572ab1'
-
'dfdc522b0e17f6b68d86f6599020bc75328de84aa1a393c53a0edc5ed229fb6ef99a0b544eebca6f9eee1b9f2ce04906bcca105792bccf2e49cdd51f10026886'
-
'9488ba861487ecaf96e6b39afc3aeabd0951b9c0ee552cdb552d12f08f73cdcf2c57e5a322139f34e0aa5b2c9b2f5751f08bf66dca2bd8dd041b60b96e41c710')
-b2sums=('SKIP'
-
'ed1d5aebd207997ae2a523786eab0c6a3500080a294864ed5eb6e6251a827ef85a8b2c3bbfdc0ce41bb2f67e14dc65ae627c595688eabb4d822df2f4c971a449'
-
'9c1bf8e4a382190f2d1bd560ef5c4a9fadad8c38dcd3cf3b79af42f6d0c16de533ba2d5f6cf676003e4ca6b745833e5e100baf4328111cf540ac5f43f67c6145'
-
'18e5c4ea19348479dc3408bd2546f324f0908acc759c7c79c350006c6c5e6db02cd388a9aa9bd3d4f6b4b1f2efcf6aa7f7e67eac43f8d55566afe341b7ec142e')
-
-pkgver() {
-  cd "$pkgbase"
-  git describe --tags | sed "s/^v//"
-}
-
-prepare() {
-  cd "$pkgbase"
-
-  # create directory for build output
-  mkdir build build-oss
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgbase"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  local COMMON_FLAGS=(
--trimpath
--buildmode=pie
--mod=readonly
--modcacherw
--ldflags "-linkmode external -extldflags ${LDFLAGS}"
-  )
-
-  # enterprise version
-  go build \
-"${COMMON_FLAGS[@]}" \
--o build \
-./cmd/...
-
-  # community version
-  go build \
-"${COMMON_FLAGS[@]}" \
--tags "oss nolimit" \
--o build-oss \
-./cmd/...
-}
-
-check() {
-  cd "$pkgbase"
-  go test -v ./...
-}
-
-package_drone() {
-  pkgdesc+=" (Enterprise Edition)"
-  license=('custom:Drone-Non-Commercial')
-  # ref: https://discourse.drone.io/t/exec-runner-404-error-on-ping/7922
-  depends=('glibc')
-  conflicts=('drone-oss')
-
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-
-  cd "$pkgbase"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/*
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE NOTICE
-}
-
-package_drone-oss() {
-  pkgdesc+=" (Community Edition)"
-  license=('Apache')
-  depends=('glibc' 'docker')
-  conflicts=('drone')
-
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-
-  cd "$pkgbase"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build-oss/*
-}

Copied: drone/repos/community-x86_64/PKGBUILD (from rev 1145598, 
drone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:50:52 UTC (rev 1145602)
@@ -0,0 +1,117 @@
+# Maintainer: George Rawlinson 
+# Contributor: Khorne 
+
+pkgbase=drone
+pkgname=(
+  'drone'
+  'drone-oss'
+)
+pkgver=2.11.0
+pkgrel=1
+pkgdesc="Continuous Delivery platform built on container technology"
+a

[arch-commits] Commit in python-gssapi/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:50:49
  Author: anthraxx
Revision: 1145601

archrelease: copy trunk to community-x86_64

Added:
  python-gssapi/repos/community-x86_64/PKGBUILD
(from rev 1145600, python-gssapi/trunk/PKGBUILD)
Deleted:
  python-gssapi/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:50:44 UTC (rev 1145600)
+++ PKGBUILD2022-03-08 21:50:49 UTC (rev 1145601)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Samuel Laurén 
-
-pkgname=python-gssapi
-pkgver=1.6.14
-pkgrel=3
-pkgdesc='Provides both low-level and high level wrappers around the GSSAPI C 
libraries'
-url='https://github.com/pythongssapi/python-gssapi'
-arch=('x86_64')
-license=('ISC')
-depends=('python' 'python-decorator' 'krb5')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-parameterized' 'python-k5test')
-source=("https://github.com/pythongssapi/python-gssapi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('841e0ea803aa29c9034d7dc064a3d440b45521904284529ba201d12d462b9f879df84ba2f8ff29246b382a1495b3b710816c2b0864a3a7eec32338a97b44a51c')
-b2sums=('c72819bfd93c4a1a027abbb3902a549b5bea8a8d17f9d1bbb3e593d17539b0fe4a3bec8f52aee6efe0b19647ecf9a2ffc8d99b6e79ab0f3bc4e066b8e264847a')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-gssapi/repos/community-x86_64/PKGBUILD (from rev 1145600, 
python-gssapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:50:49 UTC (rev 1145601)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Samuel Laurén 
+
+pkgname=python-gssapi
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Provides both low-level and high level wrappers around the GSSAPI C 
libraries'
+url='https://github.com/pythongssapi/python-gssapi'
+arch=('x86_64')
+license=('ISC')
+depends=('python' 'python-decorator' 'krb5')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-parameterized' 'python-k5test')
+source=("https://github.com/pythongssapi/python-gssapi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('b9f1b70fdf2592f8a29d3ae6195c6d29027b698eddc342a6d4ee8bb9dc4ca6b038f8664fb4172fd9cf249e582f6a673af2aab3fd312c313a712a949501196644')
+b2sums=('1a7eae946870686b342a8053a7a7cb15166be676eacd789f9e7b0a1c4936aa64ba141f15e04e298e34356967c6d5b9b22a19c8410e194d2857970da64bddd4eb')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-gssapi/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:50:44
  Author: anthraxx
Revision: 1145600

upgpkg: python-gssapi 1.7.3-1

Modified:
  python-gssapi/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:50:26 UTC (rev 1145599)
+++ PKGBUILD2022-03-08 21:50:44 UTC (rev 1145600)
@@ -2,8 +2,8 @@
 # Contributor: Samuel Laurén 
 
 pkgname=python-gssapi
-pkgver=1.6.14
-pkgrel=3
+pkgver=1.7.3
+pkgrel=1
 pkgdesc='Provides both low-level and high level wrappers around the GSSAPI C 
libraries'
 url='https://github.com/pythongssapi/python-gssapi'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools' 'cython')
 checkdepends=('python-parameterized' 'python-k5test')
 
source=("https://github.com/pythongssapi/python-gssapi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('841e0ea803aa29c9034d7dc064a3d440b45521904284529ba201d12d462b9f879df84ba2f8ff29246b382a1495b3b710816c2b0864a3a7eec32338a97b44a51c')
-b2sums=('c72819bfd93c4a1a027abbb3902a549b5bea8a8d17f9d1bbb3e593d17539b0fe4a3bec8f52aee6efe0b19647ecf9a2ffc8d99b6e79ab0f3bc4e066b8e264847a')
+sha512sums=('b9f1b70fdf2592f8a29d3ae6195c6d29027b698eddc342a6d4ee8bb9dc4ca6b038f8664fb4172fd9cf249e582f6a673af2aab3fd312c313a712a949501196644')
+b2sums=('1a7eae946870686b342a8053a7a7cb15166be676eacd789f9e7b0a1c4936aa64ba141f15e04e298e34356967c6d5b9b22a19c8410e194d2857970da64bddd4eb')
 
 build() {
   cd "${pkgname}-${pkgver}"



[arch-commits] Commit in gajim/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:50:26
  Author: anthraxx
Revision: 1145599

archrelease: copy trunk to community-any

Added:
  gajim/repos/community-any/PKGBUILD
(from rev 1145598, gajim/trunk/PKGBUILD)
Deleted:
  gajim/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 +++--
 1 file changed, 48 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:50:21 UTC (rev 1145598)
+++ PKGBUILD2022-03-08 21:50:26 UTC (rev 1145599)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Eric Bélanger 
-
-pkgname=gajim
-pkgver=1.3.3
-pkgrel=2
-pkgdesc='Full featured and easy to use XMPP (Jabber) client'
-url='https://gajim.org/'
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
- 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 
'python-css-parser'
- 'python-distro' 'hicolor-icon-theme')
-optdepends=('python-dbus: for gajim-remote and zeroconf support'
-'avahi: serverless chatting with autodetected clients in a local 
network'
-'farstream: start audio and video chat'
-'gst-plugins-good: for video/voice support'
-'gst-plugins-bad: for video/voice support'
-'gst-plugins-ugly: for video/voice support'
-'gst-libav: for video/voice support'
-'gst-python: for video/voice support'
-'gspell: for spell checking support'
-'geoclue: share current location'
-'python-keyring: store passwords encrypted in a keyring'
-'gupnp-igd: request your router to forward port for file transfer'
-'libxss: measure idle time, in order to set auto status'
-'python-gnupg: encrypting chat messages with OpenPGP'
-'python-pillow: support of WebP avatars'
-'python-axolotl: OMEMO support'
-'python-qrcode: generate QR codes for OMEMO keys'
-'gsound: Notification Sounds')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
-sha512sums=('b1b6ed1eeb9ce01c26240a0a0c1ff3991ac305787e2ed49ecf7ed9cc75789da2d0ec1c3a1fda6dc67fe440fa7aa143af9be1a837acfc94255d7027f63f55ced2')
-b2sums=('27c4163a5762e8fa72524f91d846439b5bd54aff8ec0c4f8ffe4061295540d986b71fc333a2d65110e87821efc5a96ce0dc8a519236c5d71df9a722c65851296')
-
-build() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: gajim/repos/community-any/PKGBUILD (from rev 1145598, 
gajim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:50:26 UTC (rev 1145599)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=gajim
+_pkgver=1.3.3
+_fixupver=2
+pkgver=${_pkgver}.r${_fixupver}
+pkgrel=1
+pkgdesc='Full featured and easy to use XMPP (Jabber) client'
+url='https://gajim.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
+ 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 
'python-css-parser'
+ 'python-distro' 'hicolor-icon-theme')
+optdepends=('python-dbus: for gajim-remote and zeroconf support'
+'avahi: serverless chatting with autodetected clients in a local 
network'
+'farstream: start audio and video chat'
+'gst-plugins-good: for video/voice support'
+'gst-plugins-bad: for video/voice support'
+'gst-plugins-ugly: for video/voice support'
+'gst-libav: for video/voice support'
+'gst-python: for video/voice support'
+'gspell: for spell checking support'
+'geoclue: share current location'
+'python-keyring: store passwords encrypted in a keyring'
+'gupnp-igd: request your router to forward port for file transfer'
+'libxss: measure idle time, in order to set auto status'
+'python-gnupg: encrypting chat messages with OpenPGP'
+'python-pillow: support of WebP avatars'
+'python-axolotl: OMEMO support'
+'python-qrcode: generate QR codes for OMEMO keys'
+'gsound: Notification Sounds')
+source=(https://www.gajim.org/downloads/${_pkgver%.*}/gajim-${_pkgver}-${_fixupver}.tar.gz)
+sha512sums=('e7a2564710ffdf0b971d005f8b84c60d72c471727be2bd1b75e564f70a25101a4eb44603fc9f98163bc12a5049dc876f50cdaf8eb5b7d596203c986e55de7442')
+b2sums=('de41eb488480c1e9267a7e64c33dcc225ba68348fad51fe2f114199972a0fc998ae2c6efba1ea48ecb17b819509c1b45745e98e41f99f2e4afd4a4c1daff4865')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  python setup.py build
+}
+
+p

[arch-commits] Commit in gajim/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:50:21
  Author: anthraxx
Revision: 1145598

upgpkg: gajim 1.3.3.r2-1

Modified:
  gajim/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:49:53 UTC (rev 1145597)
+++ PKGBUILD2022-03-08 21:50:21 UTC (rev 1145598)
@@ -2,8 +2,10 @@
 # Contributor: Eric Bélanger 
 
 pkgname=gajim
-pkgver=1.3.3
-pkgrel=2
+_pkgver=1.3.3
+_fixupver=2
+pkgver=${_pkgver}.r${_fixupver}
+pkgrel=1
 pkgdesc='Full featured and easy to use XMPP (Jabber) client'
 url='https://gajim.org/'
 arch=('any')
@@ -29,17 +31,17 @@
 'python-axolotl: OMEMO support'
 'python-qrcode: generate QR codes for OMEMO keys'
 'gsound: Notification Sounds')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
-sha512sums=('b1b6ed1eeb9ce01c26240a0a0c1ff3991ac305787e2ed49ecf7ed9cc75789da2d0ec1c3a1fda6dc67fe440fa7aa143af9be1a837acfc94255d7027f63f55ced2')
-b2sums=('27c4163a5762e8fa72524f91d846439b5bd54aff8ec0c4f8ffe4061295540d986b71fc333a2d65110e87821efc5a96ce0dc8a519236c5d71df9a722c65851296')
+source=(https://www.gajim.org/downloads/${_pkgver%.*}/gajim-${_pkgver}-${_fixupver}.tar.gz)
+sha512sums=('e7a2564710ffdf0b971d005f8b84c60d72c471727be2bd1b75e564f70a25101a4eb44603fc9f98163bc12a5049dc876f50cdaf8eb5b7d596203c986e55de7442')
+b2sums=('de41eb488480c1e9267a7e64c33dcc225ba68348fad51fe2f114199972a0fc998ae2c6efba1ea48ecb17b819509c1b45745e98e41f99f2e4afd4a4c1daff4865')
 
 build() {
-  cd ${pkgname}-${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   python setup.py build
 }
 
 package() {
-  cd ${pkgname}-${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
 



[arch-commits] Commit in drone/trunk (PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 21:49:53
  Author: grawlinson
Revision: 1145597

upgpkg: drone 2.11.0-1

New upstream release.

Modified:
  drone/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:46:50 UTC (rev 1145596)
+++ PKGBUILD2022-03-08 21:49:53 UTC (rev 1145597)
@@ -6,7 +6,7 @@
   'drone'
   'drone-oss'
 )
-pkgver=2.10.0
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="Continuous Delivery platform built on container technology"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 url="https://drone.io";
 makedepends=('git' 'go')
 options=('!lto')
-_commit='be2660aac9834d54011e836d4b764db5e3bcaa14' # v2.10.0
+_commit='e3c598109b4dbd3241172039d45f75465b23985d' # v2.11.0
 source=(
   "$pkgbase::git+https://github.com/harness/drone.git#commit=$_commit";
   'systemd.service'



[arch-commits] Commit in miller/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 21:46:50
  Author: grawlinson
Revision: 1145596

archrelease: copy trunk to community-x86_64

Added:
  miller/repos/community-x86_64/PKGBUILD
(from rev 1145595, miller/trunk/PKGBUILD)
Deleted:
  miller/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:46:08 UTC (rev 1145595)
+++ PKGBUILD2022-03-08 21:46:50 UTC (rev 1145596)
@@ -1,65 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=miller
-pkgver=6.0.0
-pkgrel=1
-pkgdesc="Name-indexed data processing tool"
-arch=('x86_64')
-url="https://github.com/johnkerl/miller";
-license=('BSD')
-depends=('glibc')
-makedepends=('go' 'git')
-options=('!lto')
-_commit='8346d332a216f377731e2dcaa2c7902c391dd91b' # v6.0.0
-source=("$pkgname::git+$url#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed "s/^v//"
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS}" \
-./cmd/mlr
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./internal/pkg/...
-  go test -v ./regression_test.go
-}
-
-package() {
-  cd "$pkgname"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" mlr
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/mlr.1
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
-}

Copied: miller/repos/community-x86_64/PKGBUILD (from rev 1145595, 
miller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:46:50 UTC (rev 1145596)
@@ -0,0 +1,65 @@
+# Maintainer: George Rawlinson 
+
+pkgname=miller
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="Name-indexed data processing tool"
+arch=('x86_64')
+url="https://github.com/johnkerl/miller";
+license=('BSD')
+depends=('glibc')
+makedepends=('go' 'git')
+options=('!lto')
+_commit='a84b41ca04513e03845d7007c50b61ff70b17b95' # v6.1.0
+source=("$pkgname::git+$url#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+  git describe --tags | sed "s/^v//"
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+./cmd/mlr
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./internal/pkg/...
+  go test -v ./regression_test.go
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" mlr
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" man/mlr.1
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
+}



[arch-commits] Commit in swtpm/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Jonas Witschel via arch-commits
Date: Tuesday, March 8, 2022 @ 21:46:08
  Author: diabonas
Revision: 1145595

archrelease: copy trunk to community-x86_64

Added:
  swtpm/repos/community-x86_64/PKGBUILD
(from rev 1145593, swtpm/trunk/PKGBUILD)
Deleted:
  swtpm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:46:06 UTC (rev 1145594)
+++ PKGBUILD2022-03-08 21:46:08 UTC (rev 1145595)
@@ -1,50 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=swtpm
-pkgver=0.7.1
-_tag=bbb29e6a0de983bde808006b3a6c2410d883b0a2 # git rev-parse "v$pkgver"
-pkgrel=1
-pkgdesc='Libtpms-based TPM emulator with socket, character device, and Linux 
CUSE interface'
-arch=('x86_64')
-url='https://github.com/stefanberger/swtpm'
-license=('BSD')
-depends=('fuse2' 'glib2' 'gnutls' 'json-glib' 'libseccomp' 'libtpms' 
'libseccomp.so')
-makedepends=('git' 'expect' 'iproute2' 'libtasn1' 'python' 'socat')
-checkdepends=('softhsm')
-options=('debug')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 

-
-pkgver() {
-   cd "$pkgname"
-   git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-prepare() {
-   cd "$pkgname"
-
-   # Remove usage of /usr/bin/env to avoid PATH manipulation attacks
-   sed --in-place 's/env //' samples/swtpm-create-tpmca 
samples/swtpm-create-user-config-files.in
-
-   autoreconf --install --force
-}
-
-build() {
-   cd "$pkgname"
-   ./configure --prefix=/usr --with-cuse --with-gnutls --with-seccomp
-   make
-}
-
-check() {
-   cd "$pkgname"
-   make check
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-   echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-   echo 'z /var/lib/swtpm-localca 0750 tss root' | install -Dm644 
/dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-   chmod 750 "$pkgdir/var/lib/swtpm-localca"
-}

Copied: swtpm/repos/community-x86_64/PKGBUILD (from rev 1145593, 
swtpm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:46:08 UTC (rev 1145595)
@@ -0,0 +1,50 @@
+# Maintainer: Jonas Witschel 
+pkgname=swtpm
+pkgver=0.7.2
+_tag=157f8af3d334b65e66a46e8149b57e18a17084f7 # git rev-parse "v$pkgver"
+pkgrel=1
+pkgdesc='Libtpms-based TPM emulator with socket, character device, and Linux 
CUSE interface'
+arch=('x86_64')
+url='https://github.com/stefanberger/swtpm'
+license=('BSD')
+depends=('fuse2' 'glib2' 'gnutls' 'json-glib' 'libseccomp' 'libtpms' 
'libseccomp.so')
+makedepends=('git' 'expect' 'iproute2' 'libtasn1' 'python' 'socat')
+checkdepends=('softhsm')
+options=('debug')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 

+
+pkgver() {
+   cd "$pkgname"
+   git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+prepare() {
+   cd "$pkgname"
+
+   # Remove usage of /usr/bin/env to avoid PATH manipulation attacks
+   sed --in-place 's/env //' samples/swtpm-create-tpmca 
samples/swtpm-create-user-config-files.in
+
+   autoreconf --install --force
+}
+
+build() {
+   cd "$pkgname"
+   ./configure --prefix=/usr --with-cuse --with-gnutls --with-seccomp
+   make
+}
+
+check() {
+   cd "$pkgname"
+   make check
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+   echo 'z /var/lib/swtpm-localca 0750 tss root' | install -Dm644 
/dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+   chmod 750 "$pkgdir/var/lib/swtpm-localca"
+}



[arch-commits] Commit in miller/trunk (PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 21:46:06
  Author: grawlinson
Revision: 1145594

upgpkg: miller 6.1.0-1

New upstream release.

Modified:
  miller/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:45:51 UTC (rev 1145593)
+++ PKGBUILD2022-03-08 21:46:06 UTC (rev 1145594)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=miller
-pkgver=6.0.0
+pkgver=6.1.0
 pkgrel=1
 pkgdesc="Name-indexed data processing tool"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('go' 'git')
 options=('!lto')
-_commit='8346d332a216f377731e2dcaa2c7902c391dd91b' # v6.0.0
+_commit='a84b41ca04513e03845d7007c50b61ff70b17b95' # v6.1.0
 source=("$pkgname::git+$url#commit=$_commit")
 md5sums=('SKIP')
 



[arch-commits] Commit in swtpm/trunk (PKGBUILD)

2022-03-08 Thread Jonas Witschel via arch-commits
Date: Tuesday, March 8, 2022 @ 21:45:51
  Author: diabonas
Revision: 1145593

upgpkg: swtpm 0.7.2-1: upstream release

Modified:
  swtpm/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:44:14 UTC (rev 1145592)
+++ PKGBUILD2022-03-08 21:45:51 UTC (rev 1145593)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=swtpm
-pkgver=0.7.1
-_tag=bbb29e6a0de983bde808006b3a6c2410d883b0a2 # git rev-parse "v$pkgver"
+pkgver=0.7.2
+_tag=157f8af3d334b65e66a46e8149b57e18a17084f7 # git rev-parse "v$pkgver"
 pkgrel=1
 pkgdesc='Libtpms-based TPM emulator with socket, character device, and Linux 
CUSE interface'
 arch=('x86_64')



[arch-commits] Commit in charm/repos/community-x86_64 (10 files)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 21:44:14
  Author: grawlinson
Revision: 1145592

archrelease: copy trunk to community-x86_64

Added:
  charm/repos/community-x86_64/PKGBUILD
(from rev 1145591, charm/trunk/PKGBUILD)
  charm/repos/community-x86_64/charm.conf
(from rev 1145591, charm/trunk/charm.conf)
  charm/repos/community-x86_64/systemd.service
(from rev 1145591, charm/trunk/systemd.service)
  charm/repos/community-x86_64/sysusers.conf
(from rev 1145591, charm/trunk/sysusers.conf)
  charm/repos/community-x86_64/tmpfiles.conf
(from rev 1145591, charm/trunk/tmpfiles.conf)
Deleted:
  charm/repos/community-x86_64/PKGBUILD
  charm/repos/community-x86_64/charm.conf
  charm/repos/community-x86_64/systemd.service
  charm/repos/community-x86_64/sysusers.conf
  charm/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  196 +++---
 charm.conf  |   18 ++--
 systemd.service |   92 -
 sysusers.conf   |2 
 tmpfiles.conf   |2 
 5 files changed, 155 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:43:16 UTC (rev 1145591)
+++ PKGBUILD2022-03-08 21:44:14 UTC (rev 1145592)
@@ -1,98 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Christian Muehlhaeuser 
-
-pkgname=charm
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="The backend for the Charm cloud"
-arch=('x86_64')
-url="https://charm.sh/cloud/";
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'go')
-conflicts=('charm-tool')
-replaces=('charm-tool')
-backup=('etc/charm.conf')
-options=('!lto')
-_commit='cc81bc58299b77c23e7eabfd422ac4da448c48a8' # v0.10.2
-source=(
-  "git+https://github.com/charmbracelet/charm.git#commit=$_commit";
-  'charm.conf'
-  'systemd.service'
-  'sysusers.conf'
-  'tmpfiles.conf'
-)
-b2sums=('SKIP'
-
'c6414097223dde827dfcbaf500d29c45843b3b0a08600a3a69c7d4ec9781675f7b677cc9bc59f88c6c3734a8ee349ee589e5d2070a3aa6afa35f4825766270e6'
-
'ad16df43405a2969abfaf3e6f4cd6edcb2a29661a8a27bbaa13b34d3febb979356538340940383d5c737b9bd4fa434920395ea4e960951660073f8d31d225dac'
-
'b6b509de048f1d63d3d08dda04f3e5743fc212ec44f4a7a83a98a429f9a8fdf01194b83aba7588d02b5712f9bef3efcface1197d3ca458aee5d1be955f6782cd'
-
'2eee2c889e4efe83a534249c7048340b67819d81096a0fd7a23522d2eda46b833709eab1a0359538fdfbe27dbe4154c9d235535374e27c441dc7c030277f7218')
-
-pkgver() {
-  cd charm
-
-  git describe --tags | sed 's/^v//'
-}
-prepare() {
-  cd charm
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd charm 
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X main.Version=$pkgver \
--X main.CommitSHA=$_commit" \
--o build \
-.
-
-  # generate shell completion
-  for shell in bash fish zsh; do
-./build/charm completion "$shell" > "build/$shell.completion"
-  done
-}
-
-check() {
-  cd charm
-
-  go test -v ./...
-}
-
-package() {
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/charm.service"
-  install -vDm644 sysusers.conf "$pkgdir/usr/lib/sysusers.d/charm.conf"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/charm.conf"
-  install -vDm644 charm.conf "$pkgdir/etc/charm.conf"
-
-  cd charm
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" build/charm
-
-  # shell completion
-  install -vDm644 build/bash.completion 
"$pkgdir/usr/share/bash-completion/completions/charm"
-  install -vDm644 build/fish.completion 
"$pkgdir/usr/share/fish/vendor_completions.d/charm.fish"
-  install -vDm644 build/zsh.completion 
"$pkgdir/usr/share/zsh/site-functions/_charm"
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: charm/repos/community-x86_64/PKGBUILD (from rev 1145591, 
charm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:44:14 UTC (rev 1145592)
@@ -0,0 +1,98 @@
+# Maintainer: George Rawlinson 
+# Contributor: Christian Muehlhaeuser 
+
+pkgname=charm
+pkgver=0.10.3
+pkgrel=1
+pkgdesc="The backend for the Charm cloud"
+arch=('x86_64')
+url="https://charm.sh/cloud/";
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'go')
+conflicts=('charm-tool')
+replaces=('charm-tool')
+backup=('etc/charm.conf')
+options=('!lto')
+_commit='938dfe86a92e9a8aed97365f721742ef3617fa75' # v0.10.3
+source=(
+  "git+https://github.com/charmbracelet/charm.git#commit=$_commit";
+  'charm.conf'
+  'systemd.service'
+  'sysusers.conf'
+  'tmpfiles.conf'
+)
+b2sums=('SKIP'
+
'c641409722

[arch-commits] Commit in python-tweepy/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:43:16
  Author: anthraxx
Revision: 1145591

archrelease: copy trunk to community-any

Added:
  python-tweepy/repos/community-any/PKGBUILD
(from rev 1145590, python-tweepy/trunk/PKGBUILD)
Deleted:
  python-tweepy/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:43:11 UTC (rev 1145590)
+++ PKGBUILD2022-03-08 21:43:16 UTC (rev 1145591)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-tweepy
-_pypiname=tweepy
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Python library for accessing the entire Twitter API'
-url='https://www.tweepy.org/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-six' 
'python-pysocks')
-makedepends=('python-setuptools' 'python-pip' 'python-requests' 
'python-requests-oauthlib'
- 'python-six' 'python-pysocks')
-source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
-sha256sums=('d17e2619017b704f13a3d8e3cd836533e61bdf7d943b67f135ac31cf621e1b4a')
-sha512sums=('a246c7129b3c23ea14eaf439ce1595000961587a57bdc9dcc4852617b8531efcb764059b0448843fc06bc792f44d8cf24bd7a8e3bfaf5674078155d1f2059515')
-
-build() {
-  cd ${_pypiname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pypiname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-tweepy/repos/community-any/PKGBUILD (from rev 1145590, 
python-tweepy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:43:16 UTC (rev 1145591)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-tweepy
+_pypiname=tweepy
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='Python library for accessing the entire Twitter API'
+url='https://www.tweepy.org/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-six' 
'python-pysocks')
+makedepends=('python-setuptools' 'python-pip' 'python-requests' 
'python-requests-oauthlib'
+ 'python-six' 'python-pysocks')
+source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
+sha256sums=('4f9492c6839f24d44edaec58b0f5008a609d89127e78877fc08f3a40637e1c3b')
+sha512sums=('a1d5546fd64effbf2c1dbd538265976dd36f3a4bc75e0678eed10b7d2990b1051182df03e55ecd1b9d16dd58c8d0c0b0b774017be18a8c1bddbf12fb996b71c5')
+
+build() {
+  cd ${_pypiname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pypiname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-tweepy/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:43:11
  Author: anthraxx
Revision: 1145590

upgpkg: python-tweepy 4.6.0-1

Modified:
  python-tweepy/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:43:04 UTC (rev 1145589)
+++ PKGBUILD2022-03-08 21:43:11 UTC (rev 1145590)
@@ -2,7 +2,7 @@
 
 pkgname=python-tweepy
 _pypiname=tweepy
-pkgver=4.5.0
+pkgver=4.6.0
 pkgrel=1
 pkgdesc='Python library for accessing the entire Twitter API'
 url='https://www.tweepy.org/'
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools' 'python-pip' 'python-requests' 
'python-requests-oauthlib'
  'python-six' 'python-pysocks')
 
source=(https://github.com/tweepy/${_pypiname}/archive/v${pkgver}/${_pypiname}-${pkgver}.tar.gz)
-sha256sums=('d17e2619017b704f13a3d8e3cd836533e61bdf7d943b67f135ac31cf621e1b4a')
-sha512sums=('a246c7129b3c23ea14eaf439ce1595000961587a57bdc9dcc4852617b8531efcb764059b0448843fc06bc792f44d8cf24bd7a8e3bfaf5674078155d1f2059515')
+sha256sums=('4f9492c6839f24d44edaec58b0f5008a609d89127e78877fc08f3a40637e1c3b')
+sha512sums=('a1d5546fd64effbf2c1dbd538265976dd36f3a4bc75e0678eed10b7d2990b1051182df03e55ecd1b9d16dd58c8d0c0b0b774017be18a8c1bddbf12fb996b71c5')
 
 build() {
   cd ${_pypiname}-${pkgver}



[arch-commits] Commit in charm/trunk (PKGBUILD)

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 21:43:04
  Author: grawlinson
Revision: 1145589

upgpkg: charm 0.10.3-1

New upstream release.

Modified:
  charm/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:41:17 UTC (rev 1145588)
+++ PKGBUILD2022-03-08 21:43:04 UTC (rev 1145589)
@@ -2,7 +2,7 @@
 # Contributor: Christian Muehlhaeuser 
 
 pkgname=charm
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
 pkgdesc="The backend for the Charm cloud"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 replaces=('charm-tool')
 backup=('etc/charm.conf')
 options=('!lto')
-_commit='cc81bc58299b77c23e7eabfd422ac4da448c48a8' # v0.10.2
+_commit='938dfe86a92e9a8aed97365f721742ef3617fa75' # v0.10.3
 source=(
   "git+https://github.com/charmbracelet/charm.git#commit=$_commit";
   'charm.conf'



[arch-commits] Commit in python-wtforms/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:41:17
  Author: anthraxx
Revision: 1145588

archrelease: copy trunk to community-any

Added:
  python-wtforms/repos/community-any/PKGBUILD
(from rev 1145587, python-wtforms/trunk/PKGBUILD)
Deleted:
  python-wtforms/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 +++--
 1 file changed, 40 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:41:12 UTC (rev 1145587)
+++ PKGBUILD2022-03-08 21:41:17 UTC (rev 1145588)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nblock 
-# Contributor: neithere 
-# Contributor: mitsuse 
-
-_pyname=wtforms
-pkgname=python-wtforms
-pkgver=2.3.3
-pkgrel=3
-pkgdesc='Flexible forms validation and rendering library for python web 
development'
-url='https://wtforms.readthedocs.io/'
-arch=('any')
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python-babel' 'python-sphinx'
- 'python-pallets-sphinx-themes' 'python-sphinx-issues'
- 'python-sphinxcontrib-log-cabinet')
-source=(https://github.com/wtforms/wtforms/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('f2b825a85f46a5eca2c8ecb7e0d1945e9697ad98c430b3043952eb5df87b77e180ac26aea0ad10c134438ef8f9d9c8d00ffc5b38a9fa413c6c95d43a681456a2')
-b2sums=('96a504e5a5334086372c81f3691edc0a598d3df9bb3eecce007daae1f445930e80aeea5c943e10500b2cba24ebff16e6e89ec31c9e6a1a33c5008297bbc1b064')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py compile_catalog build
-  export PYTHONPATH=..
-  make -C docs html SPHINXBUILD=sphinx-build
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  find "$pkgdir" -type f -name \*.po -delete
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-wtforms/repos/community-any/PKGBUILD (from rev 1145587, 
python-wtforms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:41:17 UTC (rev 1145588)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: nblock 
+# Contributor: neithere 
+# Contributor: mitsuse 
+
+_pyname=wtforms
+pkgname=python-wtforms
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='Flexible forms validation and rendering library for python web 
development'
+url='https://wtforms.readthedocs.io/'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-markupsafe')
+makedepends=('python-setuptools' 'python-babel')
+checkdepends=('python-pytest' 'python-email-validator')
+optdepends=('python-email-validator: Email validation')
+source=(https://github.com/wtforms/wtforms/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3e8b78026e3f0252113951aca20699477a753bdc0b0f7f01b934ddc8281ee89fc7a559ee519bc8501ff61dc7984b7ec3248d63ea57dd1c1b2c71d845a4479a49')
+b2sums=('57bd60cad3955a6097108c6f5bd151ee044812bd3830213a4c8470a168ef27d42336cb75341bdfa8a8b779faab318585f0760bd652115480b8441bf11c07c912')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py compile_catalog build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH="build/lib" pytest
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  find "$pkgdir" -type f -name \*.po -delete
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-wtforms/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:41:12
  Author: anthraxx
Revision: 1145587

upgpkg: python-wtforms 3.0.1-1

Modified:
  python-wtforms/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:31:16 UTC (rev 1145586)
+++ PKGBUILD2022-03-08 21:41:12 UTC (rev 1145587)
@@ -5,27 +5,30 @@
 
 _pyname=wtforms
 pkgname=python-wtforms
-pkgver=2.3.3
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='Flexible forms validation and rendering library for python web 
development'
 url='https://wtforms.readthedocs.io/'
 arch=('any')
 license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python-babel' 'python-sphinx'
- 'python-pallets-sphinx-themes' 'python-sphinx-issues'
- 'python-sphinxcontrib-log-cabinet')
+depends=('python' 'python-markupsafe')
+makedepends=('python-setuptools' 'python-babel')
+checkdepends=('python-pytest' 'python-email-validator')
+optdepends=('python-email-validator: Email validation')
 
source=(https://github.com/wtforms/wtforms/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('f2b825a85f46a5eca2c8ecb7e0d1945e9697ad98c430b3043952eb5df87b77e180ac26aea0ad10c134438ef8f9d9c8d00ffc5b38a9fa413c6c95d43a681456a2')
-b2sums=('96a504e5a5334086372c81f3691edc0a598d3df9bb3eecce007daae1f445930e80aeea5c943e10500b2cba24ebff16e6e89ec31c9e6a1a33c5008297bbc1b064')
+sha512sums=('3e8b78026e3f0252113951aca20699477a753bdc0b0f7f01b934ddc8281ee89fc7a559ee519bc8501ff61dc7984b7ec3248d63ea57dd1c1b2c71d845a4479a49')
+b2sums=('57bd60cad3955a6097108c6f5bd151ee044812bd3830213a4c8470a168ef27d42336cb75341bdfa8a8b779faab318585f0760bd652115480b8441bf11c07c912')
 
 build() {
   cd ${_pyname}-${pkgver}
   python setup.py compile_catalog build
-  export PYTHONPATH=..
-  make -C docs html SPHINXBUILD=sphinx-build
 }
 
+check() {
+  cd ${_pyname}-${pkgver}
+  PYTHONPATH="build/lib" pytest
+}
+
 package() {
   cd ${_pyname}-${pkgver}
   python setup.py install --root="${pkgdir}" -O1
@@ -32,7 +35,6 @@
   find "$pkgdir" -type f -name \*.po -delete
   install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 CHANGES.rst README.rst  -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}/html"
 }
 
 # vim: ts=2 sw=2 et:



[arch-commits] Commit in python-frozenlist/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:25:48
  Author: anthraxx
Revision: 1145577

archrelease: copy trunk to community-x86_64

Added:
  python-frozenlist/repos/community-x86_64/PKGBUILD
(from rev 1145576, python-frozenlist/trunk/PKGBUILD)
Deleted:
  python-frozenlist/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:25:43 UTC (rev 1145576)
+++ PKGBUILD2022-03-08 21:25:48 UTC (rev 1145577)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pyname=frozenlist
-pkgname=python-${_pyname}
-pkgver=1.2.0
-pkgrel=3
-pkgdesc='FrozenList is a list-like structure which can be made immutable'
-url='https://github.com/aio-libs/frozenlist'
-arch=('x86_64')
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e5dda13e173db0b1c6e8c5a61949534f4eb30211cc4fcd102d0be1b55ee48e2db90d52fd770a2c6d6076f3a0d9e11289629a7a115c1270377636eda35d107e7a')
-b2sums=('cc82db759906ad3e0be1806cacd6815377f264ed07ed272abb7da4753c11561564cf1cb4dfc0154abaeb4005f5607c26e602410a4ef45dd8e94e26583caa2ab7')
-
-prepare() {
-  cd "${_pyname}-${pkgver}"
-  sed 's|.install-cython ||' -i Makefile
-}
-
-build() {
-  cd "${_pyname}-${pkgver}"
-  make cythonize
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py test
-}
-
-package() {
-  cd "${_pyname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGES.rst README.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-frozenlist/repos/community-x86_64/PKGBUILD (from rev 1145576, 
python-frozenlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:25:48 UTC (rev 1145577)
@@ -0,0 +1,42 @@
+# Maintainer: Jelle van der Waa 
+
+_pyname=frozenlist
+pkgname=python-${_pyname}
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='FrozenList is a list-like structure which can be made immutable'
+url='https://github.com/aio-libs/frozenlist'
+arch=('x86_64')
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('780f0ec0e1a701b009e5afcd7f62b2950eda5365140ad5842c09db85b0a3cf282ab70ff9ba752ea6dc7a97542fc7399023aaaca8fdd8ecbd5c26bf64f305f5f4')
+b2sums=('d09e18455893f7ede59c37a080e79ea5e085cc3362e53bc7016db64338b2cf26baf44e95ec0c691535527b0eef4a40ec1fbe814e5d4ae238300125438d21b467')
+
+prepare() {
+  cd "${_pyname}-${pkgver}"
+  sed 's|.install-cython ||' -i Makefile
+}
+
+build() {
+  cd "${_pyname}-${pkgver}"
+  make cythonize
+  python setup.py build
+}
+
+check() {
+  cd "${_pyname}-${pkgver}"
+  local _python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_python_version}" pytest
+}
+
+package() {
+  cd "${_pyname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 CHANGES.rst README.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-frozenlist/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:25:43
  Author: anthraxx
Revision: 1145576

upgpkg: python-frozenlist 1.3.0-1

Modified:
  python-frozenlist/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:16:04 UTC (rev 1145575)
+++ PKGBUILD2022-03-08 21:25:43 UTC (rev 1145576)
@@ -2,8 +2,8 @@
 
 _pyname=frozenlist
 pkgname=python-${_pyname}
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='FrozenList is a list-like structure which can be made immutable'
 url='https://github.com/aio-libs/frozenlist'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools' 'cython')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('e5dda13e173db0b1c6e8c5a61949534f4eb30211cc4fcd102d0be1b55ee48e2db90d52fd770a2c6d6076f3a0d9e11289629a7a115c1270377636eda35d107e7a')
-b2sums=('cc82db759906ad3e0be1806cacd6815377f264ed07ed272abb7da4753c11561564cf1cb4dfc0154abaeb4005f5607c26e602410a4ef45dd8e94e26583caa2ab7')
+sha512sums=('780f0ec0e1a701b009e5afcd7f62b2950eda5365140ad5842c09db85b0a3cf282ab70ff9ba752ea6dc7a97542fc7399023aaaca8fdd8ecbd5c26bf64f305f5f4')
+b2sums=('d09e18455893f7ede59c37a080e79ea5e085cc3362e53bc7016db64338b2cf26baf44e95ec0c691535527b0eef4a40ec1fbe814e5d4ae238300125438d21b467')
 
 prepare() {
   cd "${_pyname}-${pkgver}"
@@ -28,7 +28,8 @@
 
 check() {
   cd "${_pyname}-${pkgver}"
-  python setup.py test
+  local _python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_python_version}" pytest
 }
 
 package() {



[arch-commits] Commit in python-pyelftools/repos/extra-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:16:15
  Author: anthraxx
Revision: 439357

archrelease: copy trunk to extra-any

Added:
  python-pyelftools/repos/extra-any/PKGBUILD
(from rev 439356, python-pyelftools/trunk/PKGBUILD)
Deleted:
  python-pyelftools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:16:11 UTC (rev 439356)
+++ PKGBUILD2022-03-08 21:16:15 UTC (rev 439357)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=python-pyelftools
-_pkgname=pyelftools
-pkgver=0.27
-pkgrel=3
-pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
-url='https://github.com/eliben/pyelftools'
-arch=('any')
-license=('custom:Public Domain')
-makedepends=('python' 'python-setuptools')
-depends=('python')
-options=('!strip')
-source=(https://github.com/eliben/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('bb0a00e5500016e3d4f64be0a728e190f84b11a805f78d668b5a74716a30400e6794946f198ef4a3f3b8f64a63deb1b5a96180b09e56b7357b988b28e25fad0a')
-b2sums=('74e6e17c68b197d0ecdddedba81a96601003c41a9c095bc72dff7630511705d36d1bc2732005a87ad1420c99497d729c5b771eca7bf5409c0da77d7b348d9c1b')
-
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python test/run_all_unittests.py
-  python test/run_examples_test.py
-  if [ "${CARCH}" == "x86_64" ]; then
-python test/run_readelf_tests.py
-  else
-echo "Skipping readelf tests (require x86_64)"
-  fi
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-pyelftools/repos/extra-any/PKGBUILD (from rev 439356, 
python-pyelftools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:16:15 UTC (rev 439357)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=python-pyelftools
+_pkgname=pyelftools
+pkgver=0.28
+pkgrel=1
+pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
+url='https://github.com/eliben/pyelftools'
+arch=('any')
+license=('custom:Public Domain')
+makedepends=('python' 'python-setuptools')
+depends=('python')
+options=('!strip')
+source=(https://github.com/eliben/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
+sha512sums=('005163a53fe12baad0998d60d531e3ce4201236b7b042e3c28d7e68f9c40586f94a2576be6918be991a3bf464f2ca55700c0475a6e8c7b05b4342a6f5bbf3354')
+b2sums=('87dad42d87b9d3de2382e21d6f7115fb24e420e262735d4bd73c4e3a325d10b69c6eab5d73ff999811633d6a024c22c15ad65be637339f0c609378d54926f747')
+
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python test/run_all_unittests.py
+  python test/run_examples_test.py
+  if [ "${CARCH}" == "x86_64" ]; then
+python test/run_readelf_tests.py
+  else
+echo "Skipping readelf tests (require x86_64)"
+  fi
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGES -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in python-pyelftools/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:16:11
  Author: anthraxx
Revision: 439356

upgpkg: python-pyelftools 0.28-1

Modified:
  python-pyelftools/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:09:37 UTC (rev 439355)
+++ PKGBUILD2022-03-08 21:16:11 UTC (rev 439356)
@@ -3,8 +3,8 @@
 
 pkgname=python-pyelftools
 _pkgname=pyelftools
-pkgver=0.27
-pkgrel=3
+pkgver=0.28
+pkgrel=1
 pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
 url='https://github.com/eliben/pyelftools'
 arch=('any')
@@ -13,8 +13,8 @@
 depends=('python')
 options=('!strip')
 
source=(https://github.com/eliben/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('bb0a00e5500016e3d4f64be0a728e190f84b11a805f78d668b5a74716a30400e6794946f198ef4a3f3b8f64a63deb1b5a96180b09e56b7357b988b28e25fad0a')
-b2sums=('74e6e17c68b197d0ecdddedba81a96601003c41a9c095bc72dff7630511705d36d1bc2732005a87ad1420c99497d729c5b771eca7bf5409c0da77d7b348d9c1b')
+sha512sums=('005163a53fe12baad0998d60d531e3ce4201236b7b042e3c28d7e68f9c40586f94a2576be6918be991a3bf464f2ca55700c0475a6e8c7b05b4342a6f5bbf3354')
+b2sums=('87dad42d87b9d3de2382e21d6f7115fb24e420e262735d4bd73c4e3a325d10b69c6eab5d73ff999811633d6a024c22c15ad65be637339f0c609378d54926f747')
 
 
 build() {



[arch-commits] Commit in python-libarchive-c/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:16:04
  Author: anthraxx
Revision: 1145575

archrelease: copy trunk to community-any

Added:
  python-libarchive-c/repos/community-any/PKGBUILD
(from rev 1145574, python-libarchive-c/trunk/PKGBUILD)
Deleted:
  python-libarchive-c/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:15:59 UTC (rev 1145574)
+++ PKGBUILD2022-03-08 21:16:04 UTC (rev 1145575)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-libarchive-c
-pkgver=3.2
-pkgrel=3
-pkgdesc='Python interface to libarchive'
-url='https://github.com/Changaco/python-libarchive-c'
-arch=('any')
-license=('CC0')
-depends=('python' 'libarchive')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock')
-source=(https://github.com/Changaco/python-libarchive-c/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d11a7da0e592b7fce5044b9ff2930e50004c15b166a76f7871b9d0d584cb6da5989c4ec79969439b00baffa564738af607cdf5e37141c6e879b8a76ae68c325c')
-b2sums=('9e984c8e23422ceb552d34d4560b2c8279e1c2d52ffedcc893af3a1a8420eb03b735058d2f8dbe542f3920d0f0bf53777f0679a238cc0368e8e680c44358a72c')
-
-prepare() {
-  sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  LC_CTYPE=en_US.UTF-8 py.test
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-libarchive-c/repos/community-any/PKGBUILD (from rev 1145574, 
python-libarchive-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:16:04 UTC (rev 1145575)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-libarchive-c
+pkgver=4.0
+pkgrel=1
+pkgdesc='Python interface to libarchive'
+url='https://github.com/Changaco/python-libarchive-c'
+arch=('any')
+license=('CC0')
+depends=('python' 'libarchive')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock')
+source=(https://github.com/Changaco/python-libarchive-c/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('1544713802789859ffa9a0d8f4e490f720bbd4d589aae8899d0d1fb6780f2cde0db96f3023c1c32eacea07ea325ac180797aebdb0e8e37093af53807f2e5c812')
+b2sums=('87f8cfb0adf080b11df85d065fbcc38bf5682592882b3a8a8077e5cfb590cc10a05b98c98a2be41570aa59d06899b2e47815183e563007b1077717cdaa79a21c')
+
+prepare() {
+  sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LC_CTYPE=en_US.UTF-8 py.test
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-libarchive-c/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:15:59
  Author: anthraxx
Revision: 1145574

upgpkg: python-libarchive-c 4.0-1

Modified:
  python-libarchive-c/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:15:22 UTC (rev 1145573)
+++ PKGBUILD2022-03-08 21:15:59 UTC (rev 1145574)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-libarchive-c
-pkgver=3.2
-pkgrel=3
+pkgver=4.0
+pkgrel=1
 pkgdesc='Python interface to libarchive'
 url='https://github.com/Changaco/python-libarchive-c'
 arch=('any')
@@ -11,8 +11,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-mock')
 
source=(https://github.com/Changaco/python-libarchive-c/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d11a7da0e592b7fce5044b9ff2930e50004c15b166a76f7871b9d0d584cb6da5989c4ec79969439b00baffa564738af607cdf5e37141c6e879b8a76ae68c325c')
-b2sums=('9e984c8e23422ceb552d34d4560b2c8279e1c2d52ffedcc893af3a1a8420eb03b735058d2f8dbe542f3920d0f0bf53777f0679a238cc0368e8e680c44358a72c')
+sha512sums=('1544713802789859ffa9a0d8f4e490f720bbd4d589aae8899d0d1fb6780f2cde0db96f3023c1c32eacea07ea325ac180797aebdb0e8e37093af53807f2e5c812')
+b2sums=('87f8cfb0adf080b11df85d065fbcc38bf5682592882b3a8a8077e5cfb590cc10a05b98c98a2be41570aa59d06899b2e47815183e563007b1077717cdaa79a21c')
 
 prepare() {
   sed '/os.umask(2)/d' -i ${pkgbase}-${pkgver}/setup.py



[arch-commits] Commit in python-multidict/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:15:22
  Author: anthraxx
Revision: 1145573

archrelease: copy trunk to community-x86_64

Added:
  python-multidict/repos/community-x86_64/PKGBUILD
(from rev 1145572, python-multidict/trunk/PKGBUILD)
Deleted:
  python-multidict/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:15:16 UTC (rev 1145572)
+++ PKGBUILD2022-03-08 21:15:22 UTC (rev 1145573)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: renek 
-
-_pkgname=multidict
-pkgname=python-${_pkgname}
-pkgver=5.2.0
-pkgrel=3
-pkgdesc='Asyncio-based multidict implementation for Python'
-url='https://github.com/aio-libs/multidict'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'glibc')
-makedepends=('cython' 'python-setuptools' 'git')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
-source=(https://github.com/aio-libs/multidict/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('508b6db9219c3dae76da5e89a398f4541beff2a875030c2f11da9aaa1e001324d069d7a291148c510fe555cb3a33288ef297c9baa863e42d3d09d60588bebd7e')
-b2sums=('3580e3f53b3ec581d338676647f2e8dd78387fdad5730fe703c02b3cd4182d69e3b6896d71bd969413dd27974e07272cc541701a2145a517d9bacea45000e9c8')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-multidict/repos/community-x86_64/PKGBUILD (from rev 1145572, 
python-multidict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:15:22 UTC (rev 1145573)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: renek 
+
+_pkgname=multidict
+pkgname=python-${_pkgname}
+pkgver=6.0.2
+pkgrel=1
+pkgdesc='Asyncio-based multidict implementation for Python'
+url='https://github.com/aio-libs/multidict'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'glibc')
+makedepends=('cython' 'python-setuptools' 'git')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
+source=(https://github.com/aio-libs/multidict/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('508f18c5f731e7438bc7cb84b29aff22422769a8ea4c0ba7c875361d1bb1da78bed2db8b4ca34b833effd03ca3e7f00dabaad64bfce54b3e8d208cdc808083c9')
+b2sums=('1fa9b0d92a94ed022849a851f925e132b629216ddd0d5d4772304fd3361a129692f8b49fca2765118ab1cbc306879924d0aa7c6b57b648158a093a9f311a8d30')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-multidict/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:15:16
  Author: anthraxx
Revision: 1145572

upgpkg: python-multidict 6.0.2-1

Modified:
  python-multidict/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:13:47 UTC (rev 1145571)
+++ PKGBUILD2022-03-08 21:15:16 UTC (rev 1145572)
@@ -3,8 +3,8 @@
 
 _pkgname=multidict
 pkgname=python-${_pkgname}
-pkgver=5.2.0
-pkgrel=3
+pkgver=6.0.2
+pkgrel=1
 pkgdesc='Asyncio-based multidict implementation for Python'
 url='https://github.com/aio-libs/multidict'
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools' 'git')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 
'python-psutil' 'python-perf')
 
source=(https://github.com/aio-libs/multidict/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('508b6db9219c3dae76da5e89a398f4541beff2a875030c2f11da9aaa1e001324d069d7a291148c510fe555cb3a33288ef297c9baa863e42d3d09d60588bebd7e')
-b2sums=('3580e3f53b3ec581d338676647f2e8dd78387fdad5730fe703c02b3cd4182d69e3b6896d71bd969413dd27974e07272cc541701a2145a517d9bacea45000e9c8')
+sha512sums=('508f18c5f731e7438bc7cb84b29aff22422769a8ea4c0ba7c875361d1bb1da78bed2db8b4ca34b833effd03ca3e7f00dabaad64bfce54b3e8d208cdc808083c9')
+b2sums=('1fa9b0d92a94ed022849a851f925e132b629216ddd0d5d4772304fd3361a129692f8b49fca2765118ab1cbc306879924d0aa7c6b57b648158a093a9f311a8d30')
 
 build() {
   cd ${_pkgname}-${pkgver}



[arch-commits] Commit in python-websockets/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:13:47
  Author: anthraxx
Revision: 1145571

archrelease: copy trunk to community-x86_64

Added:
  python-websockets/repos/community-x86_64/PKGBUILD
(from rev 1145570, python-websockets/trunk/PKGBUILD)
Deleted:
  python-websockets/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:13:43 UTC (rev 1145570)
+++ PKGBUILD2022-03-08 21:13:47 UTC (rev 1145571)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sherlock Holo 
-# Contributor: user6553591 
-
-pkgname=python-websockets
-pkgver=10.1
-pkgrel=2
-pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
-url='https://github.com/aaugustin/websockets'
-arch=('x86_64')
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx-copybutton'
- 'python-sphinx-furo' 'python-sphinx-inline-tabs'
- 'python-sphinxcontrib-spelling' 'python-sphinxcontrib-trio'
- 'python-sphinxext-opengraph')
-source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b')
-b2sums=('425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596')
-
-build() {
-  cd websockets-${pkgver}
-  python setup.py build
-  sphinx-build -b dirhtml docs docs/_build/html
-  sphinx-build -b man docs docs/_build/man
-}
-
-check() {
-  cd websockets-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd websockets-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  cp -rT docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-websockets/repos/community-x86_64/PKGBUILD (from rev 1145570, 
python-websockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:13:47 UTC (rev 1145571)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sherlock Holo 
+# Contributor: user6553591 
+
+pkgname=python-websockets
+pkgver=10.2
+pkgrel=1
+pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
+url='https://github.com/aaugustin/websockets'
+arch=('x86_64')
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx-copybutton'
+ 'python-sphinx-furo' 'python-sphinx-inline-tabs'
+ 'python-sphinxcontrib-spelling' 'python-sphinxcontrib-trio'
+ 'python-sphinxext-opengraph')
+source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350')
+b2sums=('2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3')
+
+build() {
+  cd websockets-${pkgver}
+  python setup.py build
+  sphinx-build -b dirhtml docs docs/_build/html
+  sphinx-build -b man docs docs/_build/man
+}
+
+check() {
+  cd websockets-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd websockets-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -rT docs/_build/html "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in python-websockets/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:13:43
  Author: anthraxx
Revision: 1145570

upgpkg: python-websockets 10.2-1

Modified:
  python-websockets/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:07:08 UTC (rev 1145569)
+++ PKGBUILD2022-03-08 21:13:43 UTC (rev 1145570)
@@ -3,8 +3,8 @@
 # Contributor: user6553591 
 
 pkgname=python-websockets
-pkgver=10.1
-pkgrel=2
+pkgver=10.2
+pkgrel=1
 pkgdesc='Python implementation of the WebSocket Protocol (RFC 6455)'
 url='https://github.com/aaugustin/websockets'
 arch=('x86_64')
@@ -15,8 +15,8 @@
  'python-sphinxcontrib-spelling' 'python-sphinxcontrib-trio'
  'python-sphinxext-opengraph')
 
source=(https://github.com/aaugustin/websockets/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c284ec92bc133c7083a72d4f364d9ace13d3eb6d7355ae46084d8097c137cdec3933cae9d5ab72d8a517af38328cea6c39877f747f5386df54a7362271cc7e7b')
-b2sums=('425e7c8597f081874127ac75003aed11ebb2cf647ce9fed9e17c955e485a7a59c95d1112524d3f0d747b796b0cc41972258661c9fc9c7972f68aaebe3223b596')
+sha512sums=('b8c7fbe627e1c42b0d66e561aa9bcf15d6de07a9cccd203211e0e6af49762774e09f8c5f4523fe214731ae7a96ed4b63639c7ed66fee062cdda3e5fba350')
+b2sums=('2313bab904de3671f973191f1c43d275ede44c87811d82f22c6bd76145610ba5d4ba4d7a1b3a564bfc8c4a9b7921b2edc640af9304733e85deac1e728f0050f3')
 
 build() {
   cd websockets-${pkgver}



[arch-commits] Commit in xscreensaver/repos/extra-x86_64 (4 files)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:09:37
  Author: anthraxx
Revision: 439355

archrelease: copy trunk to extra-x86_64

Added:
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 439354, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 439354, xscreensaver/trunk/PKGBUILD)
Deleted:
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |   20 +-
 PKGBUILD |  116 -
 2 files changed, 65 insertions(+), 71 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-03-08 21:09:32 UTC (rev 439354)
+++ LICENSE 2022-03-08 21:09:37 UTC (rev 439355)
@@ -1,10 +0,0 @@
-/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski 
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-x86_64/LICENSE (from rev 439354, 
xscreensaver/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-03-08 21:09:37 UTC (rev 439355)
@@ -0,0 +1,10 @@
+/* xscreensaver, Copyright (c) 1991-2013 Jamie Zawinski 
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or 
+ * implied warranty.
+ */

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:09:32 UTC (rev 439354)
+++ PKGBUILD2022-03-08 21:09:37 UTC (rev 439355)
@@ -1,61 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Eric Bélanger 
-
-pkgname=xscreensaver
-pkgver=6.02
-pkgrel=1
-pkgdesc='Screen saver and locker for the X Window System'
-url='https://www.jwz.org/xscreensaver/'
-arch=('x86_64')
-license=('BSD')
-depends=(
-  'gtk2' 'glu' 'xorg-appres' 'libglvnd' 'libjpeg-turbo' 'libjpeg.so'
-  'libsystemd.so' 'libx11' 'libxcrypt' 'libcrypt.so' 'libxext' 'libxft' 'libxi'
-  'libxinerama' 'libxmu' 'libxrandr' 'libxt' 'libxxf86vm' 'perl-libwww' 'pam'
-  'libpam.so' 'glibc' 'glib2' 'gdk-pixbuf2' 'gdk-pixbuf-xlib'
-)
-makedepends=('bc' 'intltool' 'libxpm' 'gdm' 'systemd' 'systemd-libs')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(https://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
-LICENSE)
-sha512sums=('2291ec6ca2d2a24dae975f7f3a8e1733c06f289eb74955db5b3344c7ddcc1d72f82d380df984ef9199f2ed7ab8a7bc920da57d98f589ae5fd1cee082755ba1ff'
-
'863c699479b2ec2775a0d1cba22e615929194a14af164b3513e46a0c04229da6547255a4da8f7f1bbb40906898c124ed3c9ec2436b76b62affcb62385af9783e')
-b2sums=('2d931fe93230e8c7344abd9180e26ab8775f82604e6f4804c82821c486203be567708cf50f7a11276a6b39df493fe5652b4198765ecb3bc5afc8cbc5a01d4801'
-
'cacb6ba39d6ecb8703ef5f5a7dc74de0ca805cce73b43a8b9b6b4c255c909aa9b5e692de76c2fbd4da26ce6efb5f2a46138c43b1b37f53cee6d20fd6ed41f4a9')
-
-# workaround for broken tarball
-noextract=($pkgname-$pkgver.tar.gz)
-prepare() {
-  bsdtar xf ${pkgname}-${pkgver}.tar.gz || true
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-x-app-defaults=/usr/share/X11/app-defaults \
---without-setuid-hacks \
---without-setcap-hacks \
---with-pam \
---with-login-manager \
---with-gtk \
---with-gl \
---without-gle \
---with-pixbuf \
---with-jpeg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/etc/pam.d"
-  make install_prefix="${pkgdir}" install
-  install -Dm 644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  echo "NotShowIn=KDE;GNOME;" >> 
"${pkgdir}/usr/share/applications/xscreensaver-properties.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xscreensaver/repos/extra-x86_64/PKGBUILD (from rev 439354, 
xscreensaver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:09:37 UTC (rev 439355)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=xscreensaver
+pkgver=6.03
+

[arch-commits] Commit in xscreensaver/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:09:32
  Author: anthraxx
Revision: 439354

upgpkg: xscreensaver 6.03-1

Modified:
  xscreensaver/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:05:51 UTC (rev 439353)
+++ PKGBUILD2022-03-08 21:09:32 UTC (rev 439354)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=xscreensaver
-pkgver=6.02
+pkgver=6.03
 pkgrel=1
 pkgdesc='Screen saver and locker for the X Window System'
 url='https://www.jwz.org/xscreensaver/'
@@ -19,17 +19,11 @@
 backup=('etc/pam.d/xscreensaver')
 source=(https://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz
 LICENSE)
-sha512sums=('2291ec6ca2d2a24dae975f7f3a8e1733c06f289eb74955db5b3344c7ddcc1d72f82d380df984ef9199f2ed7ab8a7bc920da57d98f589ae5fd1cee082755ba1ff'
+sha512sums=('4aa30824c972a73dc09aeba478cad074f273839a4c7641cddd292da38fc75db10a3f6243cbe8619c5e39cad54c27d33e1e271dfed167458faa7747fb0a090630'
 
'863c699479b2ec2775a0d1cba22e615929194a14af164b3513e46a0c04229da6547255a4da8f7f1bbb40906898c124ed3c9ec2436b76b62affcb62385af9783e')
-b2sums=('2d931fe93230e8c7344abd9180e26ab8775f82604e6f4804c82821c486203be567708cf50f7a11276a6b39df493fe5652b4198765ecb3bc5afc8cbc5a01d4801'
+b2sums=('1276e469e8f4116fac5d434aeacbc16ff8243b56095d39ff4fcbb390abad935e70d308d2a3ecfebaa453f2dd19944ecc2edb18a229248c02f2e3997f30436bce'
 
'cacb6ba39d6ecb8703ef5f5a7dc74de0ca805cce73b43a8b9b6b4c255c909aa9b5e692de76c2fbd4da26ce6efb5f2a46138c43b1b37f53cee6d20fd6ed41f4a9')
 
-# workaround for broken tarball
-noextract=($pkgname-$pkgver.tar.gz)
-prepare() {
-  bsdtar xf ${pkgname}-${pkgver}.tar.gz || true
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure \



[arch-commits] Commit in papirus-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 21:07:08
  Author: felixonmars
Revision: 1145569

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 1145568, papirus-icon-theme/trunk/PKGBUILD)
Deleted:
  papirus-icon-theme/repos/community-any/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:06:57 UTC (rev 1145568)
+++ PKGBUILD2022-03-08 21:07:08 UTC (rev 1145569)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20220204
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
-license=("GPL3")
-depends=('gtk-update-icon-cache')
-source=("https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('e85a9f3fa2564fb6404205695c9500baf54d37c7c03288d086c2bdff5b722d8eae8b283bab0658eebd1760e8bbe4bd1875958f68b065611cb761e4c2c08b1079')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 1145568, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:07:08 UTC (rev 1145569)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20220302
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
+license=("GPL3")
+depends=('gtk-update-icon-cache')
+source=("https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('54793eb6b890931cc2e11c741b0144c485b8446673c8568eb95cf2a546d14d68bf8446d22953d63ee19c2ccd072dfa2d6443bb401a03e81c56c5776e4d30145d')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in papirus-icon-theme/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 21:06:57
  Author: felixonmars
Revision: 1145568

upgpkg: papirus-icon-theme 20220302-1

Modified:
  papirus-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:05:23 UTC (rev 1145567)
+++ PKGBUILD2022-03-08 21:06:57 UTC (rev 1145568)
@@ -3,7 +3,7 @@
 # Contributor: Grigorii Horos 
 
 pkgname=papirus-icon-theme
-pkgver=20220204
+pkgver=20220302
 pkgrel=1
 pkgdesc="Papirus icon theme"
 arch=('any')
@@ -11,7 +11,7 @@
 license=("GPL3")
 depends=('gtk-update-icon-cache')
 
source=("https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('e85a9f3fa2564fb6404205695c9500baf54d37c7c03288d086c2bdff5b722d8eae8b283bab0658eebd1760e8bbe4bd1875958f68b065611cb761e4c2c08b1079')
+sha512sums=('54793eb6b890931cc2e11c741b0144c485b8446673c8568eb95cf2a546d14d68bf8446d22953d63ee19c2ccd072dfa2d6443bb401a03e81c56c5776e4d30145d')
 
 package() {
   cd $pkgname-$pkgver



[arch-commits] Commit in js91/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Jan Steffens via arch-commits
Date: Tuesday, March 8, 2022 @ 21:05:51
  Author: heftig
Revision: 439353

archrelease: copy trunk to extra-x86_64

Added:
  js91/repos/extra-x86_64/PKGBUILD
(from rev 439352, js91/trunk/PKGBUILD)
Deleted:
  js91/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  254 ++---
 1 file changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:05:35 UTC (rev 439352)
+++ PKGBUILD2022-03-08 21:05:51 UTC (rev 439353)
@@ -1,127 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js91
-pkgver=91.6.0
-pkgrel=1
-pkgdesc="JavaScript interpreter and libraries - Version 91"
-arch=(x86_64)
-url="https://spidermonkey.dev/";
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(zip autoconf2.13 python-setuptools python-psutil rust llvm clang 
lld)
-checkdepends=(mercurial git)
-options=(!lto)
-_relver=${pkgver}esr
-source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('7e802832152c39588b9a5c8392e90c1b00036bf948fa4a97a7af0d1435ba09a1'
-'SKIP')
-validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
-
-# Make sure the duplication between bin and lib is found
-COMPRESSZST+=(--long)
-
-prepare() {
-  mkdir mozbuild
-  cd firefox-$pkgver
-
-  cat >../mozconfig <.mozconfig ../mozconfig - <.mozconfig ../mozconfig - <
+
+pkgname=js91
+pkgver=91.7.0
+pkgrel=1
+pkgdesc="JavaScript interpreter and libraries - Version 91"
+arch=(x86_64)
+url="https://spidermonkey.dev/";
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(zip autoconf2.13 python-setuptools python-psutil rust llvm clang 
lld)
+checkdepends=(mercurial git)
+options=(!lto)
+_relver=${pkgver}esr
+source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
+sha256sums=('9c3ae9abe1ef10d66d64cbbee96ba2c16840098de8fe0285959f04160d0fee5a'
+'SKIP')
+validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
+
+# Make sure the duplication between bin and lib is found
+COMPRESSZST+=(--long)
+
+prepare() {
+  mkdir mozbuild
+  cd firefox-$pkgver
+
+  cat >../mozconfig <.mozconfig ../mozconfig - <.mozconfig ../mozconfig - <

[arch-commits] Commit in js91/trunk (PKGBUILD)

2022-03-08 Thread Jan Steffens via arch-commits
Date: Tuesday, March 8, 2022 @ 21:05:35
  Author: heftig
Revision: 439352

91.7.0-1

Modified:
  js91/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:00:47 UTC (rev 439351)
+++ PKGBUILD2022-03-08 21:05:35 UTC (rev 439352)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js91
-pkgver=91.6.0
+pkgver=91.7.0
 pkgrel=1
 pkgdesc="JavaScript interpreter and libraries - Version 91"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!lto)
 _relver=${pkgver}esr
 
source=(https://archive.mozilla.org/pub/firefox/releases/$_relver/source/firefox-$_relver.source.tar.xz{,.asc})
-sha256sums=('7e802832152c39588b9a5c8392e90c1b00036bf948fa4a97a7af0d1435ba09a1'
+sha256sums=('9c3ae9abe1ef10d66d64cbbee96ba2c16840098de8fe0285959f04160d0fee5a'
 'SKIP')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 



[arch-commits] Commit in jadx/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:05:23
  Author: anthraxx
Revision: 1145567

archrelease: copy trunk to community-any

Added:
  jadx/repos/community-any/PKGBUILD
(from rev 1145566, jadx/trunk/PKGBUILD)
Deleted:
  jadx/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:05:18 UTC (rev 1145566)
+++ PKGBUILD2022-03-08 21:05:23 UTC (rev 1145567)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Nicolas Hureau 
-
-pkgname=jadx
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
-url='https://github.com/skylot/jadx'
-arch=('any')
-license=('Apache')
-depends=('java-runtime=8' 'bash')
-makedepends=('java-environment=8' 'gradle')
-source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d5a2ae311162b878db887f6dbd782315621bace4d644d0970c2035a18eb9747a00953f9fc035933be226dca426c894eb0569030eb572c6aae5cf855adc56a25b')
-b2sums=('a9858913ebed74a1b508d58fef2325e9f3c289b47d854e941b924384fe1c78e7ca1641b823c83bd4a5c8f7e7aff87d5819e2ddc05e860509e84a533a422f5c26')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gradle dist
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  gradle test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build/jadx
-
-  install -Dm 755 bin/{jadx,jadx-gui} -t 
"${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -Dm 644 lib/* -t "${pkgdir}/usr/share/java/${pkgname}/lib"
-
-  install -d "${pkgdir}/usr/bin"
-  ln -s /usr/share/java/${pkgname}/bin/jadx "${pkgdir}/usr/bin/jadx"
-  ln -s /usr/share/java/${pkgname}/bin/jadx-gui "${pkgdir}/usr/bin/jadx-gui"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 NOTICE README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: jadx/repos/community-any/PKGBUILD (from rev 1145566, 
jadx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:05:23 UTC (rev 1145567)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Nicolas Hureau 
+
+pkgname=jadx
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
+url='https://github.com/skylot/jadx'
+arch=('any')
+license=('Apache')
+depends=('java-runtime=8' 'bash')
+makedepends=('java-environment=8' 'gradle')
+source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('45f8ee8a2235950e0054507504b2f12b23557515e0cd8d72991dd480cb54059dc4b96ffe5a65162f2df6ba3d1898b806723343fdd95b41a14176f51c597ec949')
+b2sums=('7a82e76085c3b88178807a21b0ba795d5f4ed8bafe8210c5d83891ce49838b47518f1fdcbccabdebd0b4d9e4485967ec8a62e5044cd2e13f20de64051a054669')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gradle dist
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  gradle test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build/jadx
+
+  install -Dm 755 bin/{jadx,jadx-gui} -t 
"${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -Dm 644 lib/* -t "${pkgdir}/usr/share/java/${pkgname}/lib"
+
+  install -d "${pkgdir}/usr/bin"
+  ln -s /usr/share/java/${pkgname}/bin/jadx "${pkgdir}/usr/bin/jadx"
+  ln -s /usr/share/java/${pkgname}/bin/jadx-gui "${pkgdir}/usr/bin/jadx-gui"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 NOTICE README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in jadx/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:05:18
  Author: anthraxx
Revision: 1145566

upgpkg: jadx 1.3.3-1

Modified:
  jadx/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:01:08 UTC (rev 1145565)
+++ PKGBUILD2022-03-08 21:05:18 UTC (rev 1145566)
@@ -2,7 +2,7 @@
 # Contributor: Nicolas Hureau 
 
 pkgname=jadx
-pkgver=1.2.0
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='Command line and GUI tools to produce Java source code from Android 
Dex and APK files'
 url='https://github.com/skylot/jadx'
@@ -11,8 +11,8 @@
 depends=('java-runtime=8' 'bash')
 makedepends=('java-environment=8' 'gradle')
 
source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d5a2ae311162b878db887f6dbd782315621bace4d644d0970c2035a18eb9747a00953f9fc035933be226dca426c894eb0569030eb572c6aae5cf855adc56a25b')
-b2sums=('a9858913ebed74a1b508d58fef2325e9f3c289b47d854e941b924384fe1c78e7ca1641b823c83bd4a5c8f7e7aff87d5819e2ddc05e860509e84a533a422f5c26')
+sha512sums=('45f8ee8a2235950e0054507504b2f12b23557515e0cd8d72991dd480cb54059dc4b96ffe5a65162f2df6ba3d1898b806723343fdd95b41a14176f51c597ec949')
+b2sums=('7a82e76085c3b88178807a21b0ba795d5f4ed8bafe8210c5d83891ce49838b47518f1fdcbccabdebd0b4d9e4485967ec8a62e5044cd2e13f20de64051a054669')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in patchelf/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:01:08
  Author: anthraxx
Revision: 1145565

archrelease: copy trunk to community-x86_64

Added:
  patchelf/repos/community-x86_64/PKGBUILD
(from rev 1145564, patchelf/trunk/PKGBUILD)
Deleted:
  patchelf/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:01:03 UTC (rev 1145564)
+++ PKGBUILD2022-03-08 21:01:08 UTC (rev 1145565)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: xduugu
-
-pkgname=patchelf
-pkgver=0.14.3
-pkgrel=1
-pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF 
executables'
-url='https://nixos.org/patchelf.html'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-source=(https://github.com/NixOS/patchelf/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8')
-b2sums=('ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -C tests -j1 check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: patchelf/repos/community-x86_64/PKGBUILD (from rev 1145564, 
patchelf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:01:08 UTC (rev 1145565)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: xduugu
+
+pkgname=patchelf
+pkgver=0.14.5
+pkgrel=1
+pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF 
executables'
+url='https://nixos.org/patchelf.html'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+source=(https://github.com/NixOS/patchelf/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d')
+b2sums=('f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -C tests -j1 check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in patchelf/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:01:03
  Author: anthraxx
Revision: 1145564

upgpkg: patchelf 0.14.5-1

Modified:
  patchelf/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:57:44 UTC (rev 1145563)
+++ PKGBUILD2022-03-08 21:01:03 UTC (rev 1145564)
@@ -3,7 +3,7 @@
 # Contributor: xduugu
 
 pkgname=patchelf
-pkgver=0.14.3
+pkgver=0.14.5
 pkgrel=1
 pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF 
executables'
 url='https://nixos.org/patchelf.html'
@@ -11,8 +11,8 @@
 license=('GPL3')
 depends=('gcc-libs')
 
source=(https://github.com/NixOS/patchelf/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('2f5caa6b038e630896dc0cebaf4d6f88d91f6dee7f2ffa2fc6b90d199b3a0140b7fe39ea43e582f7ac1145309a61e11fb7ce36c579ad217c48f1b189738f79c8')
-b2sums=('ca9c28c88ff6a5eb37a8cb9010642f04335b74e2132987f34bc167c140dc95cd4ac7a3ed71b7287d952a0201b12148a15f3066e5c7d3d453cc18a1e97b6283ed')
+sha512sums=('1b7eca84f6fe2d6f6d4469ca1ccdf35dc920d2052ba94b7daeba6c8cb41fdaff20b1e5bac7c8a7650ff12bf4156da87f84d32e75b09958636dc992a1b7b1a59d')
+b2sums=('f2e02fb468db7c8c0c4270c7f95ea6c8dc6ffab7ddb0a6479bd5d1dd0481cbc55982af21a13f42076504417264a11e74d50a9f15d3d5735e47019001abf33e41')
 
 prepare() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in ant/repos/extra-any (PKGBUILD PKGBUILD ant.conf ant.conf)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:00:47
  Author: anthraxx
Revision: 439351

archrelease: copy trunk to extra-any

Added:
  ant/repos/extra-any/PKGBUILD
(from rev 439350, ant/trunk/PKGBUILD)
  ant/repos/extra-any/ant.conf
(from rev 439350, ant/trunk/ant.conf)
Deleted:
  ant/repos/extra-any/PKGBUILD
  ant/repos/extra-any/ant.conf

--+
 PKGBUILD |  176 ++---
 ant.conf |   16 ++---
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 21:00:41 UTC (rev 439350)
+++ PKGBUILD2022-03-08 21:00:47 UTC (rev 439351)
@@ -1,88 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-# Contributor: Andrew Wright 
-# Contributor: Paul Mattal 
-
-pkgbase=ant
-pkgname=('ant' 'ant-doc')
-pkgver=1.10.11
-pkgrel=1
-pkgdesc='Java based build tool'
-url='https://ant.apache.org/'
-arch=('any')
-license=('APACHE')
-makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
-source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
-ant.conf)
-sha256sums=('fee49208ba798be2e4302917a64a89f6756da542a0c2a2673e727182618f79ac'
-'SKIP'
-'23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
-# https://downloads.apache.org/ant/KEYS
-validpgpkeys=(
-  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig
-  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

-  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig 

-  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

-)
-
-_replace_lib() {
-  # explicitly call rm to ensure we replace instead of add
-  rm "$2"
-  ln -s "$1" "$2"
-}
-
-prepare() {
-  cd apache-${pkgbase}-${pkgver}
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' src/script/runant.py
-}
-
-build() {
-  cd apache-${pkgbase}-${pkgver}
-  export JAVA_HOME=/usr/lib/jvm/default
-  ./bootstrap.sh
-  bootstrap/bin/ant -Ddest=optional -f fetch.xml
-  _replace_lib /usr/share/java/junit.jar lib/optional/junit-4.12.jar
-  _replace_lib /usr/share/java/hamcrest-core.jar 
lib/optional/hamcrest-core-1.3.jar
-  _replace_lib /usr/share/java/hamcrest-library.jar 
lib/optional/hamcrest-library-1.3.jar
-  bootstrap/bin/ant dist
-}
-
-package_ant() {
-  depends=('java-environment' 'bash')
-  optdepends=('junit: junit tasks'
-  'java-hamcrest: junit tasks')
-  replaces=('apache-ant')
-  provides=('apache-ant')
-  conflicts=('apache-ant')
-  backup=('etc/ant.conf')
-
-  cd apache-${pkgbase}-${pkgver}/apache-${pkgbase}-${pkgver}
-  local _ant_home=/usr/share/ant
-
-  install -d "${pkgdir}${_ant_home}"
-  cp -Rp etc "${pkgdir}${_ant_home}"
-
-  find bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -Dm 755 {} -t "${pkgdir}${_ant_home}/bin" \;
-  install -d "${pkgdir}/usr/bin"
-  ln -s /usr/share/ant/bin/ant "${pkgdir}/usr/bin/ant"
-
-  install -Dm 644 "${srcdir}/ant.conf" -t "${pkgdir}/etc"
-  install -Dm 644 lib/*.jar -t "${pkgdir}/usr/share/java/ant"
-  ln -s /usr/share/java/ant "${pkgdir}${_ant_home}/lib"
-
-  install -Dm 644 ../{LICENSE,NOTICE} -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_ant-doc() {
-  pkgdesc='Apache Ant build tool documentation'
-  replaces=('apache-ant-doc')
-  provices=('apache-ant-doc')
-  conflicts=('apache-ant-doc')
-
-  install -d "${pkgdir}/usr/share/doc/ant"
-  cp -r apache-${pkgbase}-${pkgver}/apache-${pkgbase}-${pkgver}/manual/* \
-"${pkgdir}/usr/share/doc/ant"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ant/repos/extra-any/PKGBUILD (from rev 439350, ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:00:47 UTC (rev 439351)
@@ -0,0 +1,88 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Guillaume ALAUX 
+# Contributor: Andrew Wright 
+# Contributor: Paul Mattal 
+
+pkgbase=ant
+pkgname=('ant' 'ant-doc')
+pkgver=1.10.12
+pkgrel=1
+pkgdesc='Java based build tool'
+url='https://ant.apache.org/'
+arch=('any')
+license=('APACHE')
+makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
+source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
+ant.conf)
+sha256sums=('044e2c0a66c90112d67789d267f049ae947fde384e29b1f8c14ada9bead0fe44'
+'SKIP'
+'23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
+# https://downloads.apache.org/ant/KEYS
+validpgpkeys=(
+  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig
+  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

+  'CE8075A251547BEE249BC151A2115AE15F6B8B72' # Stefan Bodewig 

+  '8DA70C00DF7AF1B0D2F9DC74DDBCC1270A29D081' # jaikiran@apache 

+)
+
+_replace_lib() {
+  # explicitly call rm to ensure we replace instead of add
+  rm "$2"
+  ln -s "$1" "$2"
+}
+
+prepare() {
+  cd apache-${pkgbase}-$

[arch-commits] Commit in ant/trunk (PKGBUILD)

2022-03-08 Thread Levente Polyak via arch-commits
Date: Tuesday, March 8, 2022 @ 21:00:41
  Author: anthraxx
Revision: 439350

upgpkg: ant 1.10.12-1

Modified:
  ant/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 21:00:02 UTC (rev 439349)
+++ PKGBUILD2022-03-08 21:00:41 UTC (rev 439350)
@@ -5,7 +5,7 @@
 
 pkgbase=ant
 pkgname=('ant' 'ant-doc')
-pkgver=1.10.11
+pkgver=1.10.12
 pkgrel=1
 pkgdesc='Java based build tool'
 url='https://ant.apache.org/'
@@ -14,7 +14,7 @@
 makedepends=('bash' 'java-environment' 'junit' 'java-hamcrest')
 
source=(https://www.apache.org/dist/ant/source/apache-${pkgbase}-${pkgver}-src.tar.bz2{,.asc}
 ant.conf)
-sha256sums=('fee49208ba798be2e4302917a64a89f6756da542a0c2a2673e727182618f79ac'
+sha256sums=('044e2c0a66c90112d67789d267f049ae947fde384e29b1f8c14ada9bead0fe44'
 'SKIP'
 '23bbef577b56d48adb1985dbd9795e5533146646f1e8bb879dd061a4014ffcf2')
 # https://downloads.apache.org/ant/KEYS



[arch-commits] Commit in python-numpy/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 21:00:02
  Author: felixonmars
Revision: 439349

archrelease: copy trunk to extra-x86_64

Added:
  python-numpy/repos/extra-x86_64/PKGBUILD
(from rev 439348, python-numpy/trunk/PKGBUILD)
Deleted:
  python-numpy/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:59:52 UTC (rev 439348)
+++ PKGBUILD2022-03-08 21:00:02 UTC (rev 439349)
@@ -1,38 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Angel 'angvp' Velasquez  
-
-pkgname=python-numpy
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="Scientific tools for Python"
-arch=('x86_64')
-license=('custom')
-url="https://www.numpy.org/";
-depends=('cblas' 'lapack' 'python')
-optdepends=('openblas: faster linear algebra')
-makedepends=('python-setuptools' 'gcc-fortran' 'cython')
-checkdepends=('python-pytest' 'python-hypothesis')
-options=('staticlibs')
-source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz";)
-sha512sums=('38b759fa0e6491386cfa34b091fc395a14de18643425187ac44a07f9ad92d4c2a94269c0e1c77ee1fb38c6531878540bbe1135376075cef5dc3cda78cb1c74cf')
-
-build() {
-  cd numpy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd numpy-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  cd "$PWD/tmp_install"
-  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.10/site-packages:$PYTHONPATH" python -c 
'import numpy; numpy.test()'
-}
-
-package() {
-  cd numpy-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -D -m644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/python-numpy/
-}

Copied: python-numpy/repos/extra-x86_64/PKGBUILD (from rev 439348, 
python-numpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 21:00:02 UTC (rev 439349)
@@ -0,0 +1,38 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgname=python-numpy
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('x86_64')
+license=('custom')
+url="https://www.numpy.org/";
+depends=('cblas' 'lapack' 'python')
+optdepends=('openblas: faster linear algebra')
+makedepends=('python-setuptools' 'gcc-fortran' 'cython')
+checkdepends=('python-pytest' 'python-hypothesis')
+options=('staticlibs')
+source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz";)
+sha512sums=('59424fe1d0f8288adc21a19aef2c0d89aeddb737a27bc3ca02576978ff2d00ae71aef34846df28d84b7a546dd197cf52c865350b76b2432333cf46218d502a0d')
+
+build() {
+  cd numpy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd numpy-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  cd "$PWD/tmp_install"
+  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.10/site-packages:$PYTHONPATH" python -c 
'import numpy; numpy.test()'
+}
+
+package() {
+  cd numpy-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -D -m644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/python-numpy/
+}



[arch-commits] Commit in python-numpy/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:59:52
  Author: felixonmars
Revision: 439348

upgpkg: python-numpy 1.22.3-1

Modified:
  python-numpy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:44:07 UTC (rev 439347)
+++ PKGBUILD2022-03-08 20:59:52 UTC (rev 439348)
@@ -4,7 +4,7 @@
 # Contributor: Angel 'angvp' Velasquez  
 
 pkgname=python-numpy
-pkgver=1.22.2
+pkgver=1.22.3
 pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest' 'python-hypothesis')
 options=('staticlibs')
 
source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz";)
-sha512sums=('38b759fa0e6491386cfa34b091fc395a14de18643425187ac44a07f9ad92d4c2a94269c0e1c77ee1fb38c6531878540bbe1135376075cef5dc3cda78cb1c74cf')
+sha512sums=('59424fe1d0f8288adc21a19aef2c0d89aeddb737a27bc3ca02576978ff2d00ae71aef34846df28d84b7a546dd197cf52c865350b76b2432333cf46218d502a0d')
 
 build() {
   cd numpy-$pkgver



[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:57:44
  Author: felixonmars
Revision: 1145563

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 1145562, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:57:33 UTC (rev 1145562)
+++ PKGBUILD2022-03-08 20:57:44 UTC (rev 1145563)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=12.5.0
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('nodejs-nopt' 'npm' 'semver')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9ebaf25cef4865d26c0085e8f0b76d965aec1a24c313820c02877b7e5d637790b7f2d39d6591bf72b34d8a2e0891cb7196d41198aff3899c2c3034e586ccd95e')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 1145562, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:57:44 UTC (rev 1145563)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=12.5.1
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('nodejs-nopt' 'npm' 'semver')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('1043b89a2602ed4de913e79b55e8ff43d30b4a677ec055ad310ffc9e2fb0ffb6c6105ee728f9b34e92c7d443ca24d39d8f1761c701cba01375e6d7bded2a7768')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}



[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:57:33
  Author: felixonmars
Revision: 1145562

upgpkg: npm-check-updates 12.5.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:55:02 UTC (rev 1145561)
+++ PKGBUILD2022-03-08 20:57:33 UTC (rev 1145562)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=12.5.0
+pkgver=12.5.1
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('nodejs-nopt' 'npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9ebaf25cef4865d26c0085e8f0b76d965aec1a24c313820c02877b7e5d637790b7f2d39d6591bf72b34d8a2e0891cb7196d41198aff3899c2c3034e586ccd95e')
+sha512sums=('1043b89a2602ed4de913e79b55e8ff43d30b4a677ec055ad310ffc9e2fb0ffb6c6105ee728f9b34e92c7d443ca24d39d8f1761c701cba01375e6d7bded2a7768')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



[arch-commits] Commit in python-hunter/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:55:02
  Author: felixonmars
Revision: 1145561

archrelease: copy trunk to community-x86_64

Added:
  python-hunter/repos/community-x86_64/PKGBUILD
(from rev 1145560, python-hunter/trunk/PKGBUILD)
Deleted:
  python-hunter/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:54:52 UTC (rev 1145560)
+++ PKGBUILD2022-03-08 20:55:02 UTC (rev 1145561)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hunter
-pkgver=3.4.0
-pkgrel=1
-arch=('x86_64')
-pkgdesc='Hunter is a flexible code tracing toolkit'
-license=('BSD')
-url='https://github.com/ionelmc/python-hunter'
-depends=('python-colorama' 'python-cymem' 'python-manhole')
-optdepends=('gdb: for remote support')
-makedepends=('python-pip' 'python-wheel' 'cython')
-checkdepends=('python-pytest-benchmark' 'python-virtualenv' 'python-pytest' 
'gdb'
-  'python-process-tests' 'python-aspectlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
-sha512sums=('27f043a5776e4cc0fdfaebcacdaaffb5fb0851b4cf69fcdf774579c4617b4a09aac92009693810ff3ddaabbac1565a90dd2e2eeb04e07a410206301e5c32e0c8')
-
-prepare() {
-  cd python-hunter-$pkgver
-  rm src/hunter/*.c
-  rm -r src/hunter/vendor
-
-  sed -i 's/from .vendor.colorama/from colorama/' src/hunter/{actions,util}.py
-  sed -i 's/from .vendor._cymem.cymem/from cymem.cymem/' src/hunter/_event.pyx
-}
-
-build() {
-  cd "$srcdir"/python-hunter-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack to process .pth files properly
-  # ptrace needed to pass the remote tests
-
-  cd "$srcdir"/python-hunter-$pkgver
-  python tests/setup.py build_ext --inplace
-  virtualenv "$srcdir/pyvenv" --system-site-packages
-  (
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10" 
PATH="$srcdir/pyvenv/bin:$PATH" pytest
-  ) || :
-
-  # Clean up to prevent it from being installed
-  rm build/lib.linux-$CARCH-3.10/*.so
-}
-
-package() {
-  cd python-hunter-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-hunter/repos/community-x86_64/PKGBUILD (from rev 1145560, 
python-hunter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:55:02 UTC (rev 1145561)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hunter
+pkgver=3.4.1
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+depends=('python-colorama' 'python-cymem' 'python-manhole')
+optdepends=('gdb: for remote support')
+makedepends=('python-pip' 'python-wheel' 'cython')
+checkdepends=('python-pytest-benchmark' 'python-virtualenv' 'python-pytest' 
'gdb'
+  'python-process-tests' 'python-aspectlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
+sha512sums=('f6c0cdb152ead0ab2e19472e59fe3133d77f79ad76ad39c2aac71cec9a0c3954e3035bf77e15a0d64a7a22b29881c90424974318ff7b4481fa8a54a8adb5c6f3')
+
+prepare() {
+  cd python-hunter-$pkgver
+  rm src/hunter/*.c
+  rm -r src/hunter/vendor
+
+  sed -i 's/from .vendor.colorama/from colorama/' src/hunter/{actions,util}.py
+  sed -i 's/from .vendor._cymem.cymem/from cymem.cymem/' src/hunter/_event.pyx
+}
+
+build() {
+  cd "$srcdir"/python-hunter-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+  # ptrace needed to pass the remote tests
+
+  cd "$srcdir"/python-hunter-$pkgver
+  python tests/setup.py build_ext --inplace
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.10" 
PATH="$srcdir/pyvenv/bin:$PATH" pytest
+  ) || :
+
+  # Clean up to prevent it from being installed
+  rm build/lib.linux-$CARCH-3.10/*.so
+}
+
+package() {
+  cd python-hunter-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in python-hunter/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:54:52
  Author: felixonmars
Revision: 1145560

upgpkg: python-hunter 3.4.1-1

Modified:
  python-hunter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:53:33 UTC (rev 1145559)
+++ PKGBUILD2022-03-08 20:54:52 UTC (rev 1145560)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hunter
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 arch=('x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-benchmark' 'python-virtualenv' 'python-pytest' 
'gdb'
   'python-process-tests' 'python-aspectlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
-sha512sums=('27f043a5776e4cc0fdfaebcacdaaffb5fb0851b4cf69fcdf774579c4617b4a09aac92009693810ff3ddaabbac1565a90dd2e2eeb04e07a410206301e5c32e0c8')
+sha512sums=('f6c0cdb152ead0ab2e19472e59fe3133d77f79ad76ad39c2aac71cec9a0c3954e3035bf77e15a0d64a7a22b29881c90424974318ff7b4481fa8a54a8adb5c6f3')
 
 prepare() {
   cd python-hunter-$pkgver



[arch-commits] Commit in python-pytools/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:53:33
  Author: felixonmars
Revision: 1145559

archrelease: copy trunk to community-any

Added:
  python-pytools/repos/community-any/PKGBUILD
(from rev 1145558, python-pytools/trunk/PKGBUILD)
Deleted:
  python-pytools/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:53:23 UTC (rev 1145558)
+++ PKGBUILD2022-03-08 20:53:33 UTC (rev 1145559)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=python-pytools
-pkgver=2022.1
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="https://mathema.tician.de/software/pytools";
-license=('MIT')
-depends=('python-platformdirs' 'python-numpy')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('91ebd602f5b7c26b31b16fcf22ba40544a691908a13e6b635a27ff2094ae386e49d1f6c1f03c5bfd7fbeb6e5f238b642ce9faf26afad094ba9b826d14a5f39be')
-
-build() {
-  cd pytools-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytools-$pkgver
-  python -m pytest
-}
-
-package(){
-  cd pytools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 1145558, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:53:33 UTC (rev 1145559)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=python-pytools
+pkgver=2022.1.1
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="https://mathema.tician.de/software/pytools";
+license=('MIT')
+depends=('python-platformdirs' 'python-numpy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
+sha512sums=('6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f')
+
+build() {
+  cd pytools-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytools-$pkgver
+  python -m pytest
+}
+
+package(){
+  cd pytools-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}



[arch-commits] Commit in python-pytools/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:53:23
  Author: felixonmars
Revision: 1145558

upgpkg: python-pytools 2022.1.1-1

Modified:
  python-pytools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:52:42 UTC (rev 1145557)
+++ PKGBUILD2022-03-08 20:53:23 UTC (rev 1145558)
@@ -2,7 +2,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=python-pytools
-pkgver=2022.1
+pkgver=2022.1.1
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz";)
-sha512sums=('91ebd602f5b7c26b31b16fcf22ba40544a691908a13e6b635a27ff2094ae386e49d1f6c1f03c5bfd7fbeb6e5f238b642ce9faf26afad094ba9b826d14a5f39be')
+sha512sums=('6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f')
 
 build() {
   cd pytools-$pkgver



[arch-commits] Commit in cutefish-launcher/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:52:42
  Author: felixonmars
Revision: 1145557

archrelease: copy trunk to community-x86_64

Added:
  cutefish-launcher/repos/community-x86_64/PKGBUILD
(from rev 1145556, cutefish-launcher/trunk/PKGBUILD)
Deleted:
  cutefish-launcher/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:52:32 UTC (rev 1145556)
+++ PKGBUILD2022-03-08 20:52:42 UTC (rev 1145557)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=cutefish-launcher
-pkgver=0.7
-pkgrel=1
-pkgdesc="CutefishOS's full-screen application launcher"
-arch=('x86_64')
-url="https://github.com/cutefishos/launcher";
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'kwindowsystem' 'libcutefish')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
-source=("https://github.com/cutefishos/launcher/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('186c3686092318d12bff88ab432dd6a3b7e1e3824d0619a9ae24c1ac8698256b602156c38ea4853168672d60b53fb4b3cfb9d3533c09a68301d2b86cb44f9a15')
-
-build() {
-  cd launcher-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-launcher/repos/community-x86_64/PKGBUILD (from rev 1145556, 
cutefish-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:52:42 UTC (rev 1145557)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=cutefish-launcher
+pkgver=0.8
+pkgrel=1
+pkgdesc="CutefishOS's full-screen application launcher"
+arch=('x86_64')
+url="https://github.com/cutefishos/launcher";
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'kwindowsystem' 'libcutefish')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/launcher/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('c439e259bb7e82ba2dacac55f792a3d78db6c4c2c194d01a1ac0dc36ff73c632dce1accd4617bd6e693bea828951dc6a4afdb6e9ad098eced7defcae7447833b')
+
+build() {
+  cd launcher-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in cutefish-launcher/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:52:32
  Author: felixonmars
Revision: 1145556

upgpkg: cutefish-launcher 0.8-1

Modified:
  cutefish-launcher/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:52:17 UTC (rev 114)
+++ PKGBUILD2022-03-08 20:52:32 UTC (rev 1145556)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=cutefish-launcher
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc="CutefishOS's full-screen application launcher"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fishui' 'kwindowsystem' 'libcutefish')
 makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
 
source=("https://github.com/cutefishos/launcher/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('186c3686092318d12bff88ab432dd6a3b7e1e3824d0619a9ae24c1ac8698256b602156c38ea4853168672d60b53fb4b3cfb9d3533c09a68301d2b86cb44f9a15')
+sha512sums=('c439e259bb7e82ba2dacac55f792a3d78db6c4c2c194d01a1ac0dc36ff73c632dce1accd4617bd6e693bea828951dc6a4afdb6e9ad098eced7defcae7447833b')
 
 build() {
   cd launcher-$pkgver



[arch-commits] Commit in cutefish-icons/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:52:17
  Author: felixonmars
Revision: 114

archrelease: copy trunk to community-any

Added:
  cutefish-icons/repos/community-any/PKGBUILD
(from rev 1145554, cutefish-icons/trunk/PKGBUILD)
Deleted:
  cutefish-icons/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:52:07 UTC (rev 1145554)
+++ PKGBUILD2022-03-08 20:52:17 UTC (rev 114)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=cutefish-icons
-pkgver=0.7
-pkgrel=1
-pkgdesc="System default icon theme of CutefishOS"
-arch=('any')
-url="https://github.com/cutefishos/icons";
-license=('GPL')
-groups=('cutefish')
-depends=()
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://github.com/cutefishos/icons/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('22259bf9f601dcfa577bdab0d12cebae48cb05dfe8ab8d67560656692cdab5afd1412c71656a64de088b0db13792d1e1f44e4eff5a713fb3274530aba0ba5c58')
-
-build() {
-  cd icons-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd icons-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: cutefish-icons/repos/community-any/PKGBUILD (from rev 1145554, 
cutefish-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:52:17 UTC (rev 114)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=cutefish-icons
+pkgver=0.8
+pkgrel=1
+pkgdesc="System default icon theme of CutefishOS"
+arch=('any')
+url="https://github.com/cutefishos/icons";
+license=('GPL')
+groups=('cutefish')
+depends=()
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://github.com/cutefishos/icons/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('064f81cf8f9ac6d3fdf3eff4500df0c349335432c49fd2d7a01cc84060b97372c2ea92998670cf68e0f1e8f099aedb9164a285af4f74da47bb750754649df464')
+
+build() {
+  cd icons-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd icons-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



[arch-commits] Commit in cutefish-icons/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:52:07
  Author: felixonmars
Revision: 1145554

upgpkg: cutefish-icons 0.8-1

Modified:
  cutefish-icons/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:51:59 UTC (rev 1145553)
+++ PKGBUILD2022-03-08 20:52:07 UTC (rev 1145554)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=cutefish-icons
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc="System default icon theme of CutefishOS"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://github.com/cutefishos/icons/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('22259bf9f601dcfa577bdab0d12cebae48cb05dfe8ab8d67560656692cdab5afd1412c71656a64de088b0db13792d1e1f44e4eff5a713fb3274530aba0ba5c58')
+sha512sums=('064f81cf8f9ac6d3fdf3eff4500df0c349335432c49fd2d7a01cc84060b97372c2ea92998670cf68e0f1e8f099aedb9164a285af4f74da47bb750754649df464')
 
 build() {
   cd icons-$pkgver



[arch-commits] Commit in cutefish-settings/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:51:59
  Author: felixonmars
Revision: 1145553

archrelease: copy trunk to community-x86_64

Added:
  cutefish-settings/repos/community-x86_64/PKGBUILD
(from rev 1145552, cutefish-settings/trunk/PKGBUILD)
Deleted:
  cutefish-settings/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:51:50 UTC (rev 1145552)
+++ PKGBUILD2022-03-08 20:51:59 UTC (rev 1145553)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=cutefish-settings
-pkgver=0.7
-pkgrel=1
-pkgdesc="System Settings application for Cutefish Desktop"
-arch=('x86_64')
-url="https://github.com/cutefishos/settings";
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'fontconfig' 'freetype2' 'icu' 'kcoreaddons' 'libxcursor'
- 'modemmanager-qt' 'networkmanager-qt'
- # qml:
- 'bluez-qt' 'bluedevil' 'libcutefish' 'qt5-quickcontrols')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
-source=("https://github.com/cutefishos/settings/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('aae850652163b4cab0eab5bd74af161eaaa4a1fcbbee73620acebc69ede9fd67e26ec0fd54826a17aeeb1993faf5f69878c0d0859cb387f62cf198db1937d920')
-
-build() {
-  cd settings-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd settings-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-settings/repos/community-x86_64/PKGBUILD (from rev 1145552, 
cutefish-settings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:51:59 UTC (rev 1145553)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=cutefish-settings
+pkgver=0.8
+pkgrel=1
+pkgdesc="System Settings application for Cutefish Desktop"
+arch=('x86_64')
+url="https://github.com/cutefishos/settings";
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'fontconfig' 'freetype2' 'icu' 'kcoreaddons' 'libxcursor'
+ 'modemmanager-qt' 'networkmanager-qt'
+ # qml:
+ 'bluez-qt' 'bluedevil' 'libcutefish' 'qt5-quickcontrols')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/settings/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('abb724e999b0f339cd90a36efef3ce4249da24a186c33d026ac1ca30c858b702025d0b8e3fe7f0116b2cc0d217917b7ce1257c8f255b7ca4b8593c2031805e9c')
+
+build() {
+  cd settings-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd settings-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in cutefish-settings/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:51:50
  Author: felixonmars
Revision: 1145552

upgpkg: cutefish-settings 0.8-1

Modified:
  cutefish-settings/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:50:40 UTC (rev 1145551)
+++ PKGBUILD2022-03-08 20:51:50 UTC (rev 1145552)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=cutefish-settings
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc="System Settings application for Cutefish Desktop"
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'bluez-qt' 'bluedevil' 'libcutefish' 'qt5-quickcontrols')
 makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
 
source=("https://github.com/cutefishos/settings/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('aae850652163b4cab0eab5bd74af161eaaa4a1fcbbee73620acebc69ede9fd67e26ec0fd54826a17aeeb1993faf5f69878c0d0859cb387f62cf198db1937d920')
+sha512sums=('abb724e999b0f339cd90a36efef3ce4249da24a186c33d026ac1ca30c858b702025d0b8e3fe7f0116b2cc0d217917b7ce1257c8f255b7ca4b8593c2031805e9c')
 
 build() {
   cd settings-$pkgver



[arch-commits] Commit in cutefish-filemanager/repos/community-x86_64 (2 files)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:50:40
  Author: felixonmars
Revision: 1145551

archrelease: copy trunk to community-x86_64

Added:
  cutefish-filemanager/repos/community-x86_64/PKGBUILD
(from rev 1145550, cutefish-filemanager/trunk/PKGBUILD)
Deleted:
  cutefish-filemanager/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:50:30 UTC (rev 1145550)
+++ PKGBUILD2022-03-08 20:50:40 UTC (rev 1145551)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=cutefish-filemanager
-pkgver=0.7
-pkgrel=1
-pkgdesc="Cutefish File Manager, simple to use, beautiful, and retain the 
classic PC interactive design"
-arch=('x86_64')
-url="https://github.com/cutefishos/filemanager";
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'kio' 'solid')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-source=("https://github.com/cutefishos/filemanager/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('6f82edc3a27734a38575a9ce1fe717ab324ece71bfba14fc07d9a794a9bdc17ebd8c94ccc7c442b51b6a30ed5e222af05779783525887758f461efdd4e860663')
-
-build() {
-  cd filemanager-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd filemanager-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-filemanager/repos/community-x86_64/PKGBUILD (from rev 1145550, 
cutefish-filemanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:50:40 UTC (rev 1145551)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=cutefish-filemanager
+pkgver=0.8
+pkgrel=1
+pkgdesc="Cutefish File Manager, simple to use, beautiful, and retain the 
classic PC interactive design"
+arch=('x86_64')
+url="https://github.com/cutefishos/filemanager";
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'kio' 'solid')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+source=("https://github.com/cutefishos/filemanager/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('af3f1caa982c19e14357346d6227034086020977f21b4f06af500d5d92845d142ee530fb151649fd2e7dadbd1837eb13c400968a3b407412baed7044fb60101d')
+
+build() {
+  cd filemanager-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd filemanager-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in cutefish-filemanager/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:50:30
  Author: felixonmars
Revision: 1145550

upgpkg: cutefish-filemanager 0.8-1

Modified:
  cutefish-filemanager/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:49:44 UTC (rev 1145549)
+++ PKGBUILD2022-03-08 20:50:30 UTC (rev 1145550)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=cutefish-filemanager
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc="Cutefish File Manager, simple to use, beautiful, and retain the 
classic PC interactive design"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fishui' 'kio' 'solid')
 makedepends=('extra-cmake-modules' 'qt5-tools')
 
source=("https://github.com/cutefishos/filemanager/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('6f82edc3a27734a38575a9ce1fe717ab324ece71bfba14fc07d9a794a9bdc17ebd8c94ccc7c442b51b6a30ed5e222af05779783525887758f461efdd4e860663')
+sha512sums=('af3f1caa982c19e14357346d6227034086020977f21b4f06af500d5d92845d142ee530fb151649fd2e7dadbd1837eb13c400968a3b407412baed7044fb60101d')
 
 build() {
   cd filemanager-$pkgver



[arch-commits] Commit in cutefish-dock/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:49:44
  Author: felixonmars
Revision: 1145549

archrelease: copy trunk to community-x86_64

Added:
  cutefish-dock/repos/community-x86_64/PKGBUILD
(from rev 1145548, cutefish-dock/trunk/PKGBUILD)
Deleted:
  cutefish-dock/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:49:33 UTC (rev 1145548)
+++ PKGBUILD2022-03-08 20:49:44 UTC (rev 1145549)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=cutefish-dock
-pkgver=0.7
-pkgrel=1
-pkgdesc="CutefishOS application dock"
-arch=('x86_64')
-url="https://github.com/cutefishos/dock";
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
-source=("https://github.com/cutefishos/dock/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('46fbb166698a1236c3bf97e14cdec785254b4537ac6a94931caf2768d9df1fe1304189bd86f9fa6fa2a490701819ee370d7156d5fb7ccdf66cbe3c744dee8265')
-
-build() {
-  cd dock-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd dock-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-dock/repos/community-x86_64/PKGBUILD (from rev 1145548, 
cutefish-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:49:44 UTC (rev 1145549)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=cutefish-dock
+pkgver=0.8
+pkgrel=1
+pkgdesc="CutefishOS application dock"
+arch=('x86_64')
+url="https://github.com/cutefishos/dock";
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/dock/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('98d97abcbc82afd31e13fff3f76bc81f12ba2ab2c1fdcec3c0c800d1945d9353bb7d7086d3d79ae0edc397db025a76afcd7e09e2e68ab60f07770bd3931515d7')
+
+build() {
+  cd dock-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in cutefish-dock/trunk (PKGBUILD)

2022-03-08 Thread Felix Yan via arch-commits
Date: Tuesday, March 8, 2022 @ 20:49:33
  Author: felixonmars
Revision: 1145548

upgpkg: cutefish-dock 0.8-1

Modified:
  cutefish-dock/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:44:22 UTC (rev 1145547)
+++ PKGBUILD2022-03-08 20:49:33 UTC (rev 1145548)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=cutefish-dock
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc="CutefishOS application dock"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('fishui' 'qt5-svg')
 makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
 
source=("https://github.com/cutefishos/dock/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('46fbb166698a1236c3bf97e14cdec785254b4537ac6a94931caf2768d9df1fe1304189bd86f9fa6fa2a490701819ee370d7156d5fb7ccdf66cbe3c744dee8265')
+sha512sums=('98d97abcbc82afd31e13fff3f76bc81f12ba2ab2c1fdcec3c0c800d1945d9353bb7d7086d3d79ae0edc397db025a76afcd7e09e2e68ab60f07770bd3931515d7')
 
 build() {
   cd dock-$pkgver



[arch-commits] Commit in yt-dlp/repos/community-any (PKGBUILD PKGBUILD)

2022-03-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 8, 2022 @ 20:44:22
  Author: arojas
Revision: 1145547

archrelease: copy trunk to community-any

Added:
  yt-dlp/repos/community-any/PKGBUILD
(from rev 1145546, yt-dlp/trunk/PKGBUILD)
Deleted:
  yt-dlp/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 ++---
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 20:44:13 UTC (rev 1145546)
+++ PKGBUILD2022-03-08 20:44:22 UTC (rev 1145547)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Tatschner 
-# Contributor: katt 
-
-pkgname=yt-dlp
-pkgver=2022.02.04
-pkgrel=2
-pkgdesc='A youtube-dl fork with additional features and fixes'
-arch=(any)
-url='https://github.com/yt-dlp/yt-dlp'
-license=(Unlicense)
-depends=(python)
-makedepends=(python-setuptools pandoc)
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'aria2: for using aria2 as external downloader'
-'python-mutagen: For embedding thumbnail in certain formats'
-'python-pycryptodomex: For decrypting AES-128 HLS streams and 
various other data'
-'python-websockets: For downloading over websocket')
-source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
-sha256sums=('c8dd119c28a5d256322ddb3a2fff72bc02ace43fc5880c0065d97f7a48d7a8e3')
-
-build() {
-  cd $pkgname
-  make pypi-files
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: yt-dlp/repos/community-any/PKGBUILD (from rev 1145546, 
yt-dlp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 20:44:22 UTC (rev 1145547)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Tatschner 
+# Contributor: katt 
+
+pkgname=yt-dlp
+pkgver=2022.03.08.1
+pkgrel=1
+pkgdesc='A youtube-dl fork with additional features and fixes'
+arch=(any)
+url='https://github.com/yt-dlp/yt-dlp'
+license=(Unlicense)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel 
pandoc)
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'aria2: for using aria2 as external downloader'
+'python-mutagen: For embedding thumbnail in certain formats'
+'python-pycryptodomex: For decrypting AES-128 HLS streams and 
various other data'
+'python-websockets: For downloading over websocket')
+source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
+sha256sums=('135fd7bbf81c2639419b191d8e5abb80cd8a9801b7ed8e92a331a4107e820ab2')
+
+build() {
+  cd $pkgname
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $pkgname
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in yt-dlp/trunk (PKGBUILD)

2022-03-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 8, 2022 @ 20:44:13
  Author: arojas
Revision: 1145546

Update to 2022.03.08.1, switch to PEP517

Modified:
  yt-dlp/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-08 20:37:57 UTC (rev 1145545)
+++ PKGBUILD2022-03-08 20:44:13 UTC (rev 1145546)
@@ -3,14 +3,14 @@
 # Contributor: katt 
 
 pkgname=yt-dlp
-pkgver=2022.02.04
-pkgrel=2
+pkgver=2022.03.08.1
+pkgrel=1
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
 url='https://github.com/yt-dlp/yt-dlp'
 license=(Unlicense)
 depends=(python)
-makedepends=(python-setuptools pandoc)
+makedepends=(python-build python-installer python-setuptools python-wheel 
pandoc)
 optdepends=('ffmpeg: for video post-processing'
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files'
@@ -19,15 +19,14 @@
 'python-pycryptodomex: For decrypting AES-128 HLS streams and 
various other data'
 'python-websockets: For downloading over websocket')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
-sha256sums=('c8dd119c28a5d256322ddb3a2fff72bc02ace43fc5880c0065d97f7a48d7a8e3')
+sha256sums=('135fd7bbf81c2639419b191d8e5abb80cd8a9801b7ed8e92a331a4107e820ab2')
 
 build() {
   cd $pkgname
-  make pypi-files
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 package() {
   cd $pkgname
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



[arch-commits] Commit in linux-zen/repos (3 files)

2022-03-08 Thread Jan Steffens via arch-commits
Date: Tuesday, March 8, 2022 @ 20:37:58
  Author: heftig
Revision: 439345

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 439343, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 439343, linux-zen/trunk/config)

--+
 PKGBUILD |  203 +
 config   |10815 +
 2 files changed, 11018 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 439344:439345 to see the changes.


[arch-commits] Commit in netfilter-fullconenat/repos (3 files)

2022-03-08 Thread Jan Steffens via arch-commits
Date: Tuesday, March 8, 2022 @ 20:37:56
  Author: heftig
Revision: 1145543

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 1145536, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch
(from rev 1145536, netfilter-fullconenat/trunk/linux-5.15.patch)

--+
 PKGBUILD |   46 +++
 linux-5.15.patch |   68 +
 2 files changed, 114 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1145536, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-08 20:37:56 UTC (rev 1145543)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=188
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat";
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit}";
+linux-5.15.patch)
+sha256sums=('SKIP'
+'d785622e80ed3348be133270ac974dd372e0d6d770f0da554edbcbf20e94d6a6')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+  patch -p1 -i ../linux-5.15.patch
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(net, &ct_event_notifier) == 0) {
+   ct_event_notifier_registered = 1;
+@@ -1252,6 +1255,11 @@ static int fullconenat_tg_check(const struct 
xt_tgchk_param *par)
+ } else {
+   printk("xt_FULLCONENAT: warning: failed to register a conntrack 
notifier. Disable active GC for mappings.\n");
+ }
++#else
++ct_event_notifier.ct_event = ct_event_cb;
++nf_conntrack_register_notifier(par->net, &ct_event_notifier);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_check(): ct_event_notifier 
registered\n");
++#endif
+ 
+   }
+ 
+@@ -1269,6 +1277,7 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): tg_refer_count is now 
%d\n", tg_refer_count);
+ 
+   if (tg_refer_count == 0) {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0)
+ if (ct_event_notifier_registered) {
+   nf_conntrack_unregister_notifier(par->net, &ct_event_notifier);
+   ct_event_notifier_registered = 0;
+@@ -1276,6 +1285,10 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
+ 
+ }
++#else
++nf_conntrack_unregister_notifier(par->net);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
++#endif
+ nf_ct_netns_put(par->net, par->family);
+   }
+ 



[arch-commits] Commit in tp_smapi/repos (2 files)

2022-03-08 Thread Jan Steffens via arch-commits
Date: Tuesday, March 8, 2022 @ 20:37:57
  Author: heftig
Revision: 1145545

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 1145536, tp_smapi/trunk/PKGBUILD)

--+
 PKGBUILD |   48 
 1 file changed, 48 insertions(+)

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1145536, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-03-08 20:37:57 UTC (rev 1145545)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=377
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

  1   2   3   4   >