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

2021-12-08 Thread Antonio Rojas via arch-commits
Date: Thursday, December 9, 2021 @ 07:44:59
  Author: arojas
Revision: 1065823

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 1065822, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 07:44:47 UTC (rev 1065822)
+++ PKGBUILD2021-12-09 07:44:59 UTC (rev 1065823)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.32.2
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('2444d2d66c650f258f0bc9e0b6662e8e67d621dad6f47ce4aa95ff559a483011')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 1065822, 
jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 07:44:59 UTC (rev 1065823)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.32.3
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
+sha256sums=('6df79ebb37e4ad3ce4802a35cfaaa4945f5fce2d674c57bd82efc3eb10c79bea')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2021-12-08 Thread Antonio Rojas via arch-commits
Date: Thursday, December 9, 2021 @ 07:44:47
  Author: arojas
Revision: 1065822

Update to 14.32.3

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 07:22:23 UTC (rev 1065821)
+++ PKGBUILD2021-12-09 07:44:47 UTC (rev 1065822)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.32.2
+pkgver=14.32.3
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('2444d2d66c650f258f0bc9e0b6662e8e67d621dad6f47ce4aa95ff559a483011')
+sha256sums=('6df79ebb37e4ad3ce4802a35cfaaa4945f5fce2d674c57bd82efc3eb10c79bea')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-12-08 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 9, 2021 @ 07:22:23
  Author: polyzen
Revision: 1065821

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1065820, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 07:22:00 UTC (rev 1065820)
+++ PKGBUILD2021-12-09 07:22:23 UTC (rev 1065821)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.193
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('d91202124723f8de6e18acedd64d9788f7cd9f462e6e0754fd77bc614775d61ddfc3ca60081d8da718160a072df22acc7a1765bb9ff4e5859b1c3d4548c086b0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1065820, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 07:22:23 UTC (rev 1065821)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.194
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('3fa5cc2e97496d7b5f140a541625ef0c4d4266cb4d20d8620a3a4faf9935818b4d8e15d977792f9e43791c046b6ceb105e74212b5fcd64812977155c8b8d88ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 9, 2021 @ 07:22:00
  Author: polyzen
Revision: 1065820

upgpkg: pyright 1.1.194-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 06:12:22 UTC (rev 1065819)
+++ PKGBUILD2021-12-09 07:22:00 UTC (rev 1065820)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.193
+pkgver=1.1.194
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('d91202124723f8de6e18acedd64d9788f7cd9f462e6e0754fd77bc614775d61ddfc3ca60081d8da718160a072df22acc7a1765bb9ff4e5859b1c3d4548c086b0')
+b2sums=('3fa5cc2e97496d7b5f140a541625ef0c4d4266cb4d20d8620a3a4faf9935818b4d8e15d977792f9e43791c046b6ceb105e74212b5fcd64812977155c8b8d88ce')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 06:12:22
  Author: foutrelis
Revision: 1065819

archrelease: copy trunk to community-staging-any

Added:
  python-telegram-bot/repos/community-staging-any/
  python-telegram-bot/repos/community-staging-any/PKGBUILD
(from rev 1065818, python-telegram-bot/trunk/PKGBUILD)

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

Copied: python-telegram-bot/repos/community-staging-any/PKGBUILD (from rev 
1065818, python-telegram-bot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 06:12:22 UTC (rev 1065819)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-telegram-bot
+pkgver=13.8.1
+_commit=c53dc7dae4c254e15a5a3a72b9da552e72708c9c
+pkgrel=1
+pkgdesc="A pure Python interface for the Telegram Bot AP"
+url="https://github.com/python-telegram-bot/python-telegram-bot";
+license=('LGPL')
+arch=('any')
+depends=('python-apscheduler' 'python-cryptography' 'python-tornado'
+ 'python-ujson' 'python-urllib3' 'python-pytz' 'python-cachetools')
+makedepends=('python-setuptools')
+checkdepends=('python-beautifulsoup4' 'python-flaky' 'python-pytest-timeout')
+source=("https://github.com/python-telegram-bot/python-telegram-bot/archive/$_commit/$pkgname-$pkgver.tar.gz";)
+sha512sums=('1f66bf6dd335205f04932bcba91c9d09841c56a9c9de2888a774bba6a8e09dc08693ddba8b31c015d71fdab840c86139020c20d6210077dbe2d2f992dd53f5bf')
+
+prepare() {
+  cd python-telegram-bot-$_commit
+
+  rm -r telegram/vendor
+
+  # Use system cert store
+  sed -i '/certifi/d' telegram/__main__.py requirements.txt
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i telegram/utils/request.py tests/test_official.py
+
+  # Fixes for new pytest
+  sed -i '/pytest.mark.nocoverage/d' tests/test_meta.py
+  sed -i '/ message=/d' tests/test_constants.py
+
+  # Fixes for testing with system urllib3
+  sed -i 's/from telegram.vendor.ptb_urllib3 import urllib3/import urllib3/' 
tests/test_official.py
+  sed -i 's/from telegram.vendor.ptb_urllib3.urllib3/from urllib3/' 
tests/test_bot.py
+  sed -e '/telegram.utils.deprecate.TelegramDeprecationWarning/i \
ignore:python-telegram-bot is using upstream urllib3. This is allowed but not 
supported by python-telegram-bot maintainers.:UserWarning' \
+  -i setup.cfg
+  
+  # Spacing difference
+  sed -i 's/"switch_inline_query": 
""/"switch_inline_query":""/;s/"switch_inline_query_current_chat": 
""/"switch_inline_query_current_chat":""/' tests/test_inlinekeyboardmarkup.py
+}
+
+build() {
+  cd python-telegram-bot-$_commit
+  python setup.py build --with-upstream-urllib3
+}
+
+check() {
+  cd python-telegram-bot-$_commit
+  # test_run_monthly: fails on upstream ci too
+  # test_get_updates_bailout_err: seems to be a test error TODO
+  # test_deprecation_warnings_start_webhook: fails due to DeprecationWarning
+  # test_clean_deprecation_warning_polling: fails due to DeprecationWarning
+  python -m pytest \
+--deselect tests/test_jobqueue.py::TestJobQueue::test_run_monthly \
+--deselect 
tests/test_updater.py::TestUpdater::test_get_updates_bailout_err \
+--deselect 
tests/test_updater.py::TestUpdater::test_deprecation_warnings_start_webhook \
+--deselect 
tests/test_updater.py::TestUpdater::test_clean_deprecation_warning_polling
+}
+
+package() {
+  cd python-telegram-bot-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1 --with-upstream-urllib3
+}



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 06:12:18
  Author: foutrelis
Revision: 1065818

upgpkg: python-telegram-bot 13.8.1-1: Bump + Python 3.10 rebuild

Modified:
  python-telegram-bot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 06:03:54 UTC (rev 1065817)
+++ PKGBUILD2021-12-09 06:12:18 UTC (rev 1065818)
@@ -1,19 +1,19 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-telegram-bot
-pkgver=13.1.20210105
-_commit=6903d58142d4be1b7c5fdda82608e66dd50ecf2b
+pkgver=13.8.1
+_commit=c53dc7dae4c254e15a5a3a72b9da552e72708c9c
 pkgrel=1
 pkgdesc="A pure Python interface for the Telegram Bot AP"
 url="https://github.com/python-telegram-bot/python-telegram-bot";
 license=('LGPL')
 arch=('any')
-depends=('python-apscheduler' 'python-cryptography' 'python-decorator' 
'python-tornado'
- 'python-ujson' 'python-urllib3' 'python-pytz')
+depends=('python-apscheduler' 'python-cryptography' 'python-tornado'
+ 'python-ujson' 'python-urllib3' 'python-pytz' 'python-cachetools')
 makedepends=('python-setuptools')
 checkdepends=('python-beautifulsoup4' 'python-flaky' 'python-pytest-timeout')
 
source=("https://github.com/python-telegram-bot/python-telegram-bot/archive/$_commit/$pkgname-$pkgver.tar.gz";)
-sha512sums=('f7a39baaa997ce9c2a91fd34e04b051dd25b6a3c6e7e4b035d8483609d51a3b8f11094587e2131f1faf97a8bcdc8adbe50fe5b3881c41551994a32b71b43932d')
+sha512sums=('1f66bf6dd335205f04932bcba91c9d09841c56a9c9de2888a774bba6a8e09dc08693ddba8b31c015d71fdab840c86139020c20d6210077dbe2d2f992dd53f5bf')
 
 prepare() {
   cd python-telegram-bot-$_commit
@@ -49,7 +49,13 @@
   cd python-telegram-bot-$_commit
   # test_run_monthly: fails on upstream ci too
   # test_get_updates_bailout_err: seems to be a test error TODO
-  python -m pytest --deselect 
tests/test_jobqueue.py::TestJobQueue::test_run_monthly --deselect 
tests/test_updater.py::TestUpdater::test_get_updates_bailout_err
+  # test_deprecation_warnings_start_webhook: fails due to DeprecationWarning
+  # test_clean_deprecation_warning_polling: fails due to DeprecationWarning
+  python -m pytest \
+--deselect tests/test_jobqueue.py::TestJobQueue::test_run_monthly \
+--deselect 
tests/test_updater.py::TestUpdater::test_get_updates_bailout_err \
+--deselect 
tests/test_updater.py::TestUpdater::test_deprecation_warnings_start_webhook \
+--deselect 
tests/test_updater.py::TestUpdater::test_clean_deprecation_warning_polling
 }
 
 package() {



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

2021-12-08 Thread George Rawlinson via arch-commits
Date: Thursday, December 9, 2021 @ 06:03:54
  Author: grawlinson
Revision: 1065817

archrelease: copy trunk to community-x86_64

Added:
  cargo-pgx/repos/community-x86_64/PKGBUILD
(from rev 1065816, cargo-pgx/trunk/PKGBUILD)
Deleted:
  cargo-pgx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 06:02:56 UTC (rev 1065816)
+++ PKGBUILD2021-12-09 06:03:54 UTC (rev 1065817)
@@ -1,47 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=cargo-pgx
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="Build PostgreSQL extensions with Rust"
-arch=('x86_64')
-url="https://github.com/zombodb/pgx";
-license=('MIT')
-depends=('gcc-libs' 'openssl' 'clang' 'llvm' 'bzip2')
-optdepends=(
-  'postgresql: to compile with system postgresql'
-)
-makedepends=('rust')
-source=(
-  
"$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate";
-  "https://raw.githubusercontent.com/zombodb/pgx/v$pkgver/LICENSE";
-)
-sha512sums=('94d447d2ee6381f54684d6201c9e9f18cb2e14f77bd641265a3d2c8c5e2e62bd56bf7e3bef951ccb4964e311f73761e8a896b4496166c81d07d315486dc7645b'
-
'1567db39266597101bec59f782c50ba28fad860e29626eed187980e671f1ade38a9b3a33ea56fbcf6bdc27c0960db0ddf7e6064e3c12c6fef1e1eb2f1721c535')
-b2sums=('009ea57db159663bdb89db8a5687a053bedb070ee1559e2082e311768662e1d17d83e1bad91b86ff6ddf561950cb62772aa31a2c210dee3129e49688cc622885'
-
'2cab3447814cebb834e21e3db43ac2dd42bd0ca064d304120ecf5d4f831b90dcd7fe5f9ddc10983e5f362689258d5af0ee4abedfcbf87f52ff31fe697511f165')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # download dependencies
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/LICENSE"
-}

Copied: cargo-pgx/repos/community-x86_64/PKGBUILD (from rev 1065816, 
cargo-pgx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 06:03:54 UTC (rev 1065817)
@@ -0,0 +1,47 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cargo-pgx
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="Build PostgreSQL extensions with Rust"
+arch=('x86_64')
+url="https://github.com/zombodb/pgx";
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'clang' 'llvm' 'bzip2')
+optdepends=(
+  'postgresql: to compile with system postgresql'
+)
+makedepends=('rust')
+source=(
+  
"$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate";
+  "https://raw.githubusercontent.com/zombodb/pgx/v$pkgver/LICENSE";
+)
+sha512sums=('52c95740e09951231b6f51eb49429ac721c67b6a6c0a07587985fb822f6e6337e359f32c19eaa54ce8b49222987d082880d35d8bf63f2c9289b734acd3d8f595'
+
'1567db39266597101bec59f782c50ba28fad860e29626eed187980e671f1ade38a9b3a33ea56fbcf6bdc27c0960db0ddf7e6064e3c12c6fef1e1eb2f1721c535')
+b2sums=('7f08c738eb9e2cdb6937e8d6cae2109860c28e86dc2cf41ac0f4a36057a0ef65bfae87f37608b7f18630c3b1ad524a5f8e37475dab56b7747b28532b6ca3'
+
'2cab3447814cebb834e21e3db43ac2dd42bd0ca064d304120ecf5d4f831b90dcd7fe5f9ddc10983e5f362689258d5af0ee4abedfcbf87f52ff31fe697511f165')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # download dependencies
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/LICENSE"
+}



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

2021-12-08 Thread George Rawlinson via arch-commits
Date: Thursday, December 9, 2021 @ 06:02:56
  Author: grawlinson
Revision: 1065816

upgpkg: cargo-pgx 0.2.6-1

New upstream release.

Modified:
  cargo-pgx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 05:25:51 UTC (rev 1065815)
+++ PKGBUILD2021-12-09 06:02:56 UTC (rev 1065816)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=cargo-pgx
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 pkgdesc="Build PostgreSQL extensions with Rust"
 arch=('x86_64')
@@ -16,9 +16,9 @@
   
"$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate";
   "https://raw.githubusercontent.com/zombodb/pgx/v$pkgver/LICENSE";
 )
-sha512sums=('94d447d2ee6381f54684d6201c9e9f18cb2e14f77bd641265a3d2c8c5e2e62bd56bf7e3bef951ccb4964e311f73761e8a896b4496166c81d07d315486dc7645b'
+sha512sums=('52c95740e09951231b6f51eb49429ac721c67b6a6c0a07587985fb822f6e6337e359f32c19eaa54ce8b49222987d082880d35d8bf63f2c9289b734acd3d8f595'
 
'1567db39266597101bec59f782c50ba28fad860e29626eed187980e671f1ade38a9b3a33ea56fbcf6bdc27c0960db0ddf7e6064e3c12c6fef1e1eb2f1721c535')
-b2sums=('009ea57db159663bdb89db8a5687a053bedb070ee1559e2082e311768662e1d17d83e1bad91b86ff6ddf561950cb62772aa31a2c210dee3129e49688cc622885'
+b2sums=('7f08c738eb9e2cdb6937e8d6cae2109860c28e86dc2cf41ac0f4a36057a0ef65bfae87f37608b7f18630c3b1ad524a5f8e37475dab56b7747b28532b6ca3'
 
'2cab3447814cebb834e21e3db43ac2dd42bd0ca064d304120ecf5d4f831b90dcd7fe5f9ddc10983e5f362689258d5af0ee4abedfcbf87f52ff31fe697511f165')
 
 prepare() {



[arch-commits] Commit in scrapy/repos/community-staging-any (3 files)

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 05:25:51
  Author: foutrelis
Revision: 1065815

archrelease: copy trunk to community-staging-any

Added:
  scrapy/repos/community-staging-any/PKGBUILD
(from rev 1065814, scrapy/trunk/PKGBUILD)
  scrapy/repos/community-staging-any/python310.patch
(from rev 1065814, scrapy/trunk/python310.patch)
Deleted:
  scrapy/repos/community-staging-any/PKGBUILD

-+
 PKGBUILD|   98 --
 python310.patch |   35 +++
 2 files changed, 87 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 05:25:45 UTC (rev 1065814)
+++ PKGBUILD2021-12-09 05:25:51 UTC (rev 1065815)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: PyroDevil 
-# Contributor: Anibal Pacheco 
-
-pkgname=scrapy
-pkgver=2.5.0
-pkgrel=3
-pkgdesc="A fast high-level scraping and web crawling framework."
-arch=('any')
-license=('BSD')
-url="https://scrapy.org";
-depends=('python-twisted' 'python-cryptography' 'python-cssselect' 
'python-itemloaders'
- 'python-lxml' 'libxml2' 'python-parsel' 'python-pydispatcher' 
'python-pyopenssl'
- 'python-queuelib' 'python-service-identity' 'python-setuptools' 
'python-w3lib'
- 'python-zope-interface' 'python-protego' 'python-itemadapter' 
'python-h2'
- 'python-priority')
-checkdepends=('python-pytest' 'python-botocore' 'bpython' 'python-brotli' 
'python-jmespath'
-  'ipython' 'mitmproxy' 'python-pillow' 'python-sybil' 
'python-testfixtures'
-  'python-pyftpdlib' 'python-uvloop')
-optdepends=('ipython: for enhanced support of the interactive scraping shell')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";)
-sha512sums=('01a5ab605ba6783567147b7ca8c0dd963266aeb63e8eac19e962ee5d6dda85052c23a4d161ab69f130925b8a6f271ffbc28784a8f7fc0216428b5579eaad47b6')
-
-prepare() {
-  cd scrapy-$pkgver
-  sed -i 's/,<4.0//' setup.py
-}
-
-build() {
-  cd scrapy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd scrapy-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest tests
-}
-
-package() {
-  cd scrapy-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -D -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname/README.rst
-  install -D -m644 docs/intro/install.rst 
"$pkgdir"/usr/share/doc/$pkgname/INSTALL.rst
-}

Copied: scrapy/repos/community-staging-any/PKGBUILD (from rev 1065814, 
scrapy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 05:25:51 UTC (rev 1065815)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: PyroDevil 
+# Contributor: Anibal Pacheco 
+
+pkgname=scrapy
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="A fast high-level scraping and web crawling framework."
+arch=('any')
+license=('BSD')
+url="https://scrapy.org";
+depends=('python-twisted' 'python-cryptography' 'python-cssselect' 
'python-itemloaders'
+ 'python-lxml' 'libxml2' 'python-parsel' 'python-pydispatcher' 
'python-pyopenssl'
+ 'python-queuelib' 'python-service-identity' 'python-setuptools' 
'python-w3lib'
+ 'python-zope-interface' 'python-protego' 'python-itemadapter' 
'python-h2'
+ 'python-priority')
+checkdepends=('python-pytest' 'python-botocore' 'bpython' 'python-brotli' 
'python-jmespath'
+  'ipython' 'mitmproxy' 'python-pillow' 'python-sybil' 
'python-testfixtures'
+  'python-pyftpdlib' 'python-uvloop')
+optdepends=('ipython: for enhanced support of the interactive scraping shell')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";
+python310.patch
+
$pkgname-add-peek-method-to-queues.patch::https://github.com/scrapy/scrapy/commit/68379197986a.patch)
+sha512sums=('4285272412b4c474707e864ece701990435d206b0a1ef28cb9f99cff87a02e6b0323e744e96f15878a3b433a7efe4be413d24068bb252f00f9ab1b0a980d844a'
+
'5a9e7567e7a62d2c7065ce95179f7f35f86d88947f3ba09d7a377318eb989b7799584389ac9223934b2807ba291454c4e1f5bcaad501590056b0c44d75297561'
+
'defc36c52bc86d990e36a3de4d2e7bafc6c3183670c9dd99d659f41de9d5ce8247c5cbb0aba9a4a8713d0073498441919e8410975a65ccec8243ca4d31c63336')
+
+prepare() {
+  cd scrapy-$pkgver
+  patch -Np1 -i ../python310.patch
+  patch -Np1 -i ../$pkgname-add-peek-method-to-queues.patch
+  sed -i 's/,<4.0//' setup.py
+}
+
+build() {
+  cd scrapy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd scrapy-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest tests
+}
+
+package() {
+  cd scrapy-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 README.rst "$pkgdir"/usr/share/doc/$pkgname/README.rst
+  install -D -m6

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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 05:25:45
  Author: foutrelis
Revision: 1065814

upgpkg: scrapy 2.5.1-1: Bump + Python 3.10 rebuild

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 05:02:07 UTC (rev 1065813)
+++ PKGBUILD2021-12-09 05:25:45 UTC (rev 1065814)
@@ -3,8 +3,8 @@
 # Contributor: Anibal Pacheco 
 
 pkgname=scrapy
-pkgver=2.5.0
-pkgrel=3
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="A fast high-level scraping and web crawling framework."
 arch=('any')
 license=('BSD')
@@ -21,7 +21,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";
 python310.patch
 
$pkgname-add-peek-method-to-queues.patch::https://github.com/scrapy/scrapy/commit/68379197986a.patch)
-sha512sums=('01a5ab605ba6783567147b7ca8c0dd963266aeb63e8eac19e962ee5d6dda85052c23a4d161ab69f130925b8a6f271ffbc28784a8f7fc0216428b5579eaad47b6'
+sha512sums=('4285272412b4c474707e864ece701990435d206b0a1ef28cb9f99cff87a02e6b0323e744e96f15878a3b433a7efe4be413d24068bb252f00f9ab1b0a980d844a'
 
'5a9e7567e7a62d2c7065ce95179f7f35f86d88947f3ba09d7a377318eb989b7799584389ac9223934b2807ba291454c4e1f5bcaad501590056b0c44d75297561'
 
'defc36c52bc86d990e36a3de4d2e7bafc6c3183670c9dd99d659f41de9d5ce8247c5cbb0aba9a4a8713d0073498441919e8410975a65ccec8243ca4d31c63336')
 



[arch-commits] Commit in scrapy/trunk (PKGBUILD python310.patch)

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 05:02:07
  Author: foutrelis
Revision: 1065813

Fix a test for Python 3.10

Added:
  scrapy/trunk/python310.patch
Modified:
  scrapy/trunk/PKGBUILD

-+
 PKGBUILD|3 +++
 python310.patch |   35 +++
 2 files changed, 38 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 04:52:00 UTC (rev 1065812)
+++ PKGBUILD2021-12-09 05:02:07 UTC (rev 1065813)
@@ -19,12 +19,15 @@
   'python-pyftpdlib' 'python-uvloop')
 optdepends=('ipython: for enhanced support of the interactive scraping shell')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";
+python310.patch
 
$pkgname-add-peek-method-to-queues.patch::https://github.com/scrapy/scrapy/commit/68379197986a.patch)
 
sha512sums=('01a5ab605ba6783567147b7ca8c0dd963266aeb63e8eac19e962ee5d6dda85052c23a4d161ab69f130925b8a6f271ffbc28784a8f7fc0216428b5579eaad47b6'
+
'5a9e7567e7a62d2c7065ce95179f7f35f86d88947f3ba09d7a377318eb989b7799584389ac9223934b2807ba291454c4e1f5bcaad501590056b0c44d75297561'
 
'defc36c52bc86d990e36a3de4d2e7bafc6c3183670c9dd99d659f41de9d5ce8247c5cbb0aba9a4a8713d0073498441919e8410975a65ccec8243ca4d31c63336')
 
 prepare() {
   cd scrapy-$pkgver
+  patch -Np1 -i ../python310.patch
   patch -Np1 -i ../$pkgname-add-peek-method-to-queues.patch
   sed -i 's/,<4.0//' setup.py
 }

Added: python310.patch
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-09 05:02:07 UTC (rev 1065813)
@@ -0,0 +1,35 @@
+From dd8bf617c02c58270056b5e0821ccdfa682cc818 Mon Sep 17 00:00:00 2001
+From: Andrey Rakhmatullin 
+Date: Tue, 3 Aug 2021 20:16:29 +0500
+Subject: [PATCH] Fix tests for the 3.10 TypeError message change.
+
+(cherry picked from commit 93bf1ae7e3966d56539411c59d172c2971ee61e0)
+---
+ tests/test_request_cb_kwargs.py | 14 --
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
+diff --git a/tests/test_request_cb_kwargs.py b/tests/test_request_cb_kwargs.py
+index 145a4e9b..b68184b8 100644
+--- a/tests/test_request_cb_kwargs.py
 b/tests/test_request_cb_kwargs.py
+@@ -158,12 +158,14 @@ class CallbackKeywordArgumentsTestCase(TestCase):
+ if key in line.getMessage():
+ exceptions[key] = line
+ self.assertEqual(exceptions['takes_less'].exc_info[0], TypeError)
+-self.assertEqual(
+-str(exceptions['takes_less'].exc_info[1]),
+-"parse_takes_less() got an unexpected keyword argument 'number'"
++self.assertTrue(
++str(exceptions['takes_less'].exc_info[1]).endswith(
++"parse_takes_less() got an unexpected keyword argument 
'number'"
++)
+ )
+ self.assertEqual(exceptions['takes_more'].exc_info[0], TypeError)
+-self.assertEqual(
+-str(exceptions['takes_more'].exc_info[1]),
+-"parse_takes_more() missing 1 required positional argument: 
'other'"
++self.assertTrue(
++str(exceptions['takes_more'].exc_info[1]).endswith(
++"parse_takes_more() missing 1 required positional argument: 
'other'"
++)
+ )



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 04:52:00
  Author: foutrelis
Revision: 1065812

Add upstream fix for queuelib 1.6.1

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 04:29:55 UTC (rev 1065811)
+++ PKGBUILD2021-12-09 04:52:00 UTC (rev 1065812)
@@ -18,11 +18,14 @@
   'ipython' 'mitmproxy' 'python-pillow' 'python-sybil' 
'python-testfixtures'
   'python-pyftpdlib' 'python-uvloop')
 optdepends=('ipython: for enhanced support of the interactive scraping shell')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";)
-sha512sums=('01a5ab605ba6783567147b7ca8c0dd963266aeb63e8eac19e962ee5d6dda85052c23a4d161ab69f130925b8a6f271ffbc28784a8f7fc0216428b5579eaad47b6')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/scrapy/archive/$pkgver.tar.gz";
+
$pkgname-add-peek-method-to-queues.patch::https://github.com/scrapy/scrapy/commit/68379197986a.patch)
+sha512sums=('01a5ab605ba6783567147b7ca8c0dd963266aeb63e8eac19e962ee5d6dda85052c23a4d161ab69f130925b8a6f271ffbc28784a8f7fc0216428b5579eaad47b6'
+
'defc36c52bc86d990e36a3de4d2e7bafc6c3183670c9dd99d659f41de9d5ce8247c5cbb0aba9a4a8713d0073498441919e8410975a65ccec8243ca4d31c63336')
 
 prepare() {
   cd scrapy-$pkgver
+  patch -Np1 -i ../$pkgname-add-peek-method-to-queues.patch
   sed -i 's/,<4.0//' setup.py
 }
 



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 04:29:55
  Author: felixonmars
Revision: 1065811

archrelease: copy trunk to community-staging-any

Added:
  vim-jedi/repos/community-staging-any/
  vim-jedi/repos/community-staging-any/PKGBUILD
(from rev 1065810, vim-jedi/trunk/PKGBUILD)

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

Copied: vim-jedi/repos/community-staging-any/PKGBUILD (from rev 1065810, 
vim-jedi/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 04:29:55 UTC (rev 1065811)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Levente Polyak 
+# Contributor: Danilo Bargen 
+
+pkgname=vim-jedi
+_reponame=jedi-vim
+pkgver=0.11.0
+pkgrel=2
+pkgdesc='Vim plugin for jedi, an awesome Python autocompletion'
+url='https://github.com/davidhalter/jedi-vim'
+arch=('any')
+license=('MIT')
+depends=('vim' 'python-jedi' 'python')
+optdepends=('vim-supertab: tab completion'
+'python2-jedi: Python 2 support')
+checkdepends=('python-pytest')
+groups=('vim-plugins')
+options=('!emptydirs')
+source=(https://github.com/davidhalter/${_reponame}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
$pkgname-fix-a-test-around-signatures.patch::https://github.com/davidhalter/jedi-vim/commit/e4daf7a74c50.patch)
+sha256sums=('27eec24470b2f96e2a2939e9bab039f8401f2c9ed6e07ee4d8acb59de3b7b879'
+'14f134e88d34c14e3b1ee86360abaab3fbca43a7fd5a2558842653ebd33589ce')
+b2sums=('146f60f43a3fc764c66e2ca94c2b4051be3e25b5a94ca3f6d82533b624433946013c7df38e61262e6ac40a00de9d3b9b0e647e794191b6deb8ed09124d2accc7'
+
'03c49af18edaf08ddcf18b4bfb5317ca146b61b016fa2d1c417f41edf978a1defb3892af81d27ca8bf7dcfe260fdd0c68aeb75c0f18d1539d069a1ea49f25fee')
+
+prepare() {
+  cd ${_reponame}-${pkgver}
+  patch -Np1 -i ../$pkgname-fix-a-test-around-signatures.patch
+}
+
+check() {
+  cd ${_reponame}-${pkgver}
+  py.test
+}
+
+package() {
+  cd ${_reponame}-${pkgver}
+
+  install -d "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dpr --no-preserve=ownership pythonx "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dpr --no-preserve=ownership doc "${pkgdir}/usr/share/vim/vimfiles/doc"
+  cp -dpr --no-preserve=ownership after 
"${pkgdir}/usr/share/vim/vimfiles/after"
+  cp -dpr --no-preserve=ownership autoload 
"${pkgdir}/usr/share/vim/vimfiles/autoload"
+  cp -dpr --no-preserve=ownership ftplugin 
"${pkgdir}/usr/share/vim/vimfiles/ftplugin"
+  cp -dpr --no-preserve=ownership plugin 
"${pkgdir}/usr/share/vim/vimfiles/plugin"
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 04:29:46
  Author: felixonmars
Revision: 1065810

upgpkg: vim-jedi 0.11.0-2: Python 3.10 rebuild

Modified:
  vim-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 04:29:40 UTC (rev 1065809)
+++ PKGBUILD2021-12-09 04:29:46 UTC (rev 1065810)
@@ -5,7 +5,7 @@
 pkgname=vim-jedi
 _reponame=jedi-vim
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Vim plugin for jedi, an awesome Python autocompletion'
 url='https://github.com/davidhalter/jedi-vim'
 arch=('any')



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

2021-12-08 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 9, 2021 @ 04:29:40
  Author: svenstaro
Revision: 1065809

archrelease: copy trunk to community-testing-x86_64

Added:
  libtg_owt/repos/community-testing-x86_64/PKGBUILD
(from rev 1065808, libtg_owt/trunk/PKGBUILD)
Deleted:
  libtg_owt/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 04:29:30 UTC (rev 1065808)
+++ PKGBUILD2021-12-09 04:29:40 UTC (rev 1065809)
@@ -1,47 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=libtg_owt
-_commit=d5c3d43
-pkgver=0.git9.${_commit}
-pkgrel=1
-pkgdesc='WebRTC library'
-arch=('x86_64')
-url='https://github.com/desktop-app/tg_owt'
-license=('BSD')
-depends=('protobuf' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 
'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 'libxtst')
-makedepends=('git' 'ninja' 'unzip' 'cmake')
-source=("tg_owt::git+${url}.git#commit=${_commit}"
-"libvpx::git+https://chromium.googlesource.com/webm/libvpx.git";
-"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git";
-"pipewire::git+https://github.com/PipeWire/pipewire.git";)
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-replaces=('libwebrtc')
-
-prepare() {
-  cd tg_owt
-  git submodule init
-  git config submodule.src/third_party/libvpx/source/libvpx.url 
"$srcdir"/libvpx
-  git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
-  git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire
-  git submodule update
-}
-
-build() {
-  cd tg_owt
-  cmake \
--B build \
--G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-}
-
-package() {
-  cd tg_owt
-  DESTDIR="${pkgdir}/" ninja -C build install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtg_owt/repos/community-testing-x86_64/PKGBUILD (from rev 1065808, 
libtg_owt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 04:29:40 UTC (rev 1065809)
@@ -0,0 +1,47 @@
+# Maintainer: Jiachen YANG 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=libtg_owt
+_commit=d5c3d43
+pkgver=0.git9.${_commit}
+pkgrel=2
+pkgdesc='WebRTC library'
+arch=('x86_64')
+url='https://github.com/desktop-app/tg_owt'
+license=('BSD')
+depends=('protobuf' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 
'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 'libxtst' 'abseil-cpp')
+makedepends=('git' 'ninja' 'unzip' 'cmake')
+source=("tg_owt::git+${url}.git#commit=${_commit}"
+"libvpx::git+https://chromium.googlesource.com/webm/libvpx.git";
+"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git";
+"pipewire::git+https://github.com/PipeWire/pipewire.git";)
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+replaces=('libwebrtc')
+
+prepare() {
+  cd tg_owt
+  git submodule init
+  git config submodule.src/third_party/libvpx/source/libvpx.url 
"$srcdir"/libvpx
+  git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
+  git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire
+  git submodule update
+}
+
+build() {
+  cd tg_owt
+  cmake \
+-B build \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  cd tg_owt
+  DESTDIR="${pkgdir}/" ninja -C build install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 9, 2021 @ 04:29:30
  Author: svenstaro
Revision: 1065808

upgpkg: libtg_owt 0.git9.d5c3d43-2: Also dep on abseil-cpp

Modified:
  libtg_owt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 04:28:33 UTC (rev 1065807)
+++ PKGBUILD2021-12-09 04:29:30 UTC (rev 1065808)
@@ -4,12 +4,12 @@
 pkgname=libtg_owt
 _commit=d5c3d43
 pkgver=0.git9.${_commit}
-pkgrel=1
+pkgrel=2
 pkgdesc='WebRTC library'
 arch=('x86_64')
 url='https://github.com/desktop-app/tg_owt'
 license=('BSD')
-depends=('protobuf' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 
'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 'libxtst')
+depends=('protobuf' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 
'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 'libxtst' 'abseil-cpp')
 makedepends=('git' 'ninja' 'unzip' 'cmake')
 source=("tg_owt::git+${url}.git#commit=${_commit}"
 "libvpx::git+https://chromium.googlesource.com/webm/libvpx.git";



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 04:28:33
  Author: foutrelis
Revision: 1065807

Fix a test

Modified:
  vim-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 04:22:28 UTC (rev 1065806)
+++ PKGBUILD2021-12-09 04:28:33 UTC (rev 1065807)
@@ -16,10 +16,18 @@
 checkdepends=('python-pytest')
 groups=('vim-plugins')
 options=('!emptydirs')
-source=(https://github.com/davidhalter/${_reponame}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('27eec24470b2f96e2a2939e9bab039f8401f2c9ed6e07ee4d8acb59de3b7b879')
-b2sums=('146f60f43a3fc764c66e2ca94c2b4051be3e25b5a94ca3f6d82533b624433946013c7df38e61262e6ac40a00de9d3b9b0e647e794191b6deb8ed09124d2accc7')
+source=(https://github.com/davidhalter/${_reponame}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
$pkgname-fix-a-test-around-signatures.patch::https://github.com/davidhalter/jedi-vim/commit/e4daf7a74c50.patch)
+sha256sums=('27eec24470b2f96e2a2939e9bab039f8401f2c9ed6e07ee4d8acb59de3b7b879'
+'14f134e88d34c14e3b1ee86360abaab3fbca43a7fd5a2558842653ebd33589ce')
+b2sums=('146f60f43a3fc764c66e2ca94c2b4051be3e25b5a94ca3f6d82533b624433946013c7df38e61262e6ac40a00de9d3b9b0e647e794191b6deb8ed09124d2accc7'
+
'03c49af18edaf08ddcf18b4bfb5317ca146b61b016fa2d1c417f41edf978a1defb3892af81d27ca8bf7dcfe260fdd0c68aeb75c0f18d1539d069a1ea49f25fee')
 
+prepare() {
+  cd ${_reponame}-${pkgver}
+  patch -Np1 -i ../$pkgname-fix-a-test-around-signatures.patch
+}
+
 check() {
   cd ${_reponame}-${pkgver}
   py.test



[arch-commits] Commit in python-celery/repos/community-staging-any (7 files)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 04:22:28
  Author: felixonmars
Revision: 1065806

archrelease: copy trunk to community-staging-any

Added:
  python-celery/repos/community-staging-any/PKGBUILD
(from rev 1065805, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-staging-any/celery.tmpfiles.d
(from rev 1065805, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-staging-any/celery@.service
(from rev 1065805, python-celery/trunk/celery@.service)
  python-celery/repos/community-staging-any/dnspython2.patch
(from rev 1065805, python-celery/trunk/dnspython2.patch)
Deleted:
  python-celery/repos/community-staging-any/PKGBUILD
  python-celery/repos/community-staging-any/celery.tmpfiles.d
  python-celery/repos/community-staging-any/celery@.service

---+
 PKGBUILD  |  125 ++-
 celery.tmpfiles.d |4 
 celery@.service   |   30 +-
 dnspython2.patch  |  549 
 4 files changed, 630 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 04:22:12 UTC (rev 1065805)
+++ PKGBUILD2021-12-09 04:22:28 UTC (rev 1065806)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgname=python-celery
-pkgver=5.1.2
-pkgrel=3
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-depends=('python-billiard' 'python-click-didyoumean' 'python-click-plugins' 
'python-click-repl'
- 'python-kombu' 'python-pytz' 'python-vine')
-optdepends=('python-cryptography: for celery.security'
-'python-pymongo: for celery.backends.mongodb'
-'python-msgpack: for using the msgpack serializer'
-'python-pyro: for using Pyro4 message transport'
-'python-redis: for celery.backends.redis'
-'python-sqlalchemy: for celery.backends.database'
-'python-boto3: for SQS transport'
-'python-yaml: for using the yaml serializer'
-'python-pyzmq: for using ZeroMQ transport')
-makedepends=('python-setuptools')
-# checkdepends on systemd for sysusers hook to create 'bin' user, because 
celery's test suite requires gid 1 to exist
-checkdepends=('python-pytest-celery' 'python-pytest-subtests' 
'python-pytest-timeout' 'python-case'
-  'python-cryptography' 'python-gevent' 'python-pymongo' 
'python-msgpack' 'python-pyro'
-  'python-redis' 'python-sqlalchemy' 'python-boto3' 'python-yaml' 
'python-pyzmq'
-  'python-eventlet' 'python-moto' 'systemd')
-source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz";
-celery@.service celery.tmpfiles.d)
-options=('!emptydirs')
-sha512sums=('c8f8d8dd4cc23a62ed3eea9b5388865993aee940730d4c672ae24c1b017466b0de6f422c7cb3b1bb2a4e33459a0d2447f9a42e59ee949fda56f3032298402a71'
-
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
-
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
-
-prepare() {
-  cd celery-$pkgver
-  sed -i -e 's/==/>=/' -e '/pre-commit/d' requirements/test.txt
-}
-
-build() {
-  cd celery-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd celery-$pkgver
-  # t/unit/apps/test_multi.py & t/unit/bin/test_multi.py: needs write 
permission to /var/run/celery
-  python -m pytest --deselect t/unit/apps/test_multi.py --deselect 
t/unit/bin/test_multi.py
-}
-
-package() {
-  cd celery-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 "$srcdir"/celery@.service 
"$pkgdir"/usr/lib/systemd/system/celery@.service
-  install -Dm644 "$srcdir"/celery.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/celery.conf
-}

Copied: python-celery/repos/community-staging-any/PKGBUILD (from rev 1065805, 
python-celery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 04:22:28 UTC (rev 1065806)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Marcin Kolenda 
+# Contributor: Valentin Haloiu 
+# Contributor: Lukas Linhart 
+# Contributor: Marco Elver 
+# Contributor: apkawa 
+
+pkgname=python-celery
+pkgver=5.1.2
+pkgrel=4
+pkgdesc='Distributed Asynchronous Task Queue'
+arch=('any')
+url='http://celeryproject.org/'
+license=('BSD')
+depends=('python-billiard' 'python-click-didyoumean' 'python-click-plugins' 
'python-click-repl'
+ 'python-kombu' 'python-pytz' 'python-vine')
+optdepends=('python-cryptography: for celery.security'
+'python-pymongo: for cel

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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 04:22:12
  Author: felixonmars
Revision: 1065805

upgpkg: python-celery 5.1.2-4: Python 3.10 rebuild

Modified:
  python-celery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 04:19:35 UTC (rev 1065804)
+++ PKGBUILD2021-12-09 04:22:12 UTC (rev 1065805)
@@ -7,7 +7,7 @@
 
 pkgname=python-celery
 pkgver=5.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
 url='http://celeryproject.org/'



[arch-commits] Commit in python-celery/trunk (PKGBUILD dnspython2.patch)

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 04:19:35
  Author: foutrelis
Revision: 1065804

Fix test_init_mongodb_dns_seedlist

Added:
  python-celery/trunk/dnspython2.patch
Modified:
  python-celery/trunk/PKGBUILD

--+
 PKGBUILD |3 
 dnspython2.patch |  549 +
 2 files changed, 552 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 04:12:49 UTC (rev 1065803)
+++ PKGBUILD2021-12-09 04:19:35 UTC (rev 1065804)
@@ -30,14 +30,17 @@
   'python-redis' 'python-sqlalchemy' 'python-boto3' 'python-yaml' 
'python-pyzmq'
   'python-eventlet' 'python-moto' 'systemd')
 source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz";
+dnspython2.patch
 celery@.service celery.tmpfiles.d)
 options=('!emptydirs')
 
sha512sums=('c8f8d8dd4cc23a62ed3eea9b5388865993aee940730d4c672ae24c1b017466b0de6f422c7cb3b1bb2a4e33459a0d2447f9a42e59ee949fda56f3032298402a71'
+
'c8bc96cdfd5767f39f71a80f62789b7499124e193e33ebf0ce4e21f0386e0f0dbe5fc4783a7b88ebfa74b798bfb2cfa80e9deefbbc4616b6c40c6337bc7d3d0f'
 
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
 
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b')
 
 prepare() {
   cd celery-$pkgver
+  patch -Np1 -i ../dnspython2.patch
   sed -i -e 's/==/>=/' -e '/pre-commit/d' requirements/test.txt
 }
 

Added: dnspython2.patch
===
--- dnspython2.patch(rev 0)
+++ dnspython2.patch2021-12-09 04:19:35 UTC (rev 1065804)
@@ -0,0 +1,549 @@
+From ceee01ec360a75f998a04936be14bdb64d07d879 Mon Sep 17 00:00:00 2001
+From: Naomi Elstein 
+Date: Tue, 30 Nov 2021 17:31:20 +0200
+Subject: [PATCH 1/6] Fix test - separate test_init_mongodb_dns_seedlist into
+ two tests, one for DNS versions 1.X and another for versions > 2 based on the
+ pymongo  srv_resolver logic
+ 
https://github.com/mongodb/mongo-python-driver/blob/e3d1d6f5b48101654a05493fd6eec7fe3fa014bd/pymongo/srv_resolver.py#L38
+
+(cherry picked from commit b4ac2b109e484982bea4adfebb21d53f9e8edc83)
+---
+ t/unit/backends/test_mongodb.py | 128 +++-
+ 1 file changed, 75 insertions(+), 53 deletions(-)
+
+diff --git a/t/unit/backends/test_mongodb.py b/t/unit/backends/test_mongodb.py
+index ee4d05173..67c79b6f3 100644
+--- a/t/unit/backends/test_mongodb.py
 b/t/unit/backends/test_mongodb.py
+@@ -1,7 +1,10 @@
++import perform as perform
++
+ import datetime
+ from pickle import dumps, loads
+ from unittest.mock import ANY, MagicMock, Mock, patch, sentinel
+ 
++import dns.version
+ import pytest
+ import pytz
+ from case import mock
+@@ -25,9 +28,42 @@ MONGODB_PASSWORD = '1234'
+ MONGODB_DATABASE = 'testing'
+ MONGODB_COLLECTION = 'collection1'
+ MONGODB_GROUP_COLLECTION = 'group_collection1'
++# uri with user, password, database name, replica set, DNS seedlist format
++MONGODB_SEEDLIST_URI = ('srv://'
++  'celeryuser:celerypassword@'
++  'dns-seedlist-host.example.com/'
++  'celerydatabase')
++MONGODB_BACKEND_HOST = [
++'mongo1.example.com:27017',
++'mongo2.example.com:27017',
++'mongo3.example.com:27017',
++]
++CELERY_USER = 'celeryuser'
++CELERY_PASSWORD = 'celerypassword'
++CELERY_DATABASE = 'celerydatabase'
+ 
+ pytest.importorskip('pymongo')
+ 
++def fake_resolver():
++Name = pytest.importorskip('dns.name').Name
++TXT = pytest.importorskip('dns.rdtypes.ANY.TXT').TXT
++SRV = pytest.importorskip('dns.rdtypes.IN.SRV').SRV
++
++def mock_resolver(_, rdtype, rdclass=None, lifetime=None, **kwargs):
++
++if rdtype == 'SRV':
++return [
++SRV(0, 0, 0, 0, 27017, Name(labels=hostname))
++for hostname in [
++b'mongo1.example.com'.split(b'.'),
++b'mongo2.example.com'.split(b'.'),
++b'mongo3.example.com'.split(b'.')
++]
++]
++elif rdtype == 'TXT':
++return [TXT(0, 0, [b'replicaSet=rs0'])]
++
++return mock_resolver
+ 
+ class test_MongoBackend:
+ default_url = 'mongodb://:p...@hostname.dom/database'
+@@ -86,18 +122,14 @@ class test_MongoBackend:
+'mongo3.example.com:27017/'
+'celerydatabase?replicaSet=rs0')
+ mb = MongoBackend(app=self.app, url=uri)
+-assert mb.mongo_host == [
+-'mongo1.example.com:27017',
+-'mongo2.example.com:27017',
+-'mongo3.example.com:27017',
+-]
++assert mb.mongo_host == MONGODB_BACKEND_HOST
+ assert mb.options == dict(

[arch-commits] Commit in vscode-languageservers/repos/community-any (2 files)

2021-12-08 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 9, 2021 @ 04:12:49
  Author: polyzen
Revision: 1065803

archrelease: copy trunk to community-any

Added:
  vscode-languageservers/repos/community-any/PKGBUILD
(from rev 1065802, vscode-languageservers/trunk/PKGBUILD)
Deleted:
  vscode-languageservers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 04:12:27 UTC (rev 1065802)
+++ PKGBUILD2021-12-09 04:12:49 UTC (rev 1065803)
@@ -1,65 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Ilango Rajagopal 
-
-pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
-pkgbase=vscode-languageservers
-pkgver=1.62.3
-pkgrel=1
-pkgdesc='VS Code language servers'
-arch=('any')
-url=https://github.com/Microsoft/vscode
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'typescript' 'yarn')
-source=("git+$url.git#tag=$pkgver")
-b2sums=('SKIP')
-
-prepare() {
-  for i in 'css' 'html' 'json'; do
-pushd vscode/extensions/$i-language-features/server
-yarn --frozen-lockfile
-popd
-  done
-}
-
-build() {
-  for i in 'css' 'html' 'json'; do
-pushd vscode/extensions/$i-language-features/server
-tsc || true
-popd
-  done
-}
-
-_package() {
-  install -d "$pkgdir"/usr/{bin,lib/node_modules/"$1"}
-
-  cd vscode/extensions
-
-  case "$1" in
-vscode-css-languageserver)
-  pkgdesc='VS Code CSS language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/cssServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd css-language-features/server;;
-vscode-html-languageserver)
-  pkgdesc='VS Code HTML language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/htmlServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd html-language-features/server;;
-vscode-json-languageserver)
-  pkgdesc='VS Code JSON language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/jsonServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd json-language-features/server;;
-  esac
-
-  chmod +x "$pkgdir"/usr/bin/"$1"
-  rm -r node_modules/@types
-  cp -r node_modules out package.json "$pkgdir"/usr/lib/node_modules/"$1"
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/"$1" \
-"$srcdir"/vscode/LICENSE.txt
-}
-
-for _pkgname in "${pkgname[@]}"; do
-  eval "package_$_pkgname() { _package $_pkgname; }"
-done

Copied: vscode-languageservers/repos/community-any/PKGBUILD (from rev 1065802, 
vscode-languageservers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 04:12:49 UTC (rev 1065803)
@@ -0,0 +1,65 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Ilango Rajagopal 
+
+pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
+pkgbase=vscode-languageservers
+pkgver=1.63.0
+pkgrel=1
+pkgdesc='VS Code language servers'
+arch=('any')
+url=https://github.com/Microsoft/vscode
+license=('MIT')
+depends=('nodejs')
+makedepends=('git' 'typescript' 'yarn')
+source=("git+$url.git#tag=$pkgver")
+b2sums=('SKIP')
+
+prepare() {
+  for i in 'css' 'html' 'json'; do
+pushd vscode/extensions/$i-language-features/server
+yarn --frozen-lockfile
+popd
+  done
+}
+
+build() {
+  for i in 'css' 'html' 'json'; do
+pushd vscode/extensions/$i-language-features/server
+tsc || true
+popd
+  done
+}
+
+_package() {
+  install -d "$pkgdir"/usr/{bin,lib/node_modules/"$1"}
+
+  cd vscode/extensions
+
+  case "$1" in
+vscode-css-languageserver)
+  pkgdesc='VS Code CSS language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/cssServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd css-language-features/server;;
+vscode-html-languageserver)
+  pkgdesc='VS Code HTML language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/htmlServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd html-language-features/server;;
+vscode-json-languageserver)
+  pkgdesc='VS Code JSON language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/jsonServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd json-language-features/server;;
+  esac
+
+  chmod +x "$pkgdir"/usr/bin/"$1"
+  rm -r node_modules/@types
+  cp -r node_modules out package.json "$pkgdir"/usr/lib/node_modules/"$1"
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/"$1" \
+"$srcdir"/vscode/LICENSE.txt
+}
+
+for _pkgname in "${pkgname[@]}"; do
+  eval "package_$_pkgname() { _package $_pkgname; }"
+done



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

2021-12-08 Thread Daniel M. Capella via arch-commits
Date: Thursday, December 9, 2021 @ 04:12:27
  Author: polyzen
Revision: 1065802

upgpkg: vscode-languageservers 1.63.0-1

Modified:
  vscode-languageservers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:59:35 UTC (rev 1065801)
+++ PKGBUILD2021-12-09 04:12:27 UTC (rev 1065802)
@@ -3,7 +3,7 @@
 
 pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
 pkgbase=vscode-languageservers
-pkgver=1.62.3
+pkgver=1.63.0
 pkgrel=1
 pkgdesc='VS Code language servers'
 arch=('any')



[arch-commits] Commit in python-pydantic/repos/community-staging-any (3 files)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 03:59:35
  Author: felixonmars
Revision: 1065801

archrelease: copy trunk to community-staging-any

Added:
  python-pydantic/repos/community-staging-any/PKGBUILD
(from rev 1065800, python-pydantic/trunk/PKGBUILD)
  python-pydantic/repos/community-staging-any/python310.patch
(from rev 1065800, python-pydantic/trunk/python310.patch)
Deleted:
  python-pydantic/repos/community-staging-any/PKGBUILD

-+
 PKGBUILD|   83 +--
 python310.patch | 1276 ++
 2 files changed, 1319 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 03:59:23 UTC (rev 1065800)
+++ PKGBUILD2021-12-09 03:59:35 UTC (rev 1065801)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=pydantic
-pkgname=python-$_pkgname
-pkgver=1.8.2
-pkgrel=2
-pkgdesc='Data parsing and validation using Python type hints'
-arch=('any')
-url='https://github.com/samuelcolvin/pydantic'
-license=('MIT')
-depends=('python' 'python-typing-extensions')
-optdepends=('python-email-validator: email')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-mock')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('0a28c64b97678b932092e546da877a4a6d104fc7d3b7cb043b3494f0b7c6900cdc1ab8a83bdbd1879956a81da1b28ca27578b1a003bdca3e08f0f107e5690e06')
-
-prepare() {
-  rm $_pkgname-$pkgver/tests/test_validators.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pydantic/repos/community-staging-any/PKGBUILD (from rev 1065800, 
python-pydantic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 03:59:35 UTC (rev 1065801)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=pydantic
+pkgname=python-$_pkgname
+pkgver=1.8.2
+pkgrel=3
+pkgdesc='Data parsing and validation using Python type hints'
+arch=('any')
+url='https://github.com/samuelcolvin/pydantic'
+license=('MIT')
+depends=('python' 'python-typing-extensions')
+optdepends=('python-email-validator: email')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-mock')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+python310.patch)
+sha512sums=('0a28c64b97678b932092e546da877a4a6d104fc7d3b7cb043b3494f0b7c6900cdc1ab8a83bdbd1879956a81da1b28ca27578b1a003bdca3e08f0f107e5690e06'
+
'488ffd8a76a0b99a830a1765518da4e67cec42c45db9ca45600fb78f3f5b17542522cdc4aa0f1b74618b7cdebd7410f162cb717bb146478746dfd31a0e2f6991')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../python310.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-pydantic/repos/community-staging-any/python310.patch (from rev 
1065800, python-pydantic/trunk/python310.patch)
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-09 03:59:35 UTC (rev 1065801)
@@ -0,0 +1,1276 @@
+From 4cace55bfbbc1439d08209641e49e886b7808f20 Mon Sep 17 00:00:00 2001
+From: Eric Jolibois 
+Date: Mon, 19 Jul 2021 15:23:07 +0200
+Subject: [PATCH 1/3] Add python 3.10 support (#2885)
+
+* refactor: extra `BaseConfig` and `Extra` in dedicated `config` module
+
+* refactor: clean useless `#noqa: F401`
+
+* refactor: clean useless `#noqa: F811`
+
+* refactor: replace enum check
+
+Error with 3.10
+> DeprecationWarning: accessing one member from another is not supported
+
+* refactor: avoid using `distutils` directly
+
+error with python 3.10
+> DeprecationWarning: The distutils package is deprecated and slated
+> for removal in Python 3.12.
+> Use setuptools or check PEP 632 for potential alternatives
+
+* fix: `__annotations__` always exists
+
+* fix: origin of `typing.Hashable` is not `None`
+
+* ci: add run with 3.10.0b2
+
+* docs: add 3.10
+
+* feat: support `|` union operator properly
+
+`|` operator has origin `types.Union` (and not `typing.Union`)
+
+* fix: enum repr is different with 3.10+
+
+* fix: error message changed a bit
+
+change from basic `__init__` to 
`test_hashable_required..MyDataclass.__init__()` (with `__qualname__`)
+
+* fix:  always exists and is not inherited anymore
+
+* fix: avoid calling `asyncio.get_event_loop` direc

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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 03:59:23
  Author: felixonmars
Revision: 1065800

upgpkg: python-pydantic 1.8.2-3: Python 3.10 rebuild

Modified:
  python-pydantic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:58:42 UTC (rev 1065799)
+++ PKGBUILD2021-12-09 03:59:23 UTC (rev 1065800)
@@ -3,7 +3,7 @@
 _pkgname=pydantic
 pkgname=python-$_pkgname
 pkgver=1.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Data parsing and validation using Python type hints'
 arch=('any')
 url='https://github.com/samuelcolvin/pydantic'



[arch-commits] Commit in python-pydantic/trunk (python310.patch)

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:58:42
  Author: foutrelis
Revision: 1065799

Add patch missed in previous commit

Added:
  python-pydantic/trunk/python310.patch

-+
 python310.patch | 1276 ++
 1 file changed, 1276 insertions(+)

Added: python310.patch
===
--- python310.patch (rev 0)
+++ python310.patch 2021-12-09 03:58:42 UTC (rev 1065799)
@@ -0,0 +1,1276 @@
+From 4cace55bfbbc1439d08209641e49e886b7808f20 Mon Sep 17 00:00:00 2001
+From: Eric Jolibois 
+Date: Mon, 19 Jul 2021 15:23:07 +0200
+Subject: [PATCH 1/3] Add python 3.10 support (#2885)
+
+* refactor: extra `BaseConfig` and `Extra` in dedicated `config` module
+
+* refactor: clean useless `#noqa: F401`
+
+* refactor: clean useless `#noqa: F811`
+
+* refactor: replace enum check
+
+Error with 3.10
+> DeprecationWarning: accessing one member from another is not supported
+
+* refactor: avoid using `distutils` directly
+
+error with python 3.10
+> DeprecationWarning: The distutils package is deprecated and slated
+> for removal in Python 3.12.
+> Use setuptools or check PEP 632 for potential alternatives
+
+* fix: `__annotations__` always exists
+
+* fix: origin of `typing.Hashable` is not `None`
+
+* ci: add run with 3.10.0b2
+
+* docs: add 3.10
+
+* feat: support `|` union operator properly
+
+`|` operator has origin `types.Union` (and not `typing.Union`)
+
+* fix: enum repr is different with 3.10+
+
+* fix: error message changed a bit
+
+change from basic `__init__` to 
`test_hashable_required..MyDataclass.__init__()` (with `__qualname__`)
+
+* fix:  always exists and is not inherited anymore
+
+* fix: avoid calling `asyncio.get_event_loop` directly
+
+With python 3.10, calling it results in
+> DeprecationWarning: There is no current event loop
+
+* fix(ci): do not run 3.10 on linux for now
+
+For now it can not be compiled.
+Let's just skip the check on linux for now instead of tuning the CI pipeline
+
+* fix(ci): ignore DeprecationWarning raised by `mypy` on windows
+
+* docs: add change file
+
+(cherry picked from commit 4a54f393ad20ee91b51cd7a49ec46771ba4f8a18)
+---
+ .github/workflows/ci.yml |   2 +-
+ changes/2885-PrettyWood.md   |   1 +
+ docs/contributing.md |   2 +-
+ docs/install.md  |   2 +-
+ pydantic/__init__.py |   6 +-
+ pydantic/annotated_types.py  |   7 +-
+ pydantic/class_validators.py |   2 +-
+ pydantic/config.py   | 124 +++
+ pydantic/dataclasses.py  |   3 +-
+ pydantic/decorator.py|   3 +-
+ pydantic/env_settings.py |   3 +-
+ pydantic/error_wrappers.py   |   4 +-
+ pydantic/fields.py   |  18 ++---
+ pydantic/main.py | 121 ++
+ pydantic/networks.py |   2 +-
+ pydantic/schema.py   |  11 ++--
+ pydantic/types.py|   4 +-
+ pydantic/typing.py   |  14 
+ pydantic/utils.py|  15 +++--
+ pydantic/validators.py   |   7 +-
+ setup.cfg|   3 +
+ setup.py |   3 +-
+ tests/test_dataclasses.py|   2 +-
+ tests/test_decorator.py  |   2 +-
+ tests/test_edge_cases.py |   5 +-
+ tests/test_main.py   |  25 ++-
+ tests/test_types.py  |  10 ++-
+ tests/test_utils.py  |   6 +-
+ 28 files changed, 242 insertions(+), 165 deletions(-)
+ create mode 100644 changes/2885-PrettyWood.md
+ create mode 100644 pydantic/config.py
+
+diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
+index 2c865ed..7f847eb 100644
+--- a/.github/workflows/ci.yml
 b/.github/workflows/ci.yml
+@@ -119,7 +119,7 @@ jobs:
+   fail-fast: false
+   matrix:
+ os: [macos, windows]
+-python-version: ['3.6', '3.7', '3.8', '3.9']
++python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-beta.2']
+ env:
+   PYTHON: ${{ matrix.python-version }}
+   OS: ${{ matrix.os }}
+diff --git a/changes/2885-PrettyWood.md b/changes/2885-PrettyWood.md
+new file mode 100644
+index 000..1cc2afe
+--- /dev/null
 b/changes/2885-PrettyWood.md
+@@ -0,0 +1 @@
++add python 3.10 support
+diff --git a/docs/contributing.md b/docs/contributing.md
+index dfbacbc..b0e0dc5 100644
+--- a/docs/contributing.md
 b/docs/contributing.md
+@@ -33,7 +33,7 @@ To make contributing as easy and fast as possible, you'll 
want to run tests and
+ *pydantic* has few dependencies, doesn't require compiling and tests don't 
need access to databases, etc.
+ Because of this, setting up and running the tests should be very simple.
+ 
+-You'll need to have **python 3.6**, **3.7**, **3.8**, or **3.9**, 
**virtualenv**, **git**, and **make** installed.
++You'll need to have a version between **python 3.6 and 3.10**, 
**virtualenv**, **git**, and **make** installed.
+ 
+ ```bash
+ # 1. clone your fork and cd into the repo directory
+diff --g

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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:57:57
  Author: foutrelis
Revision: 1065798

Add upstream fixes for Python 3.10

Modified:
  python-pydantic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:27:35 UTC (rev 1065797)
+++ PKGBUILD2021-12-09 03:57:57 UTC (rev 1065798)
@@ -12,11 +12,14 @@
 optdepends=('python-email-validator: email')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-mock')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('0a28c64b97678b932092e546da877a4a6d104fc7d3b7cb043b3494f0b7c6900cdc1ab8a83bdbd1879956a81da1b28ca27578b1a003bdca3e08f0f107e5690e06')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+python310.patch)
+sha512sums=('0a28c64b97678b932092e546da877a4a6d104fc7d3b7cb043b3494f0b7c6900cdc1ab8a83bdbd1879956a81da1b28ca27578b1a003bdca3e08f0f107e5690e06'
+
'488ffd8a76a0b99a830a1765518da4e67cec42c45db9ca45600fb78f3f5b17542522cdc4aa0f1b74618b7cdebd7410f162cb717bb146478746dfd31a0e2f6991')
 
 prepare() {
-  rm $_pkgname-$pkgver/tests/test_validators.py
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../python310.patch
 }
 
 build() {



[arch-commits] Commit in python-websockets/repos/community-staging-x86_64 (2 files)

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:27:35
  Author: foutrelis
Revision: 1065797

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 03:27:31 UTC (rev 1065796)
+++ PKGBUILD2021-12-09 03:27:35 UTC (rev 1065797)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sherlock Holo 
-# Contributor: user6553591 
-
-pkgname=python-websockets
-pkgver=10.1
-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')
-# disable docs until python-sphinx-furo is updated
-#makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
-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 text docs docs/_build/text
-  #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}"
-  #install -Dm 644 docs/_build/text/*.txt -t 
"${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-staging-x86_64/PKGBUILD (from rev 
1065796, python-websockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 03:27:35 UTC (rev 1065797)
@@ -0,0 +1,42 @@
+# 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:



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:27:31
  Author: foutrelis
Revision: 1065796

upgpkg: python-websockets 10.1-2: re-enable docs

Modified:
  python-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:24:36 UTC (rev 1065795)
+++ PKGBUILD2021-12-09 03:27:31 UTC (rev 1065796)
@@ -4,15 +4,16 @@
 
 pkgname=python-websockets
 pkgver=10.1
-pkgrel=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')
-# disable docs until python-sphinx-furo is updated
-#makedepends=('python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinxcontrib-trio')
+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')
@@ -20,8 +21,8 @@
 build() {
   cd websockets-${pkgver}
   python setup.py build
-  #sphinx-build -b text docs docs/_build/text
-  #sphinx-build -b man docs docs/_build/man
+  sphinx-build -b dirhtml docs docs/_build/html
+  sphinx-build -b man docs docs/_build/man
 }
 
 check() {
@@ -34,8 +35,8 @@
   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}"
-  #install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  #install -Dm 644 docs/_build/man/websockets.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  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-sphinxcontrib-spelling/repos (2 files)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 03:24:36
  Author: felixonmars
Revision: 1065795

archrelease: copy trunk to community-staging-any

Added:
  python-sphinxcontrib-spelling/repos/community-staging-any/
  python-sphinxcontrib-spelling/repos/community-staging-any/PKGBUILD
(from rev 1065794, python-sphinxcontrib-spelling/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-spelling/repos/community-staging-any/PKGBUILD 
(from rev 1065794, python-sphinxcontrib-spelling/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 03:24:36 UTC (rev 1065795)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxcontrib-spelling
+pkgname=python-$_name
+pkgver=7.3.0
+pkgrel=2
+pkgdesc="Spelling checker for Sphinx"
+arch=('any')
+url="https://sphinxcontrib-spelling.readthedocs.io/";
+license=('BSD')
+depends=('python-sphinx' 'python-pyenchant')
+makedepends=('python-setuptools' 'python-pbr')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('a11799366f02fbd3390abf6aa2d4f0fe34df9be6e5ac0b1c8139dbd6c7fb0c99')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 03:24:28
  Author: felixonmars
Revision: 1065794

upgpkg: python-sphinxcontrib-spelling 7.3.0-2: Python 3.10 rebuild

Modified:
  python-sphinxcontrib-spelling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:24:12 UTC (rev 1065793)
+++ PKGBUILD2021-12-09 03:24:28 UTC (rev 1065794)
@@ -3,7 +3,7 @@
 _name=sphinxcontrib-spelling
 pkgname=python-$_name
 pkgver=7.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Spelling checker for Sphinx"
 arch=('any')
 url="https://sphinxcontrib-spelling.readthedocs.io/";



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 03:24:12
  Author: felixonmars
Revision: 1065793

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-copybutton/repos/community-staging-any/
  python-sphinx-copybutton/repos/community-staging-any/PKGBUILD
(from rev 1065792, python-sphinx-copybutton/trunk/PKGBUILD)

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

Copied: python-sphinx-copybutton/repos/community-staging-any/PKGBUILD (from rev 
1065792, python-sphinx-copybutton/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 03:24:12 UTC (rev 1065793)
@@ -0,0 +1,29 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Blair Bonnett 
+
+_name=sphinx-copybutton
+pkgname=python-$_name
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
+arch=('any')
+url="https://sphinx-copybutton.readthedocs.io/";
+license=('MIT')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386')
+
+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
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 03:24:03
  Author: felixonmars
Revision: 1065792

upgpkg: python-sphinx-copybutton 0.4.0-3: Python 3.10 rebuild

Modified:
  python-sphinx-copybutton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:23:10 UTC (rev 1065791)
+++ PKGBUILD2021-12-09 03:24:03 UTC (rev 1065792)
@@ -4,7 +4,7 @@
 _name=sphinx-copybutton
 pkgname=python-$_name
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
 arch=('any')
 url="https://sphinx-copybutton.readthedocs.io/";



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 03:23:10
  Author: felixonmars
Revision: 1065791

archrelease: copy trunk to community-staging-any

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

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

Copied: python-sphinxext-opengraph/repos/community-staging-any/PKGBUILD (from 
rev 1065790, python-sphinxext-opengraph/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 03:23:10 UTC (rev 1065791)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxext-opengraph
+pkgname=python-$_name
+pkgver=0.5.0
+pkgrel=3
+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=('6efb05fe077e00b7a487e03b24bf56268bae92d42ef3f9da89616b60bc4a702c'
+'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)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 03:23:00
  Author: felixonmars
Revision: 1065790

upgpkg: python-sphinxext-opengraph 0.5.0-3: Python 3.10 rebuild

Modified:
  python-sphinxext-opengraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:18:30 UTC (rev 1065789)
+++ PKGBUILD2021-12-09 03:23:00 UTC (rev 1065790)
@@ -3,7 +3,7 @@
 _name=sphinxext-opengraph
 pkgname=python-$_name
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Sphinx extension to generate unique OpenGraph metadata"
 arch=('any')
 url="https://sphinxext-opengraph.readthedocs.io/";



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:18:30
  Author: foutrelis
Revision: 1065789

archrelease: copy trunk to community-any

Added:
  python-sphinx-copybutton/repos/community-any/
  python-sphinx-copybutton/repos/community-any/PKGBUILD
(from rev 1065788, python-sphinx-copybutton/trunk/PKGBUILD)

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

Copied: python-sphinx-copybutton/repos/community-any/PKGBUILD (from rev 
1065788, python-sphinx-copybutton/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-12-09 03:18:30 UTC (rev 1065789)
@@ -0,0 +1,29 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Blair Bonnett 
+
+_name=sphinx-copybutton
+pkgname=python-$_name
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
+arch=('any')
+url="https://sphinx-copybutton.readthedocs.io/";
+license=('MIT')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386')
+
+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
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:18:21
  Author: foutrelis
Revision: 1065788

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-spelling/repos/community-any/
  python-sphinxcontrib-spelling/repos/community-any/PKGBUILD
(from rev 1065787, python-sphinxcontrib-spelling/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-spelling/repos/community-any/PKGBUILD (from rev 
1065787, python-sphinxcontrib-spelling/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-12-09 03:18:21 UTC (rev 1065788)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxcontrib-spelling
+pkgname=python-$_name
+pkgver=7.3.0
+pkgrel=1
+pkgdesc="Spelling checker for Sphinx"
+arch=('any')
+url="https://sphinxcontrib-spelling.readthedocs.io/";
+license=('BSD')
+depends=('python-sphinx' 'python-pyenchant')
+makedepends=('python-setuptools' 'python-pbr')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('a11799366f02fbd3390abf6aa2d4f0fe34df9be6e5ac0b1c8139dbd6c7fb0c99')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:18:14
  Author: foutrelis
Revision: 1065787

archrelease: copy trunk to community-any

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

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

Copied: python-sphinxext-opengraph/repos/community-any/PKGBUILD (from rev 
1065786, python-sphinxext-opengraph/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-12-09 03:18:14 UTC (rev 1065787)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxext-opengraph
+pkgname=python-$_name
+pkgver=0.5.0
+pkgrel=2
+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=('6efb05fe077e00b7a487e03b24bf56268bae92d42ef3f9da89616b60bc4a702c'
+'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 (12 files)

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 03:17:38
  Author: foutrelis
Revision: 1065786

Add sphinx extensions for python-websockets

Added:
  python-sphinx-copybutton/
  python-sphinx-copybutton/repos/
  python-sphinx-copybutton/trunk/
  python-sphinx-copybutton/trunk/PKGBUILD
  python-sphinxcontrib-spelling/
  python-sphinxcontrib-spelling/repos/
  python-sphinxcontrib-spelling/trunk/
  python-sphinxcontrib-spelling/trunk/PKGBUILD
  python-sphinxext-opengraph/
  python-sphinxext-opengraph/repos/
  python-sphinxext-opengraph/trunk/
  python-sphinxext-opengraph/trunk/PKGBUILD

--+
 python-sphinx-copybutton/trunk/PKGBUILD  |   29 +
 python-sphinxcontrib-spelling/trunk/PKGBUILD |   27 +++
 python-sphinxext-opengraph/trunk/PKGBUILD|   34 +
 3 files changed, 90 insertions(+)

Added: python-sphinx-copybutton/trunk/PKGBUILD
===
--- python-sphinx-copybutton/trunk/PKGBUILD (rev 0)
+++ python-sphinx-copybutton/trunk/PKGBUILD 2021-12-09 03:17:38 UTC (rev 
1065786)
@@ -0,0 +1,29 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Blair Bonnett 
+
+_name=sphinx-copybutton
+pkgname=python-$_name
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Sphinx extension to add a \"copy\" button to code blocks"
+arch=('any')
+url="https://sphinx-copybutton.readthedocs.io/";
+license=('MIT')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('8daed13a87afd5013c3a9af3575cc4d5bec052075ccd3db243f895c07a689386')
+
+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
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# vim:set ts=2 sw=2 et:

Added: python-sphinxcontrib-spelling/trunk/PKGBUILD
===
--- python-sphinxcontrib-spelling/trunk/PKGBUILD
(rev 0)
+++ python-sphinxcontrib-spelling/trunk/PKGBUILD2021-12-09 03:17:38 UTC 
(rev 1065786)
@@ -0,0 +1,27 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxcontrib-spelling
+pkgname=python-$_name
+pkgver=7.3.0
+pkgrel=1
+pkgdesc="Spelling checker for Sphinx"
+arch=('any')
+url="https://sphinxcontrib-spelling.readthedocs.io/";
+license=('BSD')
+depends=('python-sphinx' 'python-pyenchant')
+makedepends=('python-setuptools' 'python-pbr')
+source=(https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('a11799366f02fbd3390abf6aa2d4f0fe34df9be6e5ac0b1c8139dbd6c7fb0c99')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Added: python-sphinxext-opengraph/trunk/PKGBUILD
===
--- python-sphinxext-opengraph/trunk/PKGBUILD   (rev 0)
+++ python-sphinxext-opengraph/trunk/PKGBUILD   2021-12-09 03:17:38 UTC (rev 
1065786)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+
+_name=sphinxext-opengraph
+pkgname=python-$_name
+pkgver=0.5.0
+pkgrel=2
+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=('6efb05fe077e00b7a487e03b24bf56268bae92d42ef3f9da89616b60bc4a702c'
+'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 skaffold/repos/community-x86_64 (4 files)

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 03:09:50
  Author: shibumi
Revision: 1065785

archrelease: copy trunk to community-x86_64

Added:
  skaffold/repos/community-x86_64/PKGBUILD
(from rev 1065784, skaffold/trunk/PKGBUILD)
  skaffold/repos/community-x86_64/build_info.patch
(from rev 1065784, skaffold/trunk/build_info.patch)
Deleted:
  skaffold/repos/community-x86_64/PKGBUILD
  skaffold/repos/community-x86_64/build_info.patch

--+
 PKGBUILD |  124 ++---
 build_info.patch |   46 +--
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 03:09:43 UTC (rev 1065784)
+++ PKGBUILD2021-12-09 03:09:50 UTC (rev 1065785)
@@ -1,62 +0,0 @@
-# Maintainer Christian Rebischke 
-# Maintainer: Fredy García 
-# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
-# Contributor: Stefan Cocora 
-
-pkgname=skaffold
-pkgver=1.35.0
-pkgrel=1
-pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
-arch=("x86_64")
-url="https://github.com/GoogleContainerTools/${pkgname}";
-license=("Apache")
-depends=("docker")
-makedepends=("go")
-optdepends=(
-  "minikube: To use Minikube"
-  "kubectl: For Kubernetes support"
-  "bash-completion: Tab autocompletion"
-)
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz";
-)
-sha256sums=('0ce75ba329f027c9075cfd8a96ca08523c772733f999e236a7913b59ea14')
-b2sums=('0508ef64c65c7ed566337ea27a749b4a75a601f720e84d7540492a722b8a4bde3eeb709275c7dfcbcc1b988cbc3da0c905c14c8db4fdb14db68cacede61c8884')
-_commit="e9c900fe353d50a536de042eca844e9ca4ed2ac7"
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  rm -rf "${srcdir}/gopath"
-  mkdir -p "${srcdir}/gopath/bin"
-  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
-  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-}
-
-build() {
-  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
-  export GOPATH="${srcdir}/gopath"
-  export PATH="${PATH}:${GOPATH}/bin"
-  export VERSION="v${pkgver}"
-  export COMMIT="${_commit}"
-  export TREE_STATE="clean"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw -x -v 
-ldflags=-linkmode=external"
-  make install
-
-  # To avoid issues deleting directories next time
-  go clean --modcache
-
-  # Create completion files
-  "${srcdir}/gopath/bin/${pkgname}" completion bash > 
"${srcdir}/${pkgname}-completion.bash"
-  "${srcdir}/gopath/bin/${pkgname}" completion zsh > 
"${srcdir}/${pkgname}-completion.zsh"
-}
-
-package() {
-  install -Dm755 "${srcdir}/gopath/bin/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 "${srcdir}/${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 "${srcdir}/${pkgname}-completion.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_skaffold"
-}

Copied: skaffold/repos/community-x86_64/PKGBUILD (from rev 1065784, 
skaffold/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 03:09:50 UTC (rev 1065785)
@@ -0,0 +1,62 @@
+# Maintainer Christian Rebischke 
+# Maintainer: Fredy García 
+# Maintainer: Maxim Baz <${pkgname} at maximbaz dot com>
+# Contributor: Stefan Cocora 
+
+pkgname=skaffold
+pkgver=1.35.1
+pkgrel=1
+pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
+arch=("x86_64")
+url="https://github.com/GoogleContainerTools/${pkgname}";
+license=("Apache")
+depends=("docker")
+makedepends=("go")
+optdepends=(
+  "minikube: To use Minikube"
+  "kubectl: For Kubernetes support"
+  "bash-completion: Tab autocompletion"
+)
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz";
+)
+sha256sums=('870b420c8f8decca4d5b44c93749658c9adb24b7b577dbc35a53461909521e92')
+b2sums=('e51496ba8a8c19d6c580812a68fac193c2593ed5ab2dfe585c5f09ec4138b7b6d20a9d2318ab470b048c39200205ad73da5ef27d39e344cb910ed704c30d5c8c')
+_commit="bfc618edd22b577fff49a467588f0b87f3cac3e5"
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  rm -rf "${srcdir}/gopath"
+  mkdir -p "${srcdir}/gopath/bin"
+  mkdir -p "${srcdir}/gopath/src/github.com/GoogleContainerTools"
+  ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+}
+
+build() {
+  cd "${srcdir}/gopath/src/github.com/GoogleContainerTools/${pkgname}"
+  export GOPATH="${srcdir}/gopath"
+  export PATH="${PATH}:${GOPATH}/bin"
+  export VERSION="v${pkgver}"
+  export COMMIT="${_co

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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 03:09:43
  Author: shibumi
Revision: 1065784

upgpkg: skaffold 1.35.1-1

Modified:
  skaffold/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 03:02:13 UTC (rev 1065783)
+++ PKGBUILD2021-12-09 03:09:43 UTC (rev 1065784)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Cocora 
 
 pkgname=skaffold
-pkgver=1.35.0
+pkgver=1.35.1
 pkgrel=1
 pkgdesc="A command line tool that facilitates continuous development for 
Kubernetes applications"
 arch=("x86_64")
@@ -20,9 +20,9 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz";
 )
-sha256sums=('0ce75ba329f027c9075cfd8a96ca08523c772733f999e236a7913b59ea14')
-b2sums=('0508ef64c65c7ed566337ea27a749b4a75a601f720e84d7540492a722b8a4bde3eeb709275c7dfcbcc1b988cbc3da0c905c14c8db4fdb14db68cacede61c8884')
-_commit="e9c900fe353d50a536de042eca844e9ca4ed2ac7"
+sha256sums=('870b420c8f8decca4d5b44c93749658c9adb24b7b577dbc35a53461909521e92')
+b2sums=('e51496ba8a8c19d6c580812a68fac193c2593ed5ab2dfe585c5f09ec4138b7b6d20a9d2318ab470b048c39200205ad73da5ef27d39e344cb910ed704c30d5c8c')
+_commit="bfc618edd22b577fff49a467588f0b87f3cac3e5"
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 03:02:13
  Author: shibumi
Revision: 1065783

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
(from rev 1065782, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:58:57 UTC (rev 1065782)
+++ PKGBUILD2021-12-09 03:02:13 UTC (rev 1065783)
@@ -1,45 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Morten Linderud 
-
-pkgname=k9s
-pkgver=0.25.7
-pkgrel=1
-pkgdesc='TUI for managing Kubernetes clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-_commit=6b6a490c73af8719a56e1c4a8dec92a6c2466dce   #refs/tags/v0.25.7^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make VERSION=$pkgver build
-}
-
-check() {
-  make -C $pkgname test
-}
-
-package() {
-  cd $pkgname
-  exes/k9s completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/k9s"
-  exes/k9s completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_k9s"
-  exes/k9s completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/k9s.fish"
-  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/derailed/k9s/releases
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 1065782, 
k9s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 03:02:13 UTC (rev 1065783)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Morten Linderud 
+
+pkgname=k9s
+pkgver=0.25.8
+pkgrel=1
+pkgdesc='TUI for managing Kubernetes clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go)
+_commit=f97bceaf643c0744353196f8d97221a2d111635a   #refs/tags/v0.25.7^{}
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make VERSION=$pkgver build
+}
+
+check() {
+  make -C $pkgname test
+}
+
+package() {
+  cd $pkgname
+  exes/k9s completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/k9s"
+  exes/k9s completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_k9s"
+  exes/k9s completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/k9s.fish"
+  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/derailed/k9s/releases
+# vim: ts=2 sw=2 et:



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:58:57
  Author: shibumi
Revision: 1065782

upgpkg: k9s 0.25.8-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:29:38 UTC (rev 1065781)
+++ PKGBUILD2021-12-09 02:58:57 UTC (rev 1065782)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=k9s
-pkgver=0.25.7
+pkgver=0.25.8
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go)
-_commit=6b6a490c73af8719a56e1c4a8dec92a6c2466dce   #refs/tags/v0.25.7^{}
+_commit=f97bceaf643c0744353196f8d97221a2d111635a   #refs/tags/v0.25.7^{}
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:29:38
  Author: shibumi
Revision: 1065781

archrelease: copy trunk to community-x86_64

Added:
  eksctl/repos/community-x86_64/PKGBUILD
(from rev 1065780, eksctl/trunk/PKGBUILD)
Deleted:
  eksctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:29:33 UTC (rev 1065780)
+++ PKGBUILD2021-12-09 02:29:38 UTC (rev 1065781)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Birks 
-# Contributor: Mike Williamson 
-
-pkgname=eksctl
-pkgver=0.72.0
-pkgrel=1
-pkgdesc='Command line tool for creating clusters on Amazon EKS'
-url='https://github.com/weaveworks/eksctl'
-arch=('x86_64')
-license=('Apache')
-depends=('kubectl' 'glibc')
-makedepends=('go')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('8fdd049eb7eb47ae964028139d2b3062253f8c9e7643adc77d9b8325c7b20a02')
-b2sums=('9c1592fc6ac57bc57fc3ffdf1c680b9a846b0449c071a43174413aa871f67f3cbcc146128be2f161aae1af752c8269757063c109fbf5384075638719c86744c9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -v \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
-./cmd/eksctl
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # completions
-  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: eksctl/repos/community-x86_64/PKGBUILD (from rev 1065780, 
eksctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 02:29:38 UTC (rev 1065781)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Birks 
+# Contributor: Mike Williamson 
+
+pkgname=eksctl
+pkgver=0.76.0
+pkgrel=1
+pkgdesc='Command line tool for creating clusters on Amazon EKS'
+url='https://github.com/weaveworks/eksctl'
+arch=('x86_64')
+license=('Apache')
+depends=('kubectl' 'glibc')
+makedepends=('go')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('08cd84d766ab9aa9b97127a193d6d8994df0f446b6fc8f5204d78f9c76cd51a4')
+b2sums=('13cb243c0aebc836d33aefeeff2a4e4a0ecfd186c9b83835554a0120189d323696bfc75ec1c5dbf9c31e04b6eaa97146ca4eb1d42f3aff561ba6f1f9e2ce9b48')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -v \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
+./cmd/eksctl
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # completions
+  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:29:33
  Author: shibumi
Revision: 1065780

upgpkg: eksctl 0.76.0-1

Modified:
  eksctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:22:36 UTC (rev 1065779)
+++ PKGBUILD2021-12-09 02:29:33 UTC (rev 1065780)
@@ -3,7 +3,7 @@
 # Contributor: Mike Williamson 
 
 pkgname=eksctl
-pkgver=0.72.0
+pkgver=0.76.0
 pkgrel=1
 pkgdesc='Command line tool for creating clusters on Amazon EKS'
 url='https://github.com/weaveworks/eksctl'
@@ -12,8 +12,8 @@
 depends=('kubectl' 'glibc')
 makedepends=('go')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('8fdd049eb7eb47ae964028139d2b3062253f8c9e7643adc77d9b8325c7b20a02')
-b2sums=('9c1592fc6ac57bc57fc3ffdf1c680b9a846b0449c071a43174413aa871f67f3cbcc146128be2f161aae1af752c8269757063c109fbf5384075638719c86744c9')
+sha256sums=('08cd84d766ab9aa9b97127a193d6d8994df0f446b6fc8f5204d78f9c76cd51a4')
+b2sums=('13cb243c0aebc836d33aefeeff2a4e4a0ecfd186c9b83835554a0120189d323696bfc75ec1c5dbf9c31e04b6eaa97146ca4eb1d42f3aff561ba6f1f9e2ce9b48')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in python-urllib3/repos/staging-any (4 files)

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:29:09
  Author: foutrelis
Revision: 430834

archrelease: copy trunk to staging-any

Added:
  python-urllib3/repos/staging-any/LICENSE
(from rev 430833, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/staging-any/PKGBUILD
(from rev 430833, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/staging-any/LICENSE
  python-urllib3/repos/staging-any/PKGBUILD

--+
 LICENSE  |   64 +++---
 PKGBUILD |  126 ++---
 2 files changed, 95 insertions(+), 95 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2021-12-09 02:29:05 UTC (rev 430833)
+++ LICENSE 2021-12-09 02:29:09 UTC (rev 430834)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/staging-any/LICENSE (from rev 430833, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2021-12-09 02:29:09 UTC (rev 430834)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:29:05 UTC (rev 430833)
+++ PKGBUILD2021-12-09 02:29:09 UTC (rev 430834)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python-urllib3-doc)
-pkgver=1.26.7
-pkgrel=4
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/urllib3/urllib3";
-license=("MIT")
-makedepends=('python-setuptools' 'python-sphinx' 'python-ndg-httpsclient'
- 'python-pyasn1' 'python-pyopenssl'
- 'python-pysocks' 'python-mock'
- 'python-brotli' 'python-sphinx-furo')
-checkdepends=('python-pytest-runner' 'python-tornado' 'python-nose' 
'python-psutil' 'python-trustme'
-  'python-gcp-devrel-py-tools' 'python-flaky' 'python-dateutil')
-source=("https://github.com/urllib3/urllib3/archive/$pkgver/$pkgbase-$pkgver.tar.gz";
-

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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:29:05
  Author: foutrelis
Revision: 430833

upgpkg: python-urllib3 1.26.7-5: re-enable docs

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-08 22:18:54 UTC (rev 430832)
+++ PKGBUILD2021-12-09 02:29:05 UTC (rev 430833)
@@ -6,7 +6,7 @@
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python-urllib3-doc)
 pkgver=1.26.7
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
 url="https://github.com/urllib3/urllib3";
@@ -32,7 +32,7 @@
   python setup.py build
 
   cd "$srcdir"/urllib3-$pkgver/docs
-  #make html
+  make html
 }
 
 check() {
@@ -58,6 +58,6 @@
 
   cd urllib3-$pkgver/docs
   install -d "$pkgdir"/usr/share/doc
-  #cp -r _build/html "$pkgdir"/usr/share/doc/python-urllib3
+  cp -r _build/html "$pkgdir"/usr/share/doc/python-urllib3
   install -Dm644 ../LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:22:36
  Author: foutrelis
Revision: 1065779

archrelease: copy trunk to community-staging-any

Added:
  python-pygments/repos/community-staging-any/PKGBUILD
(from rev 1065778, python-pygments/trunk/PKGBUILD)
Deleted:
  python-pygments/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:22:32 UTC (rev 1065778)
+++ PKGBUILD2021-12-09 02:22:36 UTC (rev 1065779)
@@ -1,43 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Timm Preetz 
-
-pkgname=python-pygments
-pkgver=2.10.0
-pkgrel=3
-pkgdesc="Python syntax highlighter"
-arch=('any')
-url="https://pygments.org/";
-license=('BSD')
-depends=('python-setuptools')
-makedepends=('python-sphinx')
-checkdepends=('python-pytest')
-provides=('pygmentize')
-conflicts=('pygmentize')
-replaces=('pygmentize')
-source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
-sha256sums=('f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6')
-
-build() {
-  cd "$srcdir/Pygments-$pkgver"
-  #make -C doc html
-}
-
-check() {
-  cd "$srcdir/Pygments-$pkgver"
-  PYTHONDONTWRITEBYTECODE=1 pytest
-}
-
-package() {
-  cd "$srcdir/Pygments-$pkgver"
-
-  python3 setup.py install --root="$pkgdir" -O1
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-
-  #mkdir -p "$pkgdir/usr/share/doc"
-  #cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
-  #install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
-  install -Dm644 external/pygments.bashcomp \
-"$pkgdir/usr/share/bash-completion/completions/pygmentize"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygments/repos/community-staging-any/PKGBUILD (from rev 1065778, 
python-pygments/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 02:22:36 UTC (rev 1065779)
@@ -0,0 +1,43 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Timm Preetz 
+
+pkgname=python-pygments
+pkgver=2.10.0
+pkgrel=4
+pkgdesc="Python syntax highlighter"
+arch=('any')
+url="https://pygments.org/";
+license=('BSD')
+depends=('python-setuptools')
+makedepends=('python-sphinx')
+checkdepends=('python-pytest')
+provides=('pygmentize')
+conflicts=('pygmentize')
+replaces=('pygmentize')
+source=(https://pypi.org/packages/source/P/Pygments/Pygments-$pkgver.tar.gz)
+sha256sums=('f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6')
+
+build() {
+  cd "$srcdir/Pygments-$pkgver"
+  make -C doc html
+}
+
+check() {
+  cd "$srcdir/Pygments-$pkgver"
+  PYTHONDONTWRITEBYTECODE=1 pytest
+}
+
+package() {
+  cd "$srcdir/Pygments-$pkgver"
+
+  python3 setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
+  install -Dm644 external/pygments.bashcomp \
+"$pkgdir/usr/share/bash-completion/completions/pygmentize"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:22:32
  Author: foutrelis
Revision: 1065778

upgpkg: python-pygments 2.10.0-4: re-enable docs

Modified:
  python-pygments/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:22:10 UTC (rev 1065777)
+++ PKGBUILD2021-12-09 02:22:32 UTC (rev 1065778)
@@ -3,7 +3,7 @@
 
 pkgname=python-pygments
 pkgver=2.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Python syntax highlighter"
 arch=('any')
 url="https://pygments.org/";
@@ -19,7 +19,7 @@
 
 build() {
   cd "$srcdir/Pygments-$pkgver"
-  #make -C doc html
+  make -C doc html
 }
 
 check() {
@@ -33,9 +33,9 @@
   python3 setup.py install --root="$pkgdir" -O1
   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 
-  #mkdir -p "$pkgdir/usr/share/doc"
-  #cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
-  #install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
+  mkdir -p "$pkgdir/usr/share/doc"
+  cp -rT doc/_build/html "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 doc/pygmentize.1 -t "$pkgdir/usr/share/man/man1"
   install -Dm644 external/pygments.bashcomp \
 "$pkgdir/usr/share/bash-completion/completions/pygmentize"
 }



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:22:10
  Author: shibumi
Revision: 1065777

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 1065776, helm/trunk/PKGBUILD)
Deleted:
  helm/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:22:03 UTC (rev 1065776)
+++ PKGBUILD2021-12-09 02:22:10 UTC (rev 1065777)
@@ -1,57 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.7.1
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/";
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-_commit=1d11fcb5d3f3bf00dbe6fe31b8412839a96b3dc4   #refs/tags/v3.7.1^{}
-source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed";)
-#source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed";)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
-  'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
-  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd "${pkgname}"
-  go mod tidy
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 1065776, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 02:22:10 UTC (rev 1065777)
@@ -0,0 +1,57 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.7.2
+pkgrel=1
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://helm.sh/";
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+_commit=663a896f4a815053445eec4153677ddc24a0a361   #refs/tags/v3.7.2^{}
+source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed";)
+#source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed";)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  'CABAA8D44DFACA14791FBE9892C44A3D421FF7F9'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd "${pkgname}"
+  go mod tidy
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:22:03
  Author: shibumi
Revision: 1065776

upgpkg: helm 3.7.2-1

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:20:08 UTC (rev 1065775)
+++ PKGBUILD2021-12-09 02:22:03 UTC (rev 1065776)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 license=("Apache")
 depends=('glibc')
 makedepends=("go" "git")
-_commit=1d11fcb5d3f3bf00dbe6fe31b8412839a96b3dc4   #refs/tags/v3.7.1^{}
+_commit=663a896f4a815053445eec4153677ddc24a0a361   #refs/tags/v3.7.2^{}
 source=("git+https://github.com/helm/helm.git#commit=${_commit}?signed";)
 #source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed";)
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:20:08
  Author: foutrelis
Revision: 1065775

archrelease: copy trunk to community-staging-any

Added:
  python-pep621/repos/community-staging-any/PKGBUILD
(from rev 1065774, python-pep621/trunk/PKGBUILD)
Deleted:
  python-pep621/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:20:04 UTC (rev 1065774)
+++ PKGBUILD2021-12-09 02:20:08 UTC (rev 1065775)
@@ -1,46 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=python-pep621
-pkgver=0.4.0
-pkgrel=2
-pkgdesc='PEP 621 metadata parsing'
-arch=('any')
-url='https://github.com/FFY00/python-pep621'
-license=('MIT')
-depends=('python-packaging')
-makedepends=('git' 'python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
-checkdepends=('python-pytest' 'python-tomli')
-source=("git+$url#tag=$pkgver?signed")
-validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns 
(FFY00) 
-sha512sums=('SKIP')
-
-prepare() {
-  echo 'from setuptools import setup; setup()' >$pkgname/setup.py
-}
-
-build() {
-  cd $pkgname
-
-  python setup.py build
-
-  #PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
-}
-
-check() {
-  cd $pkgname
-
-  python -m pytest
-}
-
-package() {
-  cd $pkgname
-
-  python setup.py install --root="$pkgdir" --skip-build
-  python -m compileall --invalidation-mode=checked-hash "$pkgdir"
-
-  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  #cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
-  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pep621/repos/community-staging-any/PKGBUILD (from rev 1065774, 
python-pep621/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 02:20:08 UTC (rev 1065775)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-pep621
+pkgver=0.4.0
+pkgrel=3
+pkgdesc='PEP 621 metadata parsing'
+arch=('any')
+url='https://github.com/FFY00/python-pep621'
+license=('MIT')
+depends=('python-packaging')
+makedepends=('git' 'python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
+checkdepends=('python-pytest' 'python-tomli')
+source=("git+$url#tag=$pkgver?signed")
+validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns 
(FFY00) 
+sha512sums=('SKIP')
+
+prepare() {
+  echo 'from setuptools import setup; setup()' >$pkgname/setup.py
+}
+
+build() {
+  cd $pkgname
+
+  python setup.py build
+
+  PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
+}
+
+check() {
+  cd $pkgname
+
+  python -m pytest
+}
+
+package() {
+  cd $pkgname
+
+  python setup.py install --root="$pkgdir" --skip-build
+  python -m compileall --invalidation-mode=checked-hash "$pkgdir"
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:20:04
  Author: foutrelis
Revision: 1065774

upgpkg: python-pep621 0.4.0-3: re-enable docs

Modified:
  python-pep621/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:18:58 UTC (rev 1065773)
+++ PKGBUILD2021-12-09 02:20:04 UTC (rev 1065774)
@@ -2,7 +2,7 @@
 
 pkgname=python-pep621
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='PEP 621 metadata parsing'
 arch=('any')
 url='https://github.com/FFY00/python-pep621'
@@ -23,7 +23,7 @@
 
   python setup.py build
 
-  #PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
+  PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
 }
 
 check() {
@@ -38,9 +38,9 @@
   python setup.py install --root="$pkgdir" --skip-build
   python -m compileall --invalidation-mode=checked-hash "$pkgdir"
 
-  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  #cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
-  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:18:58
  Author: foutrelis
Revision: 1065773

archrelease: copy trunk to community-staging-any

Added:
  python-build/repos/community-staging-any/PKGBUILD
(from rev 1065772, python-build/trunk/PKGBUILD)
Deleted:
  python-build/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:18:54 UTC (rev 1065772)
+++ PKGBUILD2021-12-09 02:18:58 UTC (rev 1065773)
@@ -1,45 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=build
-pkgname=python-$_pkgname
-pkgver=0.7.0
-pkgrel=3
-pkgdesc='A simple, correct PEP517 package builder'
-arch=('any')
-url='https://github.com/pypa/build'
-license=('MIT')
-depends=('python-tomli' 'python-pep517' 'python-packaging')
-optdepends=('python-virtualenv: Use virtualenv for build isolation')
-makedepends=('git' 'python-setuptools' 'python-wheel'
- 'python-sphinx' 'python-sphinx-argparse-cli' 
'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
-checkdepends=('python-pytest' 'python-pytest-mock' 
'python-pytest-rerunfailures' 'python-filelock')
-source=("git+$url#tag=$pkgver?signed")
-validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns 
(FFY00) 
-sha512sums=('SKIP')
-
-build() {
-  cd $_pkgname
-
-  python setup.py build
-
-  #PYTHONPATH=src sphinx-build -b dirhtml -v docs docs/build/html
-}
-
-check() {
-  cd $_pkgname
-
-  PYTHONPATH=src pytest
-}
-
-package() {
-  cd $_pkgname
-
-  python setup.py install --root="$pkgdir" --skip-build
-  python -m compileall --invalidation-mode=checked-hash "$pkgdir"
-
-  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  #cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
-  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-build/repos/community-staging-any/PKGBUILD (from rev 1065772, 
python-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 02:18:58 UTC (rev 1065773)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=build
+pkgname=python-$_pkgname
+pkgver=0.7.0
+pkgrel=4
+pkgdesc='A simple, correct PEP517 package builder'
+arch=('any')
+url='https://github.com/pypa/build'
+license=('MIT')
+depends=('python-tomli' 'python-pep517' 'python-packaging')
+optdepends=('python-virtualenv: Use virtualenv for build isolation')
+makedepends=('git' 'python-setuptools' 'python-wheel'
+ 'python-sphinx' 'python-sphinx-argparse-cli' 
'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
+checkdepends=('python-pytest' 'python-pytest-mock' 
'python-pytest-rerunfailures' 'python-filelock')
+source=("git+$url#tag=$pkgver?signed")
+validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns 
(FFY00) 
+sha512sums=('SKIP')
+
+build() {
+  cd $_pkgname
+
+  python setup.py build
+
+  PYTHONPATH=src sphinx-build -b dirhtml -v docs docs/build/html
+}
+
+check() {
+  cd $_pkgname
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname
+
+  python setup.py install --root="$pkgdir" --skip-build
+  python -m compileall --invalidation-mode=checked-hash "$pkgdir"
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:18:54
  Author: foutrelis
Revision: 1065772

upgpkg: python-build 0.7.0-4: re-enable docs

Modified:
  python-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:18:29 UTC (rev 1065771)
+++ PKGBUILD2021-12-09 02:18:54 UTC (rev 1065772)
@@ -3,7 +3,7 @@
 _pkgname=build
 pkgname=python-$_pkgname
 pkgver=0.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A simple, correct PEP517 package builder'
 arch=('any')
 url='https://github.com/pypa/build'
@@ -22,7 +22,7 @@
 
   python setup.py build
 
-  #PYTHONPATH=src sphinx-build -b dirhtml -v docs docs/build/html
+  PYTHONPATH=src sphinx-build -b dirhtml -v docs docs/build/html
 }
 
 check() {
@@ -37,9 +37,9 @@
   python setup.py install --root="$pkgdir" --skip-build
   python -m compileall --invalidation-mode=checked-hash "$pkgdir"
 
-  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  #cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
-  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2021-12-08 Thread Daurnimator via arch-commits
Date: Thursday, December 9, 2021 @ 02:18:29
  Author: daurnimator
Revision: 1065771

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 1065770, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
(from rev 1065770, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
(from rev 1065770, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
(from rev 1065770, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.fish
  terraform/repos/community-x86_64/terraform.zsh

+
 PKGBUILD   |  100 +++
 terraform.bash |2 -
 terraform.fish |   18 -
 terraform.zsh  |6 +--
 4 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:18:03 UTC (rev 1065770)
+++ PKGBUILD2021-12-09 02:18:29 UTC (rev 1065771)
@@ -1,50 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=terraform
-pkgver=1.0.11
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://www.terraform.io/";
-arch=("x86_64")
-license=("MPL")
-makedepends=("go")
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
-"terraform.bash"
-"terraform.fish"
-"terraform.zsh")
-sha512sums=('54ef909c0e2bbab7f85268005cb4896e7438bb5847c0f3a028ba4aec7fe4168ed4b1800105309d7fc6aff629f561a5b22c3ea0651cd24ada3a5901d228174129'
-
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('e4ffeb454be380aa806b529d433b46de51cf7f5ececffde28ec85d02ea026614ac88fedd397ca60ef9f28b07490c5c0d2c195b9db2e2ee87ec180dc2b611203a'
-
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
-
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-   go build -o terraform-binary
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   go test -mod=readonly ./...
-}
-
-package() {
-install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
-install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-   cd "$pkgname-$pkgver"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 1065770, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 02:18:29 UTC (rev 1065771)
@@ -0,0 +1,50 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=terraform
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
+url="https://www.terraform.io/";
+arch=("x86_64")
+license=("MPL")
+makedepends=("go")
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
+"terraform.bash"
+"terraform.fish"
+"terraform.zsh")
+sha512sums=('a447ada4639c55900e9fdede13984e6482f454d4d3af22ee1b00bb5fb2dd1d1f8e1f07db346d82109484c217324a52b8e9b7601252b9a5a06984f7f900c4ed5e'
+
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
+
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'

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

2021-12-08 Thread Daurnimator via arch-commits
Date: Thursday, December 9, 2021 @ 02:18:03
  Author: daurnimator
Revision: 1065770

upgpkg: terraform 1.1.0-1

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:15:42 UTC (rev 1065769)
+++ PKGBUILD2021-12-09 02:18:03 UTC (rev 1065770)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=terraform
-pkgver=1.0.11
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://www.terraform.io/";
@@ -15,11 +15,11 @@
 "terraform.bash"
 "terraform.fish"
 "terraform.zsh")
-sha512sums=('54ef909c0e2bbab7f85268005cb4896e7438bb5847c0f3a028ba4aec7fe4168ed4b1800105309d7fc6aff629f561a5b22c3ea0651cd24ada3a5901d228174129'
+sha512sums=('a447ada4639c55900e9fdede13984e6482f454d4d3af22ee1b00bb5fb2dd1d1f8e1f07db346d82109484c217324a52b8e9b7601252b9a5a06984f7f900c4ed5e'
 
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
 
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
 
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('e4ffeb454be380aa806b529d433b46de51cf7f5ececffde28ec85d02ea026614ac88fedd397ca60ef9f28b07490c5c0d2c195b9db2e2ee87ec180dc2b611203a'
+b2sums=('24d26af361fccaddbf99bf58f1182c49596480e624d054af1d2e7c1dbae43d51deae22643a327ce6402a0d1858dd33fea2cbd7a12bb2b4c1f398505293aee150'
 
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
 
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
 
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:15:42
  Author: shibumi
Revision: 1065769

archrelease: copy trunk to community-x86_64

Added:
  istio/repos/community-x86_64/PKGBUILD
(from rev 1065768, istio/trunk/PKGBUILD)
Deleted:
  istio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:15:37 UTC (rev 1065768)
+++ PKGBUILD2021-12-09 02:15:42 UTC (rev 1065769)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Arturo Penen 
-
-pkgname=istio
-pkgver=1.11.5
-pkgrel=1
-pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh.'
-arch=('x86_64')
-url='https://github.com/istio/istio'
-license=('Apache')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz";)
-sha512sums=('86538b50cdb5453e995550407aa4378d01075e87d9f8089e4e02f74d4fc40a84d6961ecd19350fe1fbaa1a3cc7c5ac4b55a99e8a668118e87f6fb78353f8e1cf')
-b2sums=('36d176b6fc51b1edcb72fa66aea052ffd0e41b2c52f7cecdf5f5a272d074599d93bab2a0bde9882df84e743a2f12c5f7525f985ea3dba1a6d884c6ebb76606a6')
-
-build() {
-  cd $pkgname-$pkgver
-  export VERSION=$pkgver
-  export TAG=$pkgver
-  export BUILD_WITH_CONTAINER=0
-  make build
-}
-
-package() {
-  install -Dm 755 "${srcdir}/$pkgname-$pkgver/out/linux_amd64/istioctl" 
"${pkgdir}/usr/bin/istioctl"
-
-  # Populate bash and zsh completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"
-  install -dm 755 "${pkgdir}/usr/share/zsh/site-functions"
-  "${pkgdir}/usr/bin/istioctl" collateral --bash
-  mv istioctl.bash "${pkgdir}/usr/share/bash-completion/completions/istioctl"
-  "${pkgdir}/usr/bin/istioctl" collateral --zsh
-  mv _istioctl  "${pkgdir}/usr/share/zsh/site-functions/_istioctl"
-}

Copied: istio/repos/community-x86_64/PKGBUILD (from rev 1065768, 
istio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 02:15:42 UTC (rev 1065769)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Arturo Penen 
+
+pkgname=istio
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh.'
+arch=('x86_64')
+url='https://github.com/istio/istio'
+license=('Apache')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz";)
+sha512sums=('1038ed1d2500358d71352b17f795f0311f2744a9e37a47bb1e131cb3ada5a782d2508c6471138caae294739a2b977004eee98bc1e7fd3e4ef76da6076361ca5a')
+b2sums=('d200f3a4758a1ac2ab6618839d506398de032d02ed0f33c29f191927b48bacd4ade064d68676f64d1bb94fdd047aa1cb873e64893a7a9fdf20ef5ee46ee0fef9')
+
+build() {
+  cd $pkgname-$pkgver
+  export VERSION=$pkgver
+  export TAG=$pkgver
+  export BUILD_WITH_CONTAINER=0
+  make build
+}
+
+package() {
+  install -Dm 755 "${srcdir}/$pkgname-$pkgver/out/linux_amd64/istioctl" 
"${pkgdir}/usr/bin/istioctl"
+
+  # Populate bash and zsh completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"
+  install -dm 755 "${pkgdir}/usr/share/zsh/site-functions"
+  "${pkgdir}/usr/bin/istioctl" collateral --bash
+  mv istioctl.bash "${pkgdir}/usr/share/bash-completion/completions/istioctl"
+  "${pkgdir}/usr/bin/istioctl" collateral --zsh
+  mv _istioctl  "${pkgdir}/usr/share/zsh/site-functions/_istioctl"
+}



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:15:37
  Author: shibumi
Revision: 1065768

upgpkg: istio 1.12.1-1

Modified:
  istio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:11:49 UTC (rev 1065767)
+++ PKGBUILD2021-12-09 02:15:37 UTC (rev 1065768)
@@ -2,7 +2,7 @@
 # Contributor: Arturo Penen 
 
 pkgname=istio
-pkgver=1.11.5
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='Istio configuration command line utility for service operators to 
debug and diagnose their Istio mesh.'
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('Apache')
 makedepends=('go')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/istio/istio/archive/$pkgver.tar.gz";)
-sha512sums=('86538b50cdb5453e995550407aa4378d01075e87d9f8089e4e02f74d4fc40a84d6961ecd19350fe1fbaa1a3cc7c5ac4b55a99e8a668118e87f6fb78353f8e1cf')
-b2sums=('36d176b6fc51b1edcb72fa66aea052ffd0e41b2c52f7cecdf5f5a272d074599d93bab2a0bde9882df84e743a2f12c5f7525f985ea3dba1a6d884c6ebb76606a6')
+sha512sums=('1038ed1d2500358d71352b17f795f0311f2744a9e37a47bb1e131cb3ada5a782d2508c6471138caae294739a2b977004eee98bc1e7fd3e4ef76da6076361ca5a')
+b2sums=('d200f3a4758a1ac2ab6618839d506398de032d02ed0f33c29f191927b48bacd4ade064d68676f64d1bb94fdd047aa1cb873e64893a7a9fdf20ef5ee46ee0fef9')
 
 build() {
   cd $pkgname-$pkgver



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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:11:49
  Author: shibumi
Revision: 1065767

archrelease: copy trunk to community-x86_64

Added:
  cosign/repos/community-x86_64/PKGBUILD
(from rev 1065766, cosign/trunk/PKGBUILD)
Deleted:
  cosign/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 02:11:42 UTC (rev 1065766)
+++ PKGBUILD2021-12-09 02:11:49 UTC (rev 1065767)
@@ -1,63 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: Christian Rebischke 
-
-pkgname=cosign
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
-arch=('x86_64')
-url="https://github.com/sigstore/cosign";
-license=('Apache')
-depends=('pcsclite')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('980ca972b7d66daea0788a7c8fa738ada5837102db29c8651f5e1b33d8ecb0e43dd8705ed9ec507f1cc2bb9e78ede87344a87640123f4395560dc4fb6b0db55a')
-b2sums=('71fd393a2e810edae0f198992aca00bbf73a55240e15125b5b82695dfbe0bfcaa3084bc5b8e14d9bc07cfd4a10b81aec014e4ac8b972d8dd96dd8e4159fb02ad')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  mkdir build
-  go build -o build/ ./...
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/cosign completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cosign"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/cosign completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cosign"
-
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/cosign completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/cosign.fish"
-
-  install -Dm755 build/sget "${pkgdir}/usr/bin/sget"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/sget completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/sget"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/sget completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sget"
-
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/sget completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sget.fish"
-}
-

Copied: cosign/repos/community-x86_64/PKGBUILD (from rev 1065766, 
cosign/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 02:11:49 UTC (rev 1065767)
@@ -0,0 +1,63 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: Christian Rebischke 
+
+pkgname=cosign
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
+arch=('x86_64')
+url="https://github.com/sigstore/cosign";
+license=('Apache')
+depends=('pcsclite')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('08d06cce3369e750b93bae4d55bf6f039822d715ee0f49cdb757ea5f99724b208831f383e6b2f6509b5410f5b5be0a79b728bd07a135c9d9154c30f26438af7e')
+b2sums=('d7571400694613416a17fc83b6257b8c620c2021e4e9d63438c292c0605c7ed77c112ec9a94065296c7d1dc24c5684237f784b09279c2798677446ec97bcedc0')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  mkdir build
+  go build -o build/ ./...
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  "$pkgdir"/usr/bin/cosign completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cosign"
+
+  # build zsh completions
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
+  "$pkgdir"/usr/bin/cosign completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cosign"
+
+  # build fish completions
+  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
+  "$pkgdir

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

2021-12-08 Thread Christian Rebischke via arch-commits
Date: Thursday, December 9, 2021 @ 02:11:42
  Author: shibumi
Revision: 1065766

upgpkg: cosign 1.4.0-1

Modified:
  cosign/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:09:38 UTC (rev 1065765)
+++ PKGBUILD2021-12-09 02:11:42 UTC (rev 1065766)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=cosign
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('pcsclite')
 makedepends=('go' 'git')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('980ca972b7d66daea0788a7c8fa738ada5837102db29c8651f5e1b33d8ecb0e43dd8705ed9ec507f1cc2bb9e78ede87344a87640123f4395560dc4fb6b0db55a')
-b2sums=('71fd393a2e810edae0f198992aca00bbf73a55240e15125b5b82695dfbe0bfcaa3084bc5b8e14d9bc07cfd4a10b81aec014e4ac8b972d8dd96dd8e4159fb02ad')
+sha512sums=('08d06cce3369e750b93bae4d55bf6f039822d715ee0f49cdb757ea5f99724b208831f383e6b2f6509b5410f5b5be0a79b728bd07a135c9d9154c30f26438af7e')
+b2sums=('d7571400694613416a17fc83b6257b8c620c2021e4e9d63438c292c0605c7ed77c112ec9a94065296c7d1dc24c5684237f784b09279c2798677446ec97bcedc0')
 
 build(){
   cd "${pkgname}-${pkgver}"



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:09:38
  Author: felixonmars
Revision: 1065765

archrelease: copy trunk to community-staging-any

Added:
  python-installer/repos/community-staging-any/
  python-installer/repos/community-staging-any/PKGBUILD
(from rev 1065764, python-installer/trunk/PKGBUILD)

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

Copied: python-installer/repos/community-staging-any/PKGBUILD (from rev 
1065764, python-installer/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 02:09:38 UTC (rev 1065765)
@@ -0,0 +1,52 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=installer
+pkgname=python-$_pkgname
+pkgver=0.2.3
+pkgrel=2
+pkgdesc='Low-level library for installing a Python package from a wheel 
distribution'
+arch=('any')
+url='https://github.com/pradyunsg/installer'
+license=('MIT')
+depends=('python')
+makedepends=('git' 'python-setuptools' 'python-dephell'
+ 'python-sphinx' 'python-sphinx-furo' 'python-myst-parser')
+checkdepends=('python-pytest' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
+sha512sums=('daa80c11e734ffa520779c7e08df4779f41dec429ebf642f024d575cfd952da0bbd0cc78190ca1b50bbcff3adf5cf5d97c4f1f605714d5f8fd40a21a64fbe623')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+
+  PYTHONPATH=src sphinx-build -b dirhtml -v docs docs/build/html
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # remove windows entrypoint scripts executables
+  rm "$pkgdir"/usr/lib/python*/site-packages/installer/_scripts/*.exe
+
+  # install documentation
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:09:30
  Author: felixonmars
Revision: 1065764

upgpkg: python-installer 0.2.3-2: Python 3.10 rebuild

Modified:
  python-installer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:08:07 UTC (rev 1065763)
+++ PKGBUILD2021-12-09 02:09:30 UTC (rev 1065764)
@@ -3,7 +3,7 @@
 _pkgname=installer
 pkgname=python-$_pkgname
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Low-level library for installing a Python package from a wheel 
distribution'
 arch=('any')
 url='https://github.com/pradyunsg/installer'



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:08:07
  Author: felixonmars
Revision: 1065763

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-furo/repos/community-staging-any/
  python-sphinx-furo/repos/community-staging-any/PKGBUILD
(from rev 1065762, python-sphinx-furo/trunk/PKGBUILD)

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

Copied: python-sphinx-furo/repos/community-staging-any/PKGBUILD (from rev 
1065762, python-sphinx-furo/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 02:08:07 UTC (rev 1065763)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=furo
+pkgname=python-sphinx-$_pkgname
+pkgver=2021.11.23
+pkgrel=2
+pkgdesc='A clean customizable documentation theme for Sphinx'
+arch=('any')
+url='https://github.com/pradyunsg/furo'
+license=('MIT')
+depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
+makedepends=('python-build' 'python-pip' 'python-sphinx-theme-builder' 
'python-flit-core')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('921b2a2337d4ec4434a9cbccfbb1faacc42477ac75a37d0d6e0bc39827fbecfec362e631fa3ff9080b580e2a6b8bc77df933d964e3f552dcad1fff1af166b481')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build -nw
+
+  # docs disabled for now to unblock Python 3.10 update
+
+  # sphinx needs this theme installed because it is uses it.
+  # simply injecting the package to sys.path (via PYTHONPATH or similar)
+  # is not enough because sphinx looks for themes in the registered
+  # entrypoints, this means we actually have to install the package.
+  # for this we will create a venv with access to system packages and
+  # install the theme there, then we will build the documentation.
+
+  #python -m venv --system-site-packages doc-env
+  #doc-env/bin/python setup.py install --skip-build
+
+  #doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
+
+  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  #cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
+  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:07:59
  Author: felixonmars
Revision: 1065762

upgpkg: python-sphinx-furo 2021.11.23-2: Python 3.10 rebuild

Modified:
  python-sphinx-furo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:06:28 UTC (rev 1065761)
+++ PKGBUILD2021-12-09 02:07:59 UTC (rev 1065762)
@@ -3,7 +3,7 @@
 _pkgname=furo
 pkgname=python-sphinx-$_pkgname
 pkgver=2021.11.23
-pkgrel=1
+pkgrel=2
 pkgdesc='A clean customizable documentation theme for Sphinx'
 arch=('any')
 url='https://github.com/pradyunsg/furo'



[arch-commits] Commit in python-sphinx-theme-builder/repos (2 files)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:06:28
  Author: felixonmars
Revision: 1065761

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-theme-builder/repos/community-staging-any/
  python-sphinx-theme-builder/repos/community-staging-any/PKGBUILD
(from rev 1065760, python-sphinx-theme-builder/trunk/PKGBUILD)

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

Copied: python-sphinx-theme-builder/repos/community-staging-any/PKGBUILD (from 
rev 1065760, python-sphinx-theme-builder/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 02:06:28 UTC (rev 1065761)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinx-theme-builder
+pkgname=python-$_pkgname
+pkgver=0.2.0a12
+pkgrel=2
+pkgdesc='Python build backend for Sphinx themes'
+arch=('any')
+url='https://github.com/pradyunsg/sphinx-theme-builder'
+license=('BSD')
+depends=('python' 'python-packaging' 'python-rich' 'python-tomli' 
'python-nodeenv' 'python-setuptools' 'python-pep621')
+optdepends=('python-build: CLI'
+'python-click: CLI'
+'python-sphinx-autobuild: CLI')
+makedepends=('python-setuptools' 'python-dephell')
+checkdepends=('python-pytest' 'python-build' 'python-click' 
'python-sphinx-autobuild')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('58aa883d200ac26f357b1d1b0df500b0a4a05cbc143e97532eb32e5a422f2db2d33d6bb27445964f6833e2c9538115e85517245b16fd1cb6f538ab39122bc5b3')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-sphinx-theme-builder/trunk (PKGBUILD)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:06:19
  Author: felixonmars
Revision: 1065760

upgpkg: python-sphinx-theme-builder 0.2.0a12-2: Python 3.10 rebuild

Modified:
  python-sphinx-theme-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:05:06 UTC (rev 1065759)
+++ PKGBUILD2021-12-09 02:06:19 UTC (rev 1065760)
@@ -3,7 +3,7 @@
 _pkgname=sphinx-theme-builder
 pkgname=python-$_pkgname
 pkgver=0.2.0a12
-pkgrel=1
+pkgrel=2
 pkgdesc='Python build backend for Sphinx themes'
 arch=('any')
 url='https://github.com/pradyunsg/sphinx-theme-builder'



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:05:06
  Author: felixonmars
Revision: 1065759

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-autobuild/repos/community-staging-any/
  python-sphinx-autobuild/repos/community-staging-any/PKGBUILD
(from rev 1065758, python-sphinx-autobuild/trunk/PKGBUILD)

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

Copied: python-sphinx-autobuild/repos/community-staging-any/PKGBUILD (from rev 
1065758, python-sphinx-autobuild/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 02:05:06 UTC (rev 1065759)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinx-autobuild
+pkgname=python-$_pkgname
+pkgver=2020.09.01
+pkgrel=2
+pkgdesc='Rebuild Sphinx documentation on changes, with live-reload in the 
browser'
+arch=('any')
+url='https://github.com/executablebooks/sphinx-autobuild'
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-livereload')
+makedepends=('python-setuptools' 'python-dephell')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('fc72ba86749ff186eab52458241d687eaf99f5faf6f33ecd588f988826c5e3f02bd7a592c30d67faa122f146b2c483c2df7ad23937ee3ad46d80ed580063ce12')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:04:57
  Author: felixonmars
Revision: 1065758

upgpkg: python-sphinx-autobuild 2020.09.01-2: Python 3.10 rebuild

Modified:
  python-sphinx-autobuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:03:19 UTC (rev 1065757)
+++ PKGBUILD2021-12-09 02:04:57 UTC (rev 1065758)
@@ -3,7 +3,7 @@
 _pkgname=sphinx-autobuild
 pkgname=python-$_pkgname
 pkgver=2020.09.01
-pkgrel=1
+pkgrel=2
 pkgdesc='Rebuild Sphinx documentation on changes, with live-reload in the 
browser'
 arch=('any')
 url='https://github.com/executablebooks/sphinx-autobuild'



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:03:19
  Author: felixonmars
Revision: 1065757

archrelease: copy trunk to community-staging-any

Added:
  python-pep621/repos/community-staging-any/
  python-pep621/repos/community-staging-any/PKGBUILD
(from rev 1065756, python-pep621/trunk/PKGBUILD)

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

Copied: python-pep621/repos/community-staging-any/PKGBUILD (from rev 1065756, 
python-pep621/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 02:03:19 UTC (rev 1065757)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-pep621
+pkgver=0.4.0
+pkgrel=2
+pkgdesc='PEP 621 metadata parsing'
+arch=('any')
+url='https://github.com/FFY00/python-pep621'
+license=('MIT')
+depends=('python-packaging')
+makedepends=('git' 'python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
+checkdepends=('python-pytest' 'python-tomli')
+source=("git+$url#tag=$pkgver?signed")
+validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns 
(FFY00) 
+sha512sums=('SKIP')
+
+prepare() {
+  echo 'from setuptools import setup; setup()' >$pkgname/setup.py
+}
+
+build() {
+  cd $pkgname
+
+  python setup.py build
+
+  #PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
+}
+
+check() {
+  cd $pkgname
+
+  python -m pytest
+}
+
+package() {
+  cd $pkgname
+
+  python setup.py install --root="$pkgdir" --skip-build
+  python -m compileall --invalidation-mode=checked-hash "$pkgdir"
+
+  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  #cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 02:03:10
  Author: felixonmars
Revision: 1065756

upgpkg: python-pep621 0.4.0-2: Python 3.10 rebuild

Modified:
  python-pep621/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 02:01:54 UTC (rev 1065755)
+++ PKGBUILD2021-12-09 02:03:10 UTC (rev 1065756)
@@ -2,7 +2,7 @@
 
 pkgname=python-pep621
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='PEP 621 metadata parsing'
 arch=('any')
 url='https://github.com/FFY00/python-pep621'



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 02:01:54
  Author: foutrelis
Revision: 1065755

Disable docs for Python 3.10 rebuild

Modified:
  python-pep621/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 01:58:52 UTC (rev 1065754)
+++ PKGBUILD2021-12-09 02:01:54 UTC (rev 1065755)
@@ -23,7 +23,7 @@
 
   python setup.py build
 
-  PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
+  #PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
 }
 
 check() {
@@ -38,9 +38,9 @@
   python setup.py install --root="$pkgdir" --skip-build
   python -m compileall --invalidation-mode=checked-hash "$pkgdir"
 
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
-  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  #cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 01:58:52
  Author: felixonmars
Revision: 1065754

archrelease: copy trunk to community-staging-any

Added:
  python-livereload/repos/community-staging-any/
  python-livereload/repos/community-staging-any/PKGBUILD
(from rev 1065753, python-livereload/trunk/PKGBUILD)

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

Copied: python-livereload/repos/community-staging-any/PKGBUILD (from rev 
1065753, python-livereload/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 01:58:52 UTC (rev 1065754)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-livereload
+pkgver=2.6.3
+pkgrel=2
+pkgdesc='livereload server in python'
+arch=('any')
+url='https://github.com/lepture/python-livereload'
+license=('BSD')
+depends=('python' 'python-tornado')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('b17cb4d835eb9e812f8076f871164f6afb2fdc1aee9e35c5ef2d75be2c0403cee51d4eb30b029d7b35522f357ee8c3e9df926fd93511ba7d010ed2a69e8e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python -m pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 01:58:43
  Author: felixonmars
Revision: 1065753

upgpkg: python-livereload 2.6.3-2: Python 3.10 rebuild

Modified:
  python-livereload/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 01:54:44 UTC (rev 1065752)
+++ PKGBUILD2021-12-09 01:58:43 UTC (rev 1065753)
@@ -2,7 +2,7 @@
 
 pkgname=python-livereload
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='livereload server in python'
 arch=('any')
 url='https://github.com/lepture/python-livereload'



[arch-commits] Commit in python-pytest-runner/repos/community-staging-any (2 files)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 01:54:44
  Author: felixonmars
Revision: 1065752

archrelease: copy trunk to community-staging-any

Added:
  python-pytest-runner/repos/community-staging-any/PKGBUILD
(from rev 1065751, python-pytest-runner/trunk/PKGBUILD)
Deleted:
  python-pytest-runner/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 01:54:34 UTC (rev 1065751)
+++ PKGBUILD2021-12-09 01:54:44 UTC (rev 1065752)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-runner
-pkgver=5.3.1
-pkgrel=2
-pkgdesc="Invoke py.test as distutils command with dependency resolution"
-arch=('any')
-license=('MIT')
-url="https://github.com/pytest-dev/pytest-runner";
-depends=('python-pytest' 'python-setuptools')
-makedepends=('python-setuptools-scm' 'python-toml')
-checkdepends=('python-pytest-black' 'python-pytest-cov' 
'python-pytest-virtualenv'
-  'python-pytest-flake8' 'python-pytest-enabler')
-source=("https://github.com/pytest-dev/pytest-runner/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('3b3197e86d64e4e62a7d12e70c3e68ef539f88db2acf610951fa61f74e2a00eb64ba4faa8eb787b846f57c9a8f791f8ce6774c5b48a212a4244067c33256a0fa')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-runner-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-runner-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd pytest-runner-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pytest-runner/repos/community-staging-any/PKGBUILD (from rev 
1065751, python-pytest-runner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 01:54:44 UTC (rev 1065752)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-runner
+pkgver=5.3.1
+pkgrel=3
+pkgdesc="Invoke py.test as distutils command with dependency resolution"
+arch=('any')
+license=('MIT')
+url="https://github.com/pytest-dev/pytest-runner";
+depends=('python-pytest' 'python-setuptools')
+makedepends=('python-setuptools-scm' 'python-toml')
+checkdepends=('python-pytest-black' 'python-pytest-cov' 
'python-pytest-virtualenv'
+  'python-pytest-flake8' 'python-pytest-enabler')
+source=("https://github.com/pytest-dev/pytest-runner/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
+
$pkgname-python310.patch::https://github.com/pytest-dev/pytest-runner/pull/59.patch)
+sha512sums=('3b3197e86d64e4e62a7d12e70c3e68ef539f88db2acf610951fa61f74e2a00eb64ba4faa8eb787b846f57c9a8f791f8ce6774c5b48a212a4244067c33256a0fa'
+
'71fcdc8c55f7743ae66dad89ccfadf7650d1a8395f34b2107543a80653924915372e033395e669cb3901eb75b137419a03f3b5b08a5d1a5f27e13a1f5de62a74')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd pytest-runner-$pkgver
+  patch -Np1 -i ../$pkgname-python310.patch
+}
+
+build() {
+  cd pytest-runner-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-runner-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd pytest-runner-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 01:54:34
  Author: felixonmars
Revision: 1065751

upgpkg: python-pytest-runner 5.3.1-3: Python 3.10 rebuild

Modified:
  python-pytest-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 01:52:38 UTC (rev 1065750)
+++ PKGBUILD2021-12-09 01:54:34 UTC (rev 1065751)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-runner
 pkgver=5.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Invoke py.test as distutils command with dependency resolution"
 arch=('any')
 license=('MIT')



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 01:52:38
  Author: foutrelis
Revision: 1065750

Fix tests with Python 3.10

Modified:
  python-pytest-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 01:21:26 UTC (rev 1065749)
+++ PKGBUILD2021-12-09 01:52:38 UTC (rev 1065750)
@@ -11,11 +11,18 @@
 makedepends=('python-setuptools-scm' 'python-toml')
 checkdepends=('python-pytest-black' 'python-pytest-cov' 
'python-pytest-virtualenv'
   'python-pytest-flake8' 'python-pytest-enabler')
-source=("https://github.com/pytest-dev/pytest-runner/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('3b3197e86d64e4e62a7d12e70c3e68ef539f88db2acf610951fa61f74e2a00eb64ba4faa8eb787b846f57c9a8f791f8ce6774c5b48a212a4244067c33256a0fa')
+source=("https://github.com/pytest-dev/pytest-runner/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
+
$pkgname-python310.patch::https://github.com/pytest-dev/pytest-runner/pull/59.patch)
+sha512sums=('3b3197e86d64e4e62a7d12e70c3e68ef539f88db2acf610951fa61f74e2a00eb64ba4faa8eb787b846f57c9a8f791f8ce6774c5b48a212a4244067c33256a0fa'
+
'71fcdc8c55f7743ae66dad89ccfadf7650d1a8395f34b2107543a80653924915372e033395e669cb3901eb75b137419a03f3b5b08a5d1a5f27e13a1f5de62a74')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
+prepare() {
+  cd pytest-runner-$pkgver
+  patch -Np1 -i ../$pkgname-python310.patch
+}
+
 build() {
   cd pytest-runner-$pkgver
   python setup.py build



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

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 01:21:26
  Author: ffy00
Revision: 1065749

archrelease: copy trunk to community-any

Added:
  python-sphinx-furo/repos/community-any/PKGBUILD
(from rev 1065748, python-sphinx-furo/trunk/PKGBUILD)
Deleted:
  python-sphinx-furo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 01:21:23 UTC (rev 1065748)
+++ PKGBUILD2021-12-09 01:21:26 UTC (rev 1065749)
@@ -1,58 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=furo
-pkgname=python-sphinx-$_pkgname
-pkgver=2020.11.10.beta15
-pkgrel=3
-pkgdesc='A clean customizable documentation theme for Sphinx'
-arch=('any')
-url='https://github.com/pradyunsg/furo'
-license=('MIT')
-depends=('python-sphinx' 'python-beautifulsoup4')
-makedepends=('npm' 'gulp' 'python2' 'python-setuptools' 'python-dephell' 
'python-myst-parser' 'python-sphinx-inline-tabs')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('cadb1be5982b71f944397428515fc9821bd6874db6ce67a66f725342d109992ba2ad9d2de7029d17de4e6a2c5fb1746f3b4b5df92ba4d1fba66ac2b662746ea2')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  npm install
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  gulp build
-  rm -rf node_modules
-
-  # this should be in prepare() but it evaluates the package data when we run 
dephell,
-  # instead of using the glob module in setup.py or something similar, so we 
need to
-  # build the data first with gulp and only then we can generate the setup.py
-  dephell deps convert --from pyproject.toml --to setup.py
-
-  python setup.py build
-
-  # sphinx needs this theme installed because it is uses it.
-  # simply injecting the package to sys.path (via PYTHONPATH or similar)
-  # is not enough because sphinx looks for themes in the registered
-  # entrypoints, this means we actually have to install the package.
-  # for this we will create a venv with access to system packages and
-  # install the theme there, then we will build the documentation.
-
-  python -m venv --system-site-packages doc-env
-  doc-env/bin/python setup.py install --skip-build
-
-  doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
-  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sphinx-furo/repos/community-any/PKGBUILD (from rev 1065748, 
python-sphinx-furo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 01:21:26 UTC (rev 1065749)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=furo
+pkgname=python-sphinx-$_pkgname
+pkgver=2021.11.23
+pkgrel=1
+pkgdesc='A clean customizable documentation theme for Sphinx'
+arch=('any')
+url='https://github.com/pradyunsg/furo'
+license=('MIT')
+depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
+makedepends=('python-build' 'python-pip' 'python-sphinx-theme-builder' 
'python-flit-core')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('921b2a2337d4ec4434a9cbccfbb1faacc42477ac75a37d0d6e0bc39827fbecfec362e631fa3ff9080b580e2a6b8bc77df933d964e3f552dcad1fff1af166b481')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build -nw
+
+  # docs disabled for now to unblock Python 3.10 update
+
+  # sphinx needs this theme installed because it is uses it.
+  # simply injecting the package to sys.path (via PYTHONPATH or similar)
+  # is not enough because sphinx looks for themes in the registered
+  # entrypoints, this means we actually have to install the package.
+  # for this we will create a venv with access to system packages and
+  # install the theme there, then we will build the documentation.
+
+  #python -m venv --system-site-packages doc-env
+  #doc-env/bin/python setup.py install --skip-build
+
+  #doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
+
+  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  #cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
+  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 01:21:23
  Author: ffy00
Revision: 1065748

upgpkg: python-sphinx-furo 2021.11.23-1

Modified:
  python-sphinx-furo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 01:07:21 UTC (rev 1065747)
+++ PKGBUILD2021-12-09 01:21:23 UTC (rev 1065748)
@@ -2,36 +2,24 @@
 
 _pkgname=furo
 pkgname=python-sphinx-$_pkgname
-pkgver=2020.11.10.beta15
-pkgrel=3
+pkgver=2021.11.23
+pkgrel=1
 pkgdesc='A clean customizable documentation theme for Sphinx'
 arch=('any')
 url='https://github.com/pradyunsg/furo'
 license=('MIT')
-depends=('python-sphinx' 'python-beautifulsoup4')
-makedepends=('npm' 'gulp' 'python2' 'python-setuptools' 'python-dephell' 
'python-myst-parser' 'python-sphinx-inline-tabs')
+depends=('python-sphinx' 'python-pygments' 'python-beautifulsoup4')
+makedepends=('python-build' 'python-pip' 'python-sphinx-theme-builder' 
'python-flit-core')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('cadb1be5982b71f944397428515fc9821bd6874db6ce67a66f725342d109992ba2ad9d2de7029d17de4e6a2c5fb1746f3b4b5df92ba4d1fba66ac2b662746ea2')
+sha512sums=('921b2a2337d4ec4434a9cbccfbb1faacc42477ac75a37d0d6e0bc39827fbecfec362e631fa3ff9080b580e2a6b8bc77df933d964e3f552dcad1fff1af166b481')
 
-prepare() {
-  cd $_pkgname-$pkgver
-
-  npm install
-}
-
 build() {
   cd $_pkgname-$pkgver
 
-  gulp build
-  rm -rf node_modules
+  python -m build -nw
 
-  # this should be in prepare() but it evaluates the package data when we run 
dephell,
-  # instead of using the glob module in setup.py or something similar, so we 
need to
-  # build the data first with gulp and only then we can generate the setup.py
-  dephell deps convert --from pyproject.toml --to setup.py
+  # docs disabled for now to unblock Python 3.10 update
 
-  python setup.py build
-
   # sphinx needs this theme installed because it is uses it.
   # simply injecting the package to sys.path (via PYTHONPATH or similar)
   # is not enough because sphinx looks for themes in the registered
@@ -39,20 +27,20 @@
   # for this we will create a venv with access to system packages and
   # install the theme there, then we will build the documentation.
 
-  python -m venv --system-site-packages doc-env
-  doc-env/bin/python setup.py install --skip-build
+  #python -m venv --system-site-packages doc-env
+  #doc-env/bin/python setup.py install --skip-build
 
-  doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
+  #doc-env/bin/python /usr/bin/sphinx-build -b dirhtml -v docs build/docs/html
 }
 
 package() {
   cd $_pkgname-$pkgver
 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps dist/*.whl
 
-  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
-  cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
-  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+  #install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  #cp -r -a --no-preserve=ownership build/docs/html 
"$pkgdir"/usr/share/doc/$pkgname
+  #rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in python-sphinx-theme-builder/repos (2 files)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 01:07:21
  Author: ffy00
Revision: 1065747

archrelease: copy trunk to community-any

Added:
  python-sphinx-theme-builder/repos/community-any/
  python-sphinx-theme-builder/repos/community-any/PKGBUILD
(from rev 1065746, python-sphinx-theme-builder/trunk/PKGBUILD)

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

Copied: python-sphinx-theme-builder/repos/community-any/PKGBUILD (from rev 
1065746, python-sphinx-theme-builder/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-12-09 01:07:21 UTC (rev 1065747)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinx-theme-builder
+pkgname=python-$_pkgname
+pkgver=0.2.0a12
+pkgrel=1
+pkgdesc='Python build backend for Sphinx themes'
+arch=('any')
+url='https://github.com/pradyunsg/sphinx-theme-builder'
+license=('BSD')
+depends=('python' 'python-packaging' 'python-rich' 'python-tomli' 
'python-nodeenv' 'python-setuptools' 'python-pep621')
+optdepends=('python-build: CLI'
+'python-click: CLI'
+'python-sphinx-autobuild: CLI')
+makedepends=('python-setuptools' 'python-dephell')
+checkdepends=('python-pytest' 'python-build' 'python-click' 
'python-sphinx-autobuild')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('58aa883d200ac26f357b1d1b0df500b0a4a05cbc143e97532eb32e5a422f2db2d33d6bb27445964f6833e2c9538115e85517245b16fd1cb6f538ab39122bc5b3')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python-sphinx-theme-builder/trunk (PKGBUILD)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 01:07:19
  Author: ffy00
Revision: 1065746

upgpkg: python-sphinx-theme-builder 0.2.0a12-1

Added:
  python-sphinx-theme-builder/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 01:07:19 UTC (rev 1065746)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinx-theme-builder
+pkgname=python-$_pkgname
+pkgver=0.2.0a12
+pkgrel=1
+pkgdesc='Python build backend for Sphinx themes'
+arch=('any')
+url='https://github.com/pradyunsg/sphinx-theme-builder'
+license=('BSD')
+depends=('python' 'python-packaging' 'python-rich' 'python-tomli' 
'python-nodeenv' 'python-setuptools' 'python-pep621')
+optdepends=('python-build: CLI'
+'python-click: CLI'
+'python-sphinx-autobuild: CLI')
+makedepends=('python-setuptools' 'python-dephell')
+checkdepends=('python-pytest' 'python-build' 'python-click' 
'python-sphinx-autobuild')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('58aa883d200ac26f357b1d1b0df500b0a4a05cbc143e97532eb32e5a422f2db2d33d6bb27445964f6833e2c9538115e85517245b16fd1cb6f538ab39122bc5b3')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 01:04:51
  Author: ffy00
Revision: 1065744

upgpkg: python-sphinx-autobuild 2020.09.01-1

Added:
  python-sphinx-autobuild/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 01:04:51 UTC (rev 1065744)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinx-autobuild
+pkgname=python-$_pkgname
+pkgver=2020.09.01
+pkgrel=1
+pkgdesc='Rebuild Sphinx documentation on changes, with live-reload in the 
browser'
+arch=('any')
+url='https://github.com/executablebooks/sphinx-autobuild'
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-livereload')
+makedepends=('python-setuptools' 'python-dephell')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('fc72ba86749ff186eab52458241d687eaf99f5faf6f33ecd588f988826c5e3f02bd7a592c30d67faa122f146b2c483c2df7ad23937ee3ad46d80ed580063ce12')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 01:04:53
  Author: ffy00
Revision: 1065745

archrelease: copy trunk to community-any

Added:
  python-sphinx-autobuild/repos/community-any/
  python-sphinx-autobuild/repos/community-any/PKGBUILD
(from rev 1065744, python-sphinx-autobuild/trunk/PKGBUILD)

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

Copied: python-sphinx-autobuild/repos/community-any/PKGBUILD (from rev 1065744, 
python-sphinx-autobuild/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-12-09 01:04:53 UTC (rev 1065745)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=sphinx-autobuild
+pkgname=python-$_pkgname
+pkgver=2020.09.01
+pkgrel=1
+pkgdesc='Rebuild Sphinx documentation on changes, with live-reload in the 
browser'
+arch=('any')
+url='https://github.com/executablebooks/sphinx-autobuild'
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-livereload')
+makedepends=('python-setuptools' 'python-dephell')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('fc72ba86749ff186eab52458241d687eaf99f5faf6f33ecd588f988826c5e3f02bd7a592c30d67faa122f146b2c483c2df7ad23937ee3ad46d80ed580063ce12')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  PYTHONPATH=src pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 9, 2021 @ 01:02:39
  Author: svenstaro
Revision: 1065743

archrelease: copy trunk to community-testing-x86_64

Added:
  libtg_owt/repos/community-testing-x86_64/
  libtg_owt/repos/community-testing-x86_64/PKGBUILD
(from rev 1065742, libtg_owt/trunk/PKGBUILD)

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

Copied: libtg_owt/repos/community-testing-x86_64/PKGBUILD (from rev 1065742, 
libtg_owt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-12-09 01:02:39 UTC (rev 1065743)
@@ -0,0 +1,47 @@
+# Maintainer: Jiachen YANG 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=libtg_owt
+_commit=d5c3d43
+pkgver=0.git9.${_commit}
+pkgrel=1
+pkgdesc='WebRTC library'
+arch=('x86_64')
+url='https://github.com/desktop-app/tg_owt'
+license=('BSD')
+depends=('protobuf' 'libxrandr' 'libxcomposite' 'openssl' 'glibc' 'ffmpeg' 
'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 'libxtst')
+makedepends=('git' 'ninja' 'unzip' 'cmake')
+source=("tg_owt::git+${url}.git#commit=${_commit}"
+"libvpx::git+https://chromium.googlesource.com/webm/libvpx.git";
+"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git";
+"pipewire::git+https://github.com/PipeWire/pipewire.git";)
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+replaces=('libwebrtc')
+
+prepare() {
+  cd tg_owt
+  git submodule init
+  git config submodule.src/third_party/libvpx/source/libvpx.url 
"$srcdir"/libvpx
+  git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
+  git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire
+  git submodule update
+}
+
+build() {
+  cd tg_owt
+  cmake \
+-B build \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  cd tg_owt
+  DESTDIR="${pkgdir}/" ninja -C build install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 9, 2021 @ 01:02:07
  Author: svenstaro
Revision: 1065742

upgpkg: libtg_owt 0.git9.d5c3d43-1

Modified:
  libtg_owt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 01:01:29 UTC (rev 1065741)
+++ PKGBUILD2021-12-09 01:02:07 UTC (rev 1065742)
@@ -1,9 +1,9 @@
 # Maintainer: Jiachen YANG 
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 
 pkgname=libtg_owt
-_commit=d578c76
-pkgver=0.git8.${_commit}
+_commit=d5c3d43
+pkgver=0.git9.${_commit}
 pkgrel=1
 pkgdesc='WebRTC library'
 arch=('x86_64')



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

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 01:01:29
  Author: ffy00
Revision: 1065741

archrelease: copy trunk to community-any

Added:
  python-livereload/repos/community-any/
  python-livereload/repos/community-any/PKGBUILD
(from rev 1065740, python-livereload/trunk/PKGBUILD)

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

Copied: python-livereload/repos/community-any/PKGBUILD (from rev 1065740, 
python-livereload/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-12-09 01:01:29 UTC (rev 1065741)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-livereload
+pkgver=2.6.3
+pkgrel=1
+pkgdesc='livereload server in python'
+arch=('any')
+url='https://github.com/lepture/python-livereload'
+license=('BSD')
+depends=('python' 'python-tornado')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('b17cb4d835eb9e812f8076f871164f6afb2fdc1aee9e35c5ef2d75be2c0403cee51d4eb30b029d7b35522f357ee8c3e9df926fd93511ba7d010ed2a69e8e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python -m pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 01:01:26
  Author: ffy00
Revision: 1065740

upgpkg: python-livereload 2.6.3-1

Added:
  python-livereload/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 01:01:26 UTC (rev 1065740)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-livereload
+pkgver=2.6.3
+pkgrel=1
+pkgdesc='livereload server in python'
+arch=('any')
+url='https://github.com/lepture/python-livereload'
+license=('BSD')
+depends=('python' 'python-tornado')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('b17cb4d835eb9e812f8076f871164f6afb2fdc1aee9e35c5ef2d75be2c0403cee51d4eb30b029d7b35522f357ee8c3e9df926fd93511ba7d010ed2a69e8e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+#check() {
+#  cd $pkgname-$pkgver
+#
+#  python -m pytest
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (3 files)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:52:57
  Author: ffy00
Revision: 1065739

add root structure

Added:
  python-livereload/
  python-livereload/repos/
  python-livereload/trunk/



[arch-commits] Commit in python-pytest-mypy/repos/community-staging-any (2 files)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 00:52:37
  Author: felixonmars
Revision: 1065738

archrelease: copy trunk to community-staging-any

Added:
  python-pytest-mypy/repos/community-staging-any/PKGBUILD
(from rev 1065737, python-pytest-mypy/trunk/PKGBUILD)
Deleted:
  python-pytest-mypy/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   81 +
 1 file changed, 44 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 00:52:27 UTC (rev 1065737)
+++ PKGBUILD2021-12-09 00:52:37 UTC (rev 1065738)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-mypy
-pkgver=0.8.1
-pkgrel=2
-pkgdesc='Mypy static type checker plugin for Pytest'
-arch=('any')
-license=('MIT')
-url='https://github.com/dbader/pytest-mypy'
-depends=('mypy' 'python-filelock' 'python-pytest')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-xdist' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz";)
-sha512sums=('69f6ddf605bfcd075d6780f516f2f9821675762f8fee6a3d042f450f3544d8565ea0a3a905b5dd5d560278bffc28773faba9a09554ac9758ffcc24d13e3f316e')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-mypy-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-mypy-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest
-}
-
-package() {
-  cd pytest-mypy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-mypy/repos/community-staging-any/PKGBUILD (from rev 
1065737, python-pytest-mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 00:52:37 UTC (rev 1065738)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-mypy
+pkgver=0.8.1
+pkgrel=3
+pkgdesc='Mypy static type checker plugin for Pytest'
+arch=('any')
+license=('MIT')
+url='https://github.com/dbader/pytest-mypy'
+depends=('mypy' 'python-filelock' 'python-pytest')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-xdist' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz";
+
$pkgname-mypy-0.9x.patch::https://github.com/dbader/pytest-mypy/commit/4b0a8bf541bd.patch)
+sha512sums=('69f6ddf605bfcd075d6780f516f2f9821675762f8fee6a3d042f450f3544d8565ea0a3a905b5dd5d560278bffc28773faba9a09554ac9758ffcc24d13e3f316e'
+
'b1afc1fe631b636692998f019d803ec751cf5476e9feeb1263ac177022bfe3fafec8423d67ba52288d2ed687fdf1159911a3d04f0556f1f919afdf6e2a262d27')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd pytest-mypy-$pkgver
+  patch -Np1 -i ../$pkgname-mypy-0.9x.patch
+}
+
+build() {
+  cd pytest-mypy-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-mypy-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest
+}
+
+package() {
+  cd pytest-mypy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 00:52:27
  Author: felixonmars
Revision: 1065737

upgpkg: python-pytest-mypy 0.8.1-3: Python 3.10 rebuild

Modified:
  python-pytest-mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 00:48:09 UTC (rev 1065736)
+++ PKGBUILD2021-12-09 00:52:27 UTC (rev 1065737)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-mypy
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Mypy static type checker plugin for Pytest'
 arch=('any')
 license=('MIT')



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 00:48:09
  Author: foutrelis
Revision: 1065736

Fix tests with mypy 0.9x

Modified:
  python-pytest-mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 00:47:30 UTC (rev 1065735)
+++ PKGBUILD2021-12-09 00:48:09 UTC (rev 1065736)
@@ -10,11 +10,18 @@
 depends=('mypy' 'python-filelock' 'python-pytest')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-xdist' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz";)
-sha512sums=('69f6ddf605bfcd075d6780f516f2f9821675762f8fee6a3d042f450f3544d8565ea0a3a905b5dd5d560278bffc28773faba9a09554ac9758ffcc24d13e3f316e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dbader/pytest-mypy/archive/v$pkgver.tar.gz";
+
$pkgname-mypy-0.9x.patch::https://github.com/dbader/pytest-mypy/commit/4b0a8bf541bd.patch)
+sha512sums=('69f6ddf605bfcd075d6780f516f2f9821675762f8fee6a3d042f450f3544d8565ea0a3a905b5dd5d560278bffc28773faba9a09554ac9758ffcc24d13e3f316e'
+
'b1afc1fe631b636692998f019d803ec751cf5476e9feeb1263ac177022bfe3fafec8423d67ba52288d2ed687fdf1159911a3d04f0556f1f919afdf6e2a262d27')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
+prepare() {
+  cd pytest-mypy-$pkgver
+  patch -Np1 -i ../$pkgname-mypy-0.9x.patch
+}
+
 build() {
   cd pytest-mypy-$pkgver
   python setup.py build



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

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:47:30
  Author: ffy00
Revision: 1065735

archrelease: copy trunk to community-any

Added:
  python-pep621/repos/community-any/
  python-pep621/repos/community-any/PKGBUILD
(from rev 1065734, python-pep621/trunk/PKGBUILD)

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

Copied: python-pep621/repos/community-any/PKGBUILD (from rev 1065734, 
python-pep621/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-12-09 00:47:30 UTC (rev 1065735)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-pep621
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='PEP 621 metadata parsing'
+arch=('any')
+url='https://github.com/FFY00/python-pep621'
+license=('MIT')
+depends=('python-packaging')
+makedepends=('git' 'python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
+checkdepends=('python-pytest' 'python-tomli')
+source=("git+$url#tag=$pkgver?signed")
+validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns 
(FFY00) 
+sha512sums=('SKIP')
+
+prepare() {
+  echo 'from setuptools import setup; setup()' >$pkgname/setup.py
+}
+
+build() {
+  cd $pkgname
+
+  python setup.py build
+
+  PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
+}
+
+check() {
+  cd $pkgname
+
+  python -m pytest
+}
+
+package() {
+  cd $pkgname
+
+  python setup.py install --root="$pkgdir" --skip-build
+  python -m compileall --invalidation-mode=checked-hash "$pkgdir"
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:47:27
  Author: ffy00
Revision: 1065734

upgpkg: python-pep621 0.4.0-1

Added:
  python-pep621/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 00:47:27 UTC (rev 1065734)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-pep621
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='PEP 621 metadata parsing'
+arch=('any')
+url='https://github.com/FFY00/python-pep621'
+license=('MIT')
+depends=('python-packaging')
+makedepends=('git' 'python-setuptools' 'python-sphinx' 
'python-sphinx-autodoc-typehints' 'python-sphinx-furo')
+checkdepends=('python-pytest' 'python-tomli')
+source=("git+$url#tag=$pkgver?signed")
+validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2') # Filipe Laíns 
(FFY00) 
+sha512sums=('SKIP')
+
+prepare() {
+  echo 'from setuptools import setup; setup()' >$pkgname/setup.py
+}
+
+build() {
+  cd $pkgname
+
+  python setup.py build
+
+  PYTHONPATH=. sphinx-build -b dirhtml -v docs docs/build/html
+}
+
+check() {
+  cd $pkgname
+
+  python -m pytest
+}
+
+package() {
+  cd $pkgname
+
+  python setup.py install --root="$pkgdir" --skip-build
+  python -m compileall --invalidation-mode=checked-hash "$pkgdir"
+
+  install -dm 755 "$pkgdir"/usr/share/doc/$pkgname
+  cp -r -a --no-preserve=ownership docs/build/html 
"$pkgdir"/usr/share/doc/$pkgname
+  rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (python-pep621 python-pep621/repos python-pep621/trunk)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:41:38
  Author: ffy00
Revision: 1065733

add root structure

Added:
  python-pep621/
  python-pep621/repos/
  python-pep621/trunk/



[arch-commits] Commit in (3 files)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:35:20
  Author: ffy00
Revision: 1065732

add root structure

Added:
  python-sphinx-autobuild/
  python-sphinx-autobuild/repos/
  python-sphinx-autobuild/trunk/



[arch-commits] Commit in (3 files)

2021-12-08 Thread Filipe Laíns via arch-commits
Date: Thursday, December 9, 2021 @ 00:31:08
  Author: ffy00
Revision: 1065731

add root structure

Added:
  python-sphinx-theme-builder/
  python-sphinx-theme-builder/repos/
  python-sphinx-theme-builder/trunk/



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 00:25:02
  Author: felixonmars
Revision: 1065730

archrelease: copy trunk to community-staging-any

Added:
  python-pony/repos/community-staging-any/
  python-pony/repos/community-staging-any/PKGBUILD
(from rev 1065729, python-pony/trunk/PKGBUILD)

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

Copied: python-pony/repos/community-staging-any/PKGBUILD (from rev 1065729, 
python-pony/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-09 00:25:02 UTC (rev 1065730)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=pony
+pkgname=python-$_pkgname
+pkgver=0.7.14
+pkgrel=3
+pkgdesc='Pony Object Relational Mapper'
+arch=('any')
+url='https://github.com/ponyorm/pony'
+depends=('python')
+makedepends=('python-setuptools' 'git')
+license=('Apache')
+#source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+_commit=54fbc80f8a9d3469d7687e1751b1679252a6a910  # py_3_10_dev
+source=(git+https://github.com/ponyorm/pony#commit=$_commit)
+sha512sums=('SKIP')
+
+build() {
+  #cd $_pkgname-$pkgver
+  cd $_pkgname
+
+  python setup.py build
+}
+
+check() {
+  #cd $_pkgname-$pkgver
+  cd $_pkgname
+
+  python setup.py test
+}
+
+package() {
+  #cd $_pkgname-$pkgver
+  cd $_pkgname
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  rm -rf "$pkgdir"/usr/lib/python*/site-packages/pony/orm/tests
+}



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 00:24:53
  Author: felixonmars
Revision: 1065729

upgpkg: python-pony 0.7.14-3: Python 3.10 rebuild

Modified:
  python-pony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 00:23:53 UTC (rev 1065728)
+++ PKGBUILD2021-12-09 00:24:53 UTC (rev 1065729)
@@ -3,7 +3,7 @@
 _pkgname=pony
 pkgname=python-$_pkgname
 pkgver=0.7.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Pony Object Relational Mapper'
 arch=('any')
 url='https://github.com/ponyorm/pony'



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

2021-12-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 9, 2021 @ 00:23:53
  Author: foutrelis
Revision: 1065728

Use py_3_10_dev branch for Python 3.10

Modified:
  python-pony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 00:14:26 UTC (rev 1065727)
+++ PKGBUILD2021-12-09 00:23:53 UTC (rev 1065728)
@@ -8,25 +8,30 @@
 arch=('any')
 url='https://github.com/ponyorm/pony'
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
 license=('Apache')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ed27fd697dd14948c282dab6b75e41c9309d0ef4c4cccb0f91e4214e81de52a2de3910e413dfc5495ffcea190a5b50255c45b2beecead84eecb601ba2463d998')
+#source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+_commit=54fbc80f8a9d3469d7687e1751b1679252a6a910  # py_3_10_dev
+source=(git+https://github.com/ponyorm/pony#commit=$_commit)
+sha512sums=('SKIP')
 
 build() {
-  cd $_pkgname-$pkgver
+  #cd $_pkgname-$pkgver
+  cd $_pkgname
 
   python setup.py build
 }
 
 check() {
-  cd $_pkgname-$pkgver
+  #cd $_pkgname-$pkgver
+  cd $_pkgname
 
   python setup.py test
 }
 
 package() {
-  cd $_pkgname-$pkgver
+  #cd $_pkgname-$pkgver
+  cd $_pkgname
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 



[arch-commits] Commit in python-pytest-enabler/repos/community-staging-any (2 files)

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 00:14:26
  Author: felixonmars
Revision: 1065727

archrelease: copy trunk to community-staging-any

Added:
  python-pytest-enabler/repos/community-staging-any/PKGBUILD
(from rev 1065726, python-pytest-enabler/trunk/PKGBUILD)
Deleted:
  python-pytest-enabler/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-09 00:14:16 UTC (rev 1065726)
+++ PKGBUILD2021-12-09 00:14:26 UTC (rev 1065727)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-enabler
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Enable installed pytest plugins'
-arch=('any')
-license=('MIT')
-url='https://github.com/jaraco/pytest-enabler'
-depends=('python-toml' 'python-jaraco' 'python-jaraco.context' 
'python-more-itertools')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-jaraco.test' 'python-pytest-black' 
'python-pytest-checkdocs'
-  'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-mypy')
-source=("https://github.com/jaraco/pytest-enabler/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('b21ea6cbb12704d2602e408ad8145c6e67949be0b5bcd7506252a3b6b7142484c3ff508e595d5097929f0c7b3231431d53cad3bffb350f03a24eb65e35424349')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-enabler-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-enabler-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd pytest-enabler-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-enabler/repos/community-staging-any/PKGBUILD (from rev 
1065726, python-pytest-enabler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-09 00:14:26 UTC (rev 1065727)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-enabler
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Enable installed pytest plugins'
+arch=('any')
+license=('MIT')
+url='https://github.com/jaraco/pytest-enabler'
+depends=('python-toml' 'python-jaraco' 'python-jaraco.context' 
'python-more-itertools')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-jaraco.test' 'python-pytest-black' 
'python-pytest-checkdocs'
+  'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-mypy'
+  'python-pip')
+source=("https://github.com/jaraco/pytest-enabler/archive/v$pkgver/$pkgname-$pkgver.tar.gz";
+
"https://files.pythonhosted.org/packages/source/t/types-toml/types-toml-0.10.1.tar.gz";)
+sha512sums=('b21ea6cbb12704d2602e408ad8145c6e67949be0b5bcd7506252a3b6b7142484c3ff508e595d5097929f0c7b3231431d53cad3bffb350f03a24eb65e35424349'
+
'001757f956dd3af0688a6544b90ba415b26ab3128e0fbb238f4dfaf0bab6b5795d5598bcc9422d854ea235acbc9e78b245c17f9ebc9ad9251ae3c0722b382812')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd pytest-enabler-$pkgver
+  # no idea what this is or why mypy wants it
+  ln -s ../types-toml-0.10.1/toml-stubs .
+}
+
+build() {
+  cd pytest-enabler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-enabler-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd pytest-enabler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-12-08 Thread Felix Yan via arch-commits
Date: Thursday, December 9, 2021 @ 00:14:16
  Author: felixonmars
Revision: 1065726

upgpkg: python-pytest-enabler 1.2.0-3: Python 3.10 rebuild

Modified:
  python-pytest-enabler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-09 00:12:44 UTC (rev 1065725)
+++ PKGBUILD2021-12-09 00:14:16 UTC (rev 1065726)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-enabler
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Enable installed pytest plugins'
 arch=('any')
 license=('MIT')



  1   2   3   >