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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 1, 2021 @ 07:24:01
  Author: arojas
Revision: 1059107

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 07:23:50 UTC (rev 1059106)
+++ PKGBUILD2021-12-01 07:24:01 UTC (rev 1059107)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Tatschner 
-# Contributor: katt 
-
-pkgname=yt-dlp
-pkgver=2021.11.10.1
-pkgrel=1
-pkgdesc='A youtube-dl fork with additional features and fixes'
-arch=(any)
-url='https://github.com/yt-dlp/yt-dlp'
-license=(Unlicense)
-depends=(python-mutagen python-pycryptodomex python-websockets)
-makedepends=(python-setuptools pandoc)
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'aria2: for using aria2 as external downloader')
-source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b0bfe3a1e7c3a9a1e24219c36eaf8604328b29cc3560387f75506f45b78ea695')
-
-build() {
-  cd $pkgname-$pkgver
-  make pypi-files
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: yt-dlp/repos/community-any/PKGBUILD (from rev 1059106, 
yt-dlp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 07:24:01 UTC (rev 1059107)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Tatschner 
+# Contributor: katt 
+
+pkgname=yt-dlp
+pkgver=2021.12.01
+pkgrel=1
+pkgdesc='A youtube-dl fork with additional features and fixes'
+arch=(any)
+url='https://github.com/yt-dlp/yt-dlp'
+license=(Unlicense)
+depends=(python-mutagen python-pycryptodomex python-websockets)
+makedepends=(python-setuptools pandoc)
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'aria2: for using aria2 as external downloader')
+source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('c3ae873c1ab51399ae1024db65a28ee06681328ca87da69c0af03edaa04c6770')
+
+build() {
+  cd $pkgname-$pkgver
+  make pypi-files
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 1, 2021 @ 07:23:50
  Author: arojas
Revision: 1059106

Update to 2021.12.01

Modified:
  yt-dlp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 02:22:40 UTC (rev 1059105)
+++ PKGBUILD2021-12-01 07:23:50 UTC (rev 1059106)
@@ -3,7 +3,7 @@
 # Contributor: katt 
 
 pkgname=yt-dlp
-pkgver=2021.11.10.1
+pkgver=2021.12.01
 pkgrel=1
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
@@ -16,7 +16,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'aria2: for using aria2 as external downloader')
 
source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b0bfe3a1e7c3a9a1e24219c36eaf8604328b29cc3560387f75506f45b78ea695')
+sha256sums=('c3ae873c1ab51399ae1024db65a28ee06681328ca87da69c0af03edaa04c6770')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in python-poetry/repos (5 files)

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 02:22:40
  Author: felixonmars
Revision: 1059105

archrelease: copy trunk to community-staging-any

Added:
  python-poetry/repos/community-staging-any/
  
python-poetry/repos/community-staging-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
(from rev 1059104, 
python-poetry/trunk/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch)
  
python-poetry/repos/community-staging-any/0001-tests-cleanup-cache-and-http-usage.patch
(from rev 1059104, 
python-poetry/trunk/0001-tests-cleanup-cache-and-http-usage.patch)
  python-poetry/repos/community-staging-any/PKGBUILD
(from rev 1059104, python-poetry/trunk/PKGBUILD)
  python-poetry/repos/community-staging-any/poetry-completions-generator
(from rev 1059104, python-poetry/trunk/poetry-completions-generator)

-+
 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch |   53 
 0001-tests-cleanup-cache-and-http-usage.patch   |  558 
++
 PKGBUILD|   79 +
 poetry-completions-generator|   15 
 4 files changed, 705 insertions(+)

Copied: 
python-poetry/repos/community-staging-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
 (from rev 1059104, 
python-poetry/trunk/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch)
===
--- 
community-staging-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
   (rev 0)
+++ 
community-staging-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
   2021-12-01 02:22:40 UTC (rev 1059105)
@@ -0,0 +1,53 @@
+From cc5b938f7f9e3c536f4a60c35cdd2085b3933618 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Mon, 27 Apr 2020 21:51:57 -0400
+Subject: [PATCH] Fix completely broken dependencies.
+
+poetry habitually engages in:
+- dependency versions which are known to be too pessimistic
+- multiple editions of dependencies per python version
+
+The former all work just fine in reported use and should not be pinned; we
+package versions in Arch which are "too new". This is what unittests are
+for, anyway.
+
+The latter tries to enforce minimum versions of dependencies, but pins
+it twice, once with more relaxed pinning for older versions of python.
+If an old version works, it works irrespective of the python version,
+and you don't need to use minimum requirements as your mallet to force
+people to upgrade to the latest version anyway.
+https://github.com/dephell/dephell/issues/330
+---
+ pyproject.toml | 11 ++-
+ 1 file changed, 2 insertions(+), 9 deletions(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 8c1f137..81ebc89 100644
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -51,20 +51,13 @@ futures = { version = "^3.3.0", python = "~2.7" }
+ glob2 = { version = "^0.6", python = "~2.7" }
+ # functools32 is needed for Python 2.7
+ functools32 = { version = "^3.2.3", python = "~2.7" }
+-keyring = [
+-{ version = "^18.0.1", python = "~2.7" },
+-{ version = "^20.0.1", python = "~3.5" },
+-{ version = "^21.2.0", python = "^3.6" }
+-]
++keyring = "*"
+ # Use subprocess32 for Python 2.7
+ subprocess32 = { version = "^3.5", python = "~2.7" }
+ importlib-metadata = {version = "^1.6.0", python = "<3.8"}
+ 
+ [tool.poetry.dev-dependencies]
+-pytest = [
+-{version = "^4.1", python = "<3.5"},
+-{version = "^5.4.3", python = ">=3.5"}
+-]
++pytest = { version = ">=4.1" }
+ pytest-cov = "^2.5"
+ pytest-mock = "^1.9"
+ pre-commit = { version = "^2.6", python = "^3.6.1" }
+-- 
+2.28.0
+

Copied: 
python-poetry/repos/community-staging-any/0001-tests-cleanup-cache-and-http-usage.patch
 (from rev 1059104, 
python-poetry/trunk/0001-tests-cleanup-cache-and-http-usage.patch)
===
--- community-staging-any/0001-tests-cleanup-cache-and-http-usage.patch 
(rev 0)
+++ community-staging-any/0001-tests-cleanup-cache-and-http-usage.patch 
2021-12-01 02:22:40 UTC (rev 1059105)
@@ -0,0 +1,558 @@
+From c966775dd5cce42353a32b4df67a03699aa8d445 Mon Sep 17 00:00:00 2001
+From: Arun Babu Neelicattu 
+Date: Tue, 20 Oct 2020 18:32:36 +0200
+Subject: [PATCH] tests: cleanup cache and http usage
+
+- ensure tests rely on temporary cache directory
+- remove external http call requirement for lock --no-update
+
+Relates-to: #1645
+(cherry picked from commit bf61dd56399b5d0cfadf66fed72b4d63062a827f)
+
+# Conflicts:
+#  tests/console/commands/test_config.py
+#  tests/console/commands/test_lock.py
+#  tests/utils/test_env.py
+---
+ tests/config/test_config.py   |   4 +-
+ tests/conftest.py |  21 ++-
+ tests/console/commands/test_config.py |  30 ++--
+ 

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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 02:22:28
  Author: felixonmars
Revision: 1059104

upgpkg: python-poetry 1.1.11-2: Python 3.10 rebuild

Modified:
  python-poetry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 02:21:05 UTC (rev 1059103)
+++ PKGBUILD2021-12-01 02:22:28 UTC (rev 1059104)
@@ -4,7 +4,7 @@
 _pkgname=poetry
 pkgname=python-poetry
 pkgver=1.1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Python dependency management and packaging made easy"
 arch=('any')
 url="https://poetry.eustace.io/;



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 02:21:05
  Author: felixonmars
Revision: 1059103

archrelease: copy trunk to community-staging-any

Added:
  python-poetry-core/repos/community-staging-any/
  python-poetry-core/repos/community-staging-any/PKGBUILD
(from rev 1059102, python-poetry-core/trunk/PKGBUILD)

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

Copied: python-poetry-core/repos/community-staging-any/PKGBUILD (from rev 
1059102, python-poetry-core/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 02:21:05 UTC (rev 1059103)
@@ -0,0 +1,53 @@
+# Maintainer: Eli Schwartz 
+# Contributor: George Rawlinson 
+
+_pkgname=poetry-core
+pkgname=python-poetry-core
+pkgver=1.0.7
+pkgrel=2
+pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
+arch=('any')
+url="https://github.com/python-poetry/${_pkgname};
+license=('MIT')
+_deps=('jsonschema' 'lark-parser' 'packaging' 'tomlkit')
+depends=("${_deps[@]/#/python-}")
+makedepends=('python-dephell')
+checkdepends=('git' 'python-pytest' 'python-pytest-mock' 'python-virtualenv')
+conflicts=('python-poetry<1.1.0')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('a4a99d2d0adb54d69acaa6d852bc9d41818b5a2d751aa23a9543e32bc4e6660d')
+b2sums=('570f13e3c7298fd822a38b75c49c623bde4fa780b3787c3c9cfa3939bb68fee3eeaf6190013117a6e751cb6f87a15b343ba183529fcc07d30e37988097954d4a')
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+
+# remove vendored dependencies
+sed -i '/^__version__/!d' poetry/core/__init__.py
+rm -r poetry/core/_vendor
+
+# be a proper namespace, python3-only ;)
+rm poetry/__init__.py
+
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+
+# only works inside git repositories
+pytest \
+-k 'not test_default_with_excluded_data and not 
test_default_src_with_excluded_data'
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 02:20:57
  Author: felixonmars
Revision: 1059102

upgpkg: python-poetry-core 1.0.7-2: Python 3.10 rebuild

Modified:
  python-poetry-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 02:18:01 UTC (rev 1059101)
+++ PKGBUILD2021-12-01 02:20:57 UTC (rev 1059102)
@@ -4,7 +4,7 @@
 _pkgname=poetry-core
 pkgname=python-poetry-core
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
 arch=('any')
 url="https://github.com/python-poetry/${_pkgname};



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 02:18:01
  Author: felixonmars
Revision: 1059101

archrelease: copy trunk to community-staging-any

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

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

Copied: python-libcst/repos/community-staging-any/PKGBUILD (from rev 1059100, 
python-libcst/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 02:18:01 UTC (rev 1059101)
@@ -0,0 +1,44 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=LibCST
+pkgname=python-libcst
+pkgver=0.3.20
+pkgrel=3
+pkgdesc="A concrete syntax tree parser and serializer library for Python that 
preserves many aspects of Python's abstract syntax tree"
+arch=('any')
+url='https://github.com/Instagram/LibCST'
+license=('MIT')
+depends=('python-typing_extensions' 'python-typing_inspect' 'python-yaml')
+makedepends=('python-setuptools' 'python-isort' 'python-black')
+checkdepends=('python-hypothesis' 'python-hypothesmith')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('03920d896850a228c3e48d9eb6256d6e781829965a6ccc4a8d9051ea8ad21a86c25b95cb4aef03b0fd3bd8d45694398dd7e30aeefc9d1b530747ee85ba73861f')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  sed -i 's/import AbstractBaseMatcherNodeMeta/import Optional, 
AbstractBaseMatcherNodeMeta/' libcst/codegen/gen_matcher_classes.py
+  python -m libcst.codegen.generate matchers
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python -m unittest
+}
+
+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-libcst/trunk (PKGBUILD)

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 02:17:54
  Author: felixonmars
Revision: 1059100

upgpkg: python-libcst 0.3.20-3: Python 3.10 rebuild

Modified:
  python-libcst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 01:08:02 UTC (rev 1059099)
+++ PKGBUILD2021-12-01 02:17:54 UTC (rev 1059100)
@@ -3,7 +3,7 @@
 _pkgname=LibCST
 pkgname=python-libcst
 pkgver=0.3.20
-pkgrel=2
+pkgrel=3
 pkgdesc="A concrete syntax tree parser and serializer library for Python that 
preserves many aspects of Python's abstract syntax tree"
 arch=('any')
 url='https://github.com/Instagram/LibCST'



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 01:44:19
  Author: foutrelis
Revision: 429865

Revert back to using flit

Modified:
  python-tomli-w/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 01:42:28 UTC (rev 429864)
+++ PKGBUILD2021-12-01 01:44:19 UTC (rev 429865)
@@ -10,7 +10,9 @@
 depends=(python)
 makedepends=(
   git
-  python-dephell
+  python-flit
+  python-pip
+  python-poetry
 )
 checkdepends=(
   python-pytest
@@ -25,14 +27,9 @@
   git describe --tags
 }
 
-prepare() {
-  cd tomli-w
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
 build() {
   cd tomli-w
-  python setup.py build
+  python -m flit build --format wheel
 }
 
 check() {
@@ -41,9 +38,8 @@
 }
 
 package() {
-  cd tomli-w
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-tomli-w/
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps tomli-w/dist/*.whl
+  install -Dm 644 tomli-w/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-tomli-w/
 }
 
 # vim: ts=2 sw=2 et:



[arch-commits] Commit in python-tomli-w/repos (staging-any staging-any/PKGBUILD)

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 01:42:28
  Author: foutrelis
Revision: 429864

archrelease: copy trunk to staging-any

Added:
  python-tomli-w/repos/staging-any/
  python-tomli-w/repos/staging-any/PKGBUILD
(from rev 429863, python-tomli-w/trunk/PKGBUILD)

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

Copied: python-tomli-w/repos/staging-any/PKGBUILD (from rev 429863, 
python-tomli-w/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2021-12-01 01:42:28 UTC (rev 429864)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-tomli-w
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="A lil' TOML writer"
+url=https://github.com/hukkin/tomli-w
+license=(MIT)
+arch=(any)
+depends=(python)
+makedepends=(
+  git
+  python-dephell
+)
+checkdepends=(
+  python-pytest
+  python-tomli
+)
+_tag=22874ff44581f34810e6f19fb6f682ca39fe0fce
+source=(git+https://github.com/hukkin/tomli-w.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd tomli-w
+  git describe --tags
+}
+
+prepare() {
+  cd tomli-w
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd tomli-w
+  python setup.py build
+}
+
+check() {
+  cd tomli-w
+  python -m pytest
+}
+
+package() {
+  cd tomli-w
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-tomli-w/
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 01:42:25
  Author: foutrelis
Revision: 429863

upgpkg: python-tomli-w 0.4.0-2: Python 3.10 rebuild

Modified:
  python-tomli-w/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 23:01:44 UTC (rev 429862)
+++ PKGBUILD2021-12-01 01:42:25 UTC (rev 429863)
@@ -2,7 +2,7 @@
 
 pkgname=python-tomli-w
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A lil' TOML writer"
 url=https://github.com/hukkin/tomli-w
 license=(MIT)
@@ -10,9 +10,7 @@
 depends=(python)
 makedepends=(
   git
-  python-flit
-  python-pip
-  python-poetry
+  python-dephell
 )
 checkdepends=(
   python-pytest
@@ -27,9 +25,14 @@
   git describe --tags
 }
 
+prepare() {
+  cd tomli-w
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
 build() {
   cd tomli-w
-  python -m flit build --format wheel
+  python setup.py build
 }
 
 check() {
@@ -38,8 +41,9 @@
 }
 
 package() {
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" 
--ignore-installed --no-deps tomli-w/dist/*.whl
-  install -Dm 644 tomli-w/LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-tomli-w/
+  cd tomli-w
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-tomli-w/
 }
 
 # vim: ts=2 sw=2 et:



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 01:08:02
  Author: foutrelis
Revision: 1059099

archrelease: copy trunk to community-staging-any

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

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

Copied: python-mccabe/repos/community-staging-any/PKGBUILD (from rev 1059098, 
python-mccabe/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 01:08:02 UTC (rev 1059099)
@@ -0,0 +1,35 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+
+_pyname=mccabe
+pkgname=python-$_pyname
+pkgver=0.6.1
+pkgrel=10
+pkgdesc='McCabe complexity checker for Python'
+arch=(any)
+url="https://github.com/PyCQA/$_pyname;
+license=('custom:Expat')
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest
+  python-pytest-runner)
+_archive="$_pyname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('2748af6516175b94be318cd8226fa50b5339b9dc886bce378ac2afb37a157524')
+
+build() {
+   cd "$_archive"
+   python setup.py build
+}
+
+check() {
+   cd "$_archive"
+   pytest
+}
+
+package() {
+   cd "$_archive"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 01:07:59
  Author: foutrelis
Revision: 1059098

upgpkg: python-mccabe 0.6.1-10: Python 3.10 rebuild

Modified:
  python-mccabe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 01:00:31 UTC (rev 1059097)
+++ PKGBUILD2021-12-01 01:07:59 UTC (rev 1059098)
@@ -5,7 +5,7 @@
 _pyname=mccabe
 pkgname=python-$_pyname
 pkgver=0.6.1
-pkgrel=9
+pkgrel=10
 pkgdesc='McCabe complexity checker for Python'
 arch=(any)
 url="https://github.com/PyCQA/$_pyname;



[arch-commits] Commit in nextcloud-app-mail/repos/community-any (PKGBUILD PKGBUILD)

2021-11-30 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 1, 2021 @ 01:00:31
  Author: spupykin
Revision: 1059097

archrelease: copy trunk to community-any

Added:
  nextcloud-app-mail/repos/community-any/PKGBUILD
(from rev 1059096, nextcloud-app-mail/trunk/PKGBUILD)
Deleted:
  nextcloud-app-mail/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 01:00:24 UTC (rev 1059096)
+++ PKGBUILD2021-12-01 01:00:31 UTC (rev 1059097)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-_name=mail
-pkgver=1.10.5
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/mail;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=('ripgrep' 'yq')
-groups=('nextcloud-apps')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('cccdd3e5cc892f0a3542531ad6380811d59fccef8f0d79030f94dd83188eda7447bb70317cc834c9f1d20857d71619d79acb7481b4cea9b25374973d4aaec219')
-
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
-}
-
-check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
-exit 1
-  fi
-}
-
-package() {
-  _get_nextcloud_versions
-  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
-
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
-}

Copied: nextcloud-app-mail/repos/community-any/PKGBUILD (from rev 1059096, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 01:00:31 UTC (rev 1059097)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+_name=mail
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/mail;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=('ripgrep' 'yq')
+groups=('nextcloud-apps')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v${pkgver}/mail.tar.gz;)
+sha512sums=('098f308339163b052c3ddf6eb6ff3cc7162358df1cf84789ac8175c697aa0d601d9e2e2a68a9337ca505636a2e8bce406bb937b1cbfbd691e3975493ec66b905')
+
+_get_nextcloud_versions() {
+  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
+}
+
+check() {
+  local _app_min_major_version
+  local _app_max_major_version
+  _get_nextcloud_versions
+
+  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
+  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
+printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
+exit 1
+  fi
+}
+
+package() {
+  _get_nextcloud_versions
+  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
+
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}



[arch-commits] Commit in nextcloud-app-mail/trunk (PKGBUILD)

2021-11-30 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 1, 2021 @ 01:00:24
  Author: spupykin
Revision: 1059096

upgpkg: nextcloud-app-mail 1.11.0-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 01:00:17 UTC (rev 1059095)
+++ PKGBUILD2021-12-01 01:00:24 UTC (rev 1059096)
@@ -4,7 +4,7 @@
 
 pkgname=nextcloud-app-mail
 _name=mail
-pkgver=1.10.5
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('nextcloud-apps')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('cccdd3e5cc892f0a3542531ad6380811d59fccef8f0d79030f94dd83188eda7447bb70317cc834c9f1d20857d71619d79acb7481b4cea9b25374973d4aaec219')
+sha512sums=('098f308339163b052c3ddf6eb6ff3cc7162358df1cf84789ac8175c697aa0d601d9e2e2a68a9337ca505636a2e8bce406bb937b1cbfbd691e3975493ec66b905')
 
 _get_nextcloud_versions() {
   _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 01:00:17
  Author: felixonmars
Revision: 1059095

archrelease: copy trunk to community-staging-any

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

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

Copied: python-tzdata/repos/community-staging-any/PKGBUILD (from rev 1059094, 
python-tzdata/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 01:00:17 UTC (rev 1059095)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella 
+
+_name=tzdata
+pkgname=python-tzdata
+pkgver=2021.5
+pkgrel=2
+pkgdesc='Provider of IANA time zone data'
+arch=('any')
+url=https://github.com/python/tzdata
+license=('Apache')
+depends=('python')
+makedepends=('python-build' 'python-install' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-pytest' 'python-pytest-subtests')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('68dbe41afd01b867894bbdfd54fa03f468cfa4f0086bfb4adcd8de8f24f3ee21')
+b2sums=('c49681397bddd41a575216549700e9095dedec5306cc653c8f47a3eda811b83fff408efbc67f849cc52548befbc9888dd05bc9c2d8f1b297dff0a46da6909982')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 01:00:09
  Author: felixonmars
Revision: 1059094

upgpkg: python-tzdata 2021.5-2: Python 3.10 rebuild

Modified:
  python-tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:54:26 UTC (rev 1059093)
+++ PKGBUILD2021-12-01 01:00:09 UTC (rev 1059094)
@@ -3,7 +3,7 @@
 _name=tzdata
 pkgname=python-tzdata
 pkgver=2021.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Provider of IANA time zone data'
 arch=('any')
 url=https://github.com/python/tzdata



[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2021-11-30 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 1, 2021 @ 00:54:26
  Author: spupykin
Revision: 1059093

archrelease: copy trunk to community-any

Added:
  nextcloud-app-calendar/repos/community-any/PKGBUILD
(from rev 1059092, nextcloud-app-calendar/trunk/PKGBUILD)
Deleted:
  nextcloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-01 00:54:18 UTC (rev 1059092)
+++ PKGBUILD2021-12-01 00:54:26 UTC (rev 1059093)
@@ -1,43 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-_name=calendar
-epoch=1
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/calendar/;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=('ripgrep' 'yq')
-groups=('nextcloud-apps')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('c4dd22341f1a5c2c6f6c161fbb79fbb027e4e0ebf4eca0b8d523f7dfe3d6a13c')
-
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
-}
-
-check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
-exit 1
-  fi
-}
-
-package() {
-  _get_nextcloud_versions
-  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
-
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 1059092, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-01 00:54:26 UTC (rev 1059093)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+_name=calendar
+epoch=1
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/calendar/;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=('ripgrep' 'yq')
+groups=('nextcloud-apps')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('a54fbf670563c61c8668a8debbc4a97dd652bd03f39c849e9b5da95344897d52')
+
+_get_nextcloud_versions() {
+  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
+}
+
+check() {
+  local _app_min_major_version
+  local _app_max_major_version
+  _get_nextcloud_versions
+
+  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
+  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
+printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
+exit 1
+  fi
+}
+
+package() {
+  _get_nextcloud_versions
+  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
+
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}



[arch-commits] Commit in nextcloud-app-calendar/trunk (PKGBUILD)

2021-11-30 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 1, 2021 @ 00:54:18
  Author: spupykin
Revision: 1059092

upgpkg: nextcloud-app-calendar 1:3.0.0-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:37:34 UTC (rev 1059091)
+++ PKGBUILD2021-12-01 00:54:18 UTC (rev 1059092)
@@ -3,7 +3,7 @@
 pkgname=nextcloud-app-calendar
 _name=calendar
 epoch=1
-pkgver=2.4.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -14,7 +14,7 @@
 groups=('nextcloud-apps')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('c4dd22341f1a5c2c6f6c161fbb79fbb027e4e0ebf4eca0b8d523f7dfe3d6a13c')
+sha256sums=('a54fbf670563c61c8668a8debbc4a97dd652bd03f39c849e9b5da95344897d52')
 
 _get_nextcloud_versions() {
   _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:37:34
  Author: felixonmars
Revision: 1059091

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pygls/repos/community-staging-any/PKGBUILD (from rev 1059090, 
python-pygls/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 00:37:34 UTC (rev 1059091)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Otreblan 
+
+_name=pygls
+pkgname=python-pygls
+pkgver=0.11.2
+pkgrel=2
+pkgdesc='Pythonic generic implementation of the Language Server Protocol'
+arch=('any')
+url=https://github.com/openlawlibrary/pygls
+license=('APACHE')
+depends=('python-pydantic' 'python-typeguard')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-toml' 'python-wheel')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('1ade26fc9cf0d7c0700fa5430e8dc8411b1108d1eb21565adbe480b64f721a84')
+b2sums=('3c26a4067c9f55eec9d151eee4dd90ff7c18084ab8b70c944fdf5b6f1222938db1743524f433eb152d75a4446b024cff85f1d16924938727808844091271')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:37:26
  Author: felixonmars
Revision: 1059090

upgpkg: python-pygls 0.11.2-2: Python 3.10 rebuild

Modified:
  python-pygls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:35:54 UTC (rev 1059089)
+++ PKGBUILD2021-12-01 00:37:26 UTC (rev 1059090)
@@ -4,7 +4,7 @@
 _name=pygls
 pkgname=python-pygls
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Pythonic generic implementation of the Language Server Protocol'
 arch=('any')
 url=https://github.com/openlawlibrary/pygls



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 00:35:54
  Author: foutrelis
Revision: 1059089

archrelease: copy trunk to community-staging-any

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

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

Copied: python-black/repos/community-staging-any/PKGBUILD (from rev 1059088, 
python-black/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 00:35:54 UTC (rev 1059089)
@@ -0,0 +1,58 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+# Contributor: James Zhu 
+
+pkgname=python-black
+pkgver=21.11b1
+pkgrel=2
+pkgdesc='Uncompromising Python code formatter'
+arch=('any')
+url=https://github.com/psf/black
+license=('MIT')
+depends=('python' 'python-click' 'python-mypy_extensions' 'python-pathspec'
+ 'python-platformdirs' 'python-regex' 'python-tomli'
+ 'python-typing_extensions')
+makedepends=('python-build' 'python-install' 'python-setuptools-scm'
+ 'python-wheel')
+checkdepends=('ipython' 'python-aiohttp' 'python-parameterized' 'python-pytest'
+  'python-typed-ast' 'python-tokenize-rt')
+optdepends=('ipython: for Jupyter notebook support'
+'python-tokenize-rt: for Jupyter notebook support'
+'python-aiohttp: for the blackd HTTP server'
+'python-colorama: for colored diffs'
+'python-typed-ast: to format Python 2 code')
+source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz;)
+sha256sums=('a042adbb18b3262faad5aff4e834ff186bb893f95ba3a8013f09de1e5569def2')
+b2sums=('cf0bcca299a3f1739650c52c0e3d86ade9810a8d907083f77a5329c9458b7f74a0331a7a6fb48247e64b204722217611607a606832b0888480a5661857663d6d')
+
+build() {
+  cd "black-$pkgver"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "black-$pkgver"
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m install --optimize=1 dist/*.whl
+  chmod +x test-env/bin/black # https://github.com/FFY00/python-install/pull/6
+  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest --run-optional 
no_python2
+}
+
+package() {
+  cd "black-$pkgver"
+  python -m install --optimize=1 --destdir="$pkgdir" dist/*.whl
+
+  # https://github.com/FFY00/python-install/issues/7
+  sed -i 's/patched_main \[d]/patched_main/' "$pkgdir"/usr/bin/blackd
+
+  # https://github.com/FFY00/python-install/pull/6
+  chmod +x "$pkgdir"/usr/bin/*
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/black-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 00:35:50
  Author: foutrelis
Revision: 1059088

upgpkg: python-black 21.11b1-2: Python 3.10 rebuild

Modified:
  python-black/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:34:30 UTC (rev 1059087)
+++ PKGBUILD2021-12-01 00:35:50 UTC (rev 1059088)
@@ -4,7 +4,7 @@
 
 pkgname=python-black
 pkgver=21.11b1
-pkgrel=1
+pkgrel=2
 pkgdesc='Uncompromising Python code formatter'
 arch=('any')
 url=https://github.com/psf/black



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:34:30
  Author: felixonmars
Revision: 1059087

archrelease: copy trunk to community-staging-any

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

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

Copied: python-build/repos/community-staging-any/PKGBUILD (from rev 1059086, 
python-build/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 00:34:30 UTC (rev 1059087)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=build
+pkgname=python-$_pkgname
+pkgver=0.7.0
+pkgrel=2
+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-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:34:23
  Author: felixonmars
Revision: 1059086

upgpkg: python-build 0.7.0-2: Python 3.10 rebuild

Modified:
  python-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:33:28 UTC (rev 1059085)
+++ PKGBUILD2021-12-01 00:34:23 UTC (rev 1059086)
@@ -3,7 +3,7 @@
 _pkgname=build
 pkgname=python-$_pkgname
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple, correct PEP517 package builder'
 arch=('any')
 url='https://github.com/pypa/build'



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 00:33:28
  Author: foutrelis
Revision: 1059085

Disable docs for Python 3.10 rebuild

Modified:
  python-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:15:09 UTC (rev 1059084)
+++ PKGBUILD2021-12-01 00:33:28 UTC (rev 1059085)
@@ -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 python-cairocffi/repos (2 files)

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:10:19
  Author: felixonmars
Revision: 1059083

archrelease: copy trunk to community-staging-any

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

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

Copied: python-cairocffi/repos/community-staging-any/PKGBUILD (from rev 
1059082, python-cairocffi/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 00:10:19 UTC (rev 1059083)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Marti Raudsepp 
+# Contributor: Florijan Hamzic 
+
+pkgname=python-cairocffi
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of 
Python bindings and object-oriented API for cairo."
+arch=('any')
+url="https://cairocffi.readthedocs.io/;
+license=('BSD')
+depends=('python-cffi' 'cairo' 'python-xcffib')
+makedepends=('python-setuptools' 'gdk-pixbuf2' 'python-pytest-runner')
+checkdepends=('python-pytest-cov' 'python-pytest-flake8' 'python-pytest-isort'
+  'python-numpy')
+optdepends=('gdk-pixbuf2: for cairocffi.pixbuf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/cairocffi/archive/v${pkgver}.tar.gz;)
+sha512sums=('06741670d0e10be6d762fa4d85c8dfb4d26827f5e2c5863ca6301ea3feeacb52bb0f2c86fcf095894f99523a22624142e05ce6035ad07ec07555b18a38f7a79f')
+
+
+build() {
+  cd cairocffi-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cairocffi-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cairocffi-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr -O1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:10:12
  Author: felixonmars
Revision: 1059082

upgpkg: python-cairocffi 1.2.0-4: Python 3.10 rebuild

Modified:
  python-cairocffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:09:31 UTC (rev 1059081)
+++ PKGBUILD2021-12-01 00:10:12 UTC (rev 1059082)
@@ -4,7 +4,7 @@
 
 pkgname=python-cairocffi
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of 
Python bindings and object-oriented API for cairo."
 arch=('any')
 url="https://cairocffi.readthedocs.io/;



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 1, 2021 @ 00:09:31
  Author: foutrelis
Revision: 1059081

Move pytest-runner to build deps

Modified:
  python-cairocffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:08:46 UTC (rev 1059080)
+++ PKGBUILD2021-12-01 00:09:31 UTC (rev 1059081)
@@ -10,9 +10,9 @@
 url="https://cairocffi.readthedocs.io/;
 license=('BSD')
 depends=('python-cffi' 'cairo' 'python-xcffib')
-makedepends=('python-setuptools' 'gdk-pixbuf2')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-pytest-flake8'
-  'python-pytest-isort' 'python-numpy')
+makedepends=('python-setuptools' 'gdk-pixbuf2' 'python-pytest-runner')
+checkdepends=('python-pytest-cov' 'python-pytest-flake8' 'python-pytest-isort'
+  'python-numpy')
 optdepends=('gdk-pixbuf2: for cairocffi.pixbuf')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/cairocffi/archive/v${pkgver}.tar.gz;)
 
sha512sums=('06741670d0e10be6d762fa4d85c8dfb4d26827f5e2c5863ca6301ea3feeacb52bb0f2c86fcf095894f99523a22624142e05ce6035ad07ec07555b18a38f7a79f')



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:08:46
  Author: felixonmars
Revision: 1059080

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pytest-runner/repos/community-staging-any/PKGBUILD (from rev 
1059079, python-pytest-runner/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 00:08:46 UTC (rev 1059080)
@@ -0,0 +1,34 @@
+# 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/
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:08:38
  Author: felixonmars
Revision: 1059079

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

Modified:
  python-pytest-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 00:07:53 UTC (rev 1059078)
+++ PKGBUILD2021-12-01 00:08:38 UTC (rev 1059079)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-runner
 pkgver=5.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Invoke py.test as distutils command with dependency resolution"
 arch=('any')
 license=('MIT')



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:07:53
  Author: felixonmars
Revision: 1059078

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pytest/repos/community-staging-any/PKGBUILD (from rev 1059077, 
python-pytest/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-12-01 00:07:53 UTC (rev 1059078)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Maintainer: Daniel M. Capella 
+# Contributor: Felix Kaiser 
+
+pkgname=python-pytest
+pkgver=6.2.5
+pkgrel=2
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="https://pytest.org/;
+depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy'
+ 'python-py' 'python-toml')
+makedepends=('python-setuptools')
+checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock'
+  'python-nose' 'python-requests' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'lsof' 'python-asynctest' 'python-decorator' 'python-docutils'
+  'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
+  'python-pytest-xdist' 'python-twisted')
+source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz;)
+sha256sums=('131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89')
+b2sums=('9dfc87279617be58353566009325f929e6fa53d54fd4c665a75f3b359ab5415972d745a680eb85ab21ca9eaec84450bc1decd50566b0ccdf90d7551f3d03ee70')
+
+# Remove dep on setuptools_scm and workaround test failures
+prepare() {
+  cd pytest-$pkgver
+  sed -i "/^\[metadata\]/a version = $pkgver
+  /setuptools-scm/d" setup.cfg
+  sed -i '/setuptools-scm\|wheel/d
+  /\[tool.setuptools_scm\]/,/^$/d
+  /_pytest.warning_types.PytestUnknownMarkWarning/a \"ignore:Creating a 
LegacyVersion has been deprecated and will be removed in the next major 
release:DeprecationWarning",' pyproject.toml
+}
+
+build() {
+  cd pytest-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --optimize=1 --skip-build
+  test-env/bin/python -m pytest
+}
+
+package() {
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 00:07:45
  Author: felixonmars
Revision: 1059077

upgpkg: python-pytest 6.2.5-2: Python 3.10 rebuild

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 23:58:40 UTC (rev 1059076)
+++ PKGBUILD2021-12-01 00:07:45 UTC (rev 1059077)
@@ -4,7 +4,7 @@
 
 pkgname=python-pytest
 pkgver=6.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 23:58:40
  Author: foutrelis
Revision: 1059076

archrelease: copy trunk to community-staging-any

Added:
  python-gevent-websocket/repos/community-staging-any/
  python-gevent-websocket/repos/community-staging-any/PKGBUILD
(from rev 1059075, python-gevent-websocket/trunk/PKGBUILD)

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

Copied: python-gevent-websocket/repos/community-staging-any/PKGBUILD (from rev 
1059075, python-gevent-websocket/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 23:58:40 UTC (rev 1059076)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: minus 
+
+_pkgname=gevent-websocket
+pkgname=python-${_pkgname}
+pkgver=0.10.1
+pkgrel=7
+pkgdesc='WebSocket library for the gevent networking library'
+url='https://www.gitlab.com/noppo/gevent-websocket'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-gevent' 'gunicorn' 'python-ujson')
+makedepends=('cython' 'python-setuptools' 'python-sphinx')
+source=(https://gitlab.com/noppo/gevent-websocket/-/archive/${pkgver}/gevent-websocket-${pkgver}.tar.gz)
+sha512sums=('33473bd20bf8bdab95784bc46093c4f3567d61290731e1980de3b8bf96d71976dca658547320329d5ee5291f54e423a1c7ae8300358bc641eae3c71a1943ea84')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed -E "s|release = .*|release = '${pkgver}'|" -i docs/conf.py
+  2to3 -w docs/conf.py
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
+}
+
+package() {
+  cd ${_pkgname}-${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 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/gevent-websocket.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 23:58:37
  Author: foutrelis
Revision: 1059075

upgpkg: python-gevent-websocket 0.10.1-7: Python 3.10 rebuild

Modified:
  python-gevent-websocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 23:58:12 UTC (rev 1059074)
+++ PKGBUILD2021-11-30 23:58:37 UTC (rev 1059075)
@@ -4,7 +4,7 @@
 _pkgname=gevent-websocket
 pkgname=python-${_pkgname}
 pkgver=0.10.1
-pkgrel=6
+pkgrel=7
 pkgdesc='WebSocket library for the gevent networking library'
 url='https://www.gitlab.com/noppo/gevent-websocket'
 arch=('any')



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 23:58:12
  Author: foutrelis
Revision: 1059074

Fix docs generation with python3 sphinx

Modified:
  python-gevent-websocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 23:09:30 UTC (rev 1059073)
+++ PKGBUILD2021-11-30 23:58:12 UTC (rev 1059074)
@@ -17,6 +17,7 @@
 prepare() {
   cd ${_pkgname}-${pkgver}
   sed -E "s|release = .*|release = '${pkgver}'|" -i docs/conf.py
+  2to3 -w docs/conf.py
 }
 
 build() {



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 23:09:30
  Author: felixonmars
Revision: 1059073

archrelease: copy trunk to community-staging-any

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

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

Copied: python-mdit_py_plugins/repos/community-staging-any/PKGBUILD (from rev 
1059072, python-mdit_py_plugins/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 23:09:30 UTC (rev 1059073)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=mdit-py-plugins
+pkgname=python-mdit_py_plugins
+pkgver=0.2.8
+pkgrel=2
+pkgdesc='Collection of core plugins for markdown-it-py'
+arch=('any')
+url='https://github.com/executablebooks/mdit-py-plugins'
+license=('MIT')
+depends=('python-markdown-it-py')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-regressions')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('61a8f5f729e385faded47d88cef0745cb195f410a93382712a675a690f2fdf7518107370c09ee813756924acdd380b43b274fbb153c1600fabac46c2d0e3f426')
+
+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-mdit_py_plugins/trunk (PKGBUILD)

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 23:09:22
  Author: felixonmars
Revision: 1059072

upgpkg: python-mdit_py_plugins 0.2.8-2: Python 3.10 rebuild

Modified:
  python-mdit_py_plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:54:52 UTC (rev 1059071)
+++ PKGBUILD2021-11-30 23:09:22 UTC (rev 1059072)
@@ -3,7 +3,7 @@
 _pkgname=mdit-py-plugins
 pkgname=python-mdit_py_plugins
 pkgver=0.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of core plugins for markdown-it-py'
 arch=('any')
 url='https://github.com/executablebooks/mdit-py-plugins'



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

2021-11-30 Thread Levente Polyak via arch-commits
Date: Tuesday, November 30, 2021 @ 23:01:44
  Author: anthraxx
Revision: 429862

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 429861, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 429861, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  412 -
 config   |20886 ++---
 2 files changed, 10687 insertions(+), 10611 deletions(-)

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


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config)

2021-11-30 Thread Levente Polyak via arch-commits
Date: Tuesday, November 30, 2021 @ 23:01:39
  Author: anthraxx
Revision: 429861

upgpkg: linux-hardened 5.15.5.hardened1-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |8 -
 config   |  306 ++---
 2 files changed, 195 insertions(+), 119 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:38:50 UTC (rev 429860)
+++ PKGBUILD2021-11-30 23:01:39 UTC (rev 429861)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.14.21.hardened1
+pkgver=5.15.5.hardened1
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -27,11 +27,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('f41a259cb2002dd2e3286524b2bb4e803f4f982992d092706ecea613584023b3'
+sha256sums=('e9565a301525ac81c142ceb832f9053dd5685e107dbcf753d0de4c58bc98851f'
 'SKIP'
-'820add9ff7fbbc1fe022998d669e05692441bf9ba01202c6f65ad3c57c57210d'
+'ce4623ac3ac54054ff1159c7a0633db57cd00ab92c556a02dea4c85b6ae849c2'
 'SKIP'
-'86bc4ced8b80928e8b877cd5b2ea23cf30d4fcab7787591ea101813f4d6239e1')
+'38582a283a8db9bd315d59b8b8bfa5950a2d594a22205916dc574711b9e5c3fc')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-11-30 22:38:50 UTC (rev 429860)
+++ config  2021-11-30 23:01:39 UTC (rev 429861)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.14.21-hardened1 Kernel Configuration
+# Linux/x86 5.15.5-hardened1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -26,6 +26,7 @@
 #
 CONFIG_INIT_ENV_ARG_LIMIT=32
 # CONFIG_COMPILE_TEST is not set
+# CONFIG_WERROR is not set
 CONFIG_LOCALVERSION=""
 CONFIG_LOCALVERSION_AUTO=y
 CONFIG_BUILD_SALT=""
@@ -176,6 +177,7 @@
 CONFIG_LOG_BUF_SHIFT=17
 CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
 CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
+CONFIG_PRINTK_INDEX=y
 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
 
 #
@@ -253,7 +255,6 @@
 CONFIG_FHANDLE=y
 CONFIG_POSIX_TIMERS=y
 CONFIG_PRINTK=y
-CONFIG_PRINTK_NMI=y
 CONFIG_BUG=y
 CONFIG_ELF_CORE=y
 CONFIG_PCSPKR_PLATFORM=y
@@ -326,6 +327,7 @@
 CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
 CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
 CONFIG_ARCH_HIBERNATION_POSSIBLE=y
+CONFIG_ARCH_NR_GPIO=1024
 CONFIG_ARCH_SUSPEND_POSSIBLE=y
 CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
 CONFIG_AUDIT_ARCH=y
@@ -364,7 +366,7 @@
 CONFIG_XEN_PV=y
 CONFIG_XEN_512GB=y
 CONFIG_XEN_PV_SMP=y
-CONFIG_XEN_DOM0=y
+CONFIG_XEN_PV_DOM0=y
 CONFIG_XEN_PVHVM=y
 CONFIG_XEN_PVHVM_SMP=y
 CONFIG_XEN_PVHVM_GUEST=y
@@ -371,6 +373,7 @@
 CONFIG_XEN_SAVE_RESTORE=y
 # CONFIG_XEN_DEBUG_FS is not set
 CONFIG_XEN_PVH=y
+CONFIG_XEN_DOM0=y
 CONFIG_KVM_GUEST=y
 CONFIG_ARCH_CPUIDLE_HALTPOLL=y
 CONFIG_PVH=y
@@ -426,6 +429,7 @@
 CONFIG_PERF_EVENTS_INTEL_RAPL=m
 CONFIG_PERF_EVENTS_INTEL_CSTATE=m
 CONFIG_PERF_EVENTS_AMD_POWER=m
+CONFIG_PERF_EVENTS_AMD_UNCORE=m
 # end of Performance monitoring
 
 CONFIG_X86_VSYSCALL_EMULATION=y
@@ -662,7 +666,6 @@
 CONFIG_MMCONF_FAM10H=y
 CONFIG_ISA_DMA_API=y
 CONFIG_AMD_NB=y
-# CONFIG_X86_SYSFB is not set
 # end of Bus options (PCI etc.)
 
 #
@@ -676,61 +679,6 @@
 CONFIG_SYSVIPC_COMPAT=y
 # end of Binary Emulations
 
-#
-# Firmware Drivers
-#
-CONFIG_EDD=m
-# CONFIG_EDD_OFF is not set
-CONFIG_FIRMWARE_MEMMAP=y
-CONFIG_DMIID=y
-CONFIG_DMI_SYSFS=m
-CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
-CONFIG_ISCSI_IBFT_FIND=y
-CONFIG_ISCSI_IBFT=m
-CONFIG_FW_CFG_SYSFS=m
-# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
-CONFIG_GOOGLE_FIRMWARE=y
-# CONFIG_GOOGLE_SMI is not set
-CONFIG_GOOGLE_COREBOOT_TABLE=m
-CONFIG_GOOGLE_MEMCONSOLE=m
-# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
-CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
-CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m
-CONFIG_GOOGLE_VPD=m
-
-#
-# EFI (Extensible Firmware Interface) Support
-#
-# CONFIG_EFI_VARS is not set
-CONFIG_EFI_ESRT=y
-CONFIG_EFI_VARS_PSTORE=y
-CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y
-# CONFIG_EFI_FAKE_MEMMAP is not set
-CONFIG_EFI_SOFT_RESERVE=y
-CONFIG_EFI_RUNTIME_WRAPPERS=y
-CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y
-CONFIG_EFI_BOOTLOADER_CONTROL=m
-CONFIG_EFI_CAPSULE_LOADER=m
-# CONFIG_EFI_TEST is not set
-CONFIG_APPLE_PROPERTIES=y
-CONFIG_RESET_ATTACK_MITIGATION=y
-CONFIG_EFI_RCI2_TABLE=y
-# CONFIG_EFI_DISABLE_PCI_DMA is not set
-# end of EFI (Extensible Firmware Interface) Support
-
-CONFIG_EFI_EMBEDDED_FIRMWARE=y
-CONFIG_UEFI_CPER=y
-CONFIG_UEFI_CPER_X86=y
-CONFIG_EFI_DEV_PATH_PARSER=y
-CONFIG_EFI_EARLYCON=y
-CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y
-
-#
-# Tegra firmware driver
-#
-# end of Tegra firmware driver
-# end of Firmware Drivers
-
 CONFIG_HAVE_KVM=y
 

[arch-commits] Commit in mailman/repos/community-x86_64 (42 files)

2021-11-30 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, November 30, 2021 @ 22:54:52
  Author: seblu
Revision: 1059071

archrelease: copy trunk to community-x86_64

Added:
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
(from rev 1059070, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 1059070, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-checkdbs.service
(from rev 1059070, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-x86_64/mailman-checkdbs.timer
(from rev 1059070, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
(from rev 1059070, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
(from rev 1059070, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-x86_64/mailman-disabled.service
(from rev 1059070, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-x86_64/mailman-disabled.timer
(from rev 1059070, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-x86_64/mailman-gatenews.service
(from rev 1059070, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-x86_64/mailman-gatenews.timer
(from rev 1059070, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-x86_64/mailman-mailpasswds.service
(from rev 1059070, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
(from rev 1059070, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-x86_64/mailman-nightlygzip.service
(from rev 1059070, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
(from rev 1059070, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-x86_64/mailman-senddigests.service
(from rev 1059070, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-x86_64/mailman-senddigests.timer
(from rev 1059070, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-x86_64/mailman.install
(from rev 1059070, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 1059070, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 1059070, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-x86_64/mailman.service
(from rev 1059070, mailman/trunk/mailman.service)
  mailman/repos/community-x86_64/mailman.sysusers
(from rev 1059070, mailman/trunk/mailman.sysusers)
Deleted:
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
  mailman/repos/community-x86_64/PKGBUILD
  mailman/repos/community-x86_64/mailman-checkdbs.service
  mailman/repos/community-x86_64/mailman-checkdbs.timer
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
  mailman/repos/community-x86_64/mailman-disabled.service
  mailman/repos/community-x86_64/mailman-disabled.timer
  mailman/repos/community-x86_64/mailman-gatenews.service
  mailman/repos/community-x86_64/mailman-gatenews.timer
  mailman/repos/community-x86_64/mailman-mailpasswds.service
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
  mailman/repos/community-x86_64/mailman-nightlygzip.service
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
  mailman/repos/community-x86_64/mailman-senddigests.service
  mailman/repos/community-x86_64/mailman-senddigests.timer
  mailman/repos/community-x86_64/mailman.install
  mailman/repos/community-x86_64/mailman.profile.csh
  mailman/repos/community-x86_64/mailman.profile.sh
  mailman/repos/community-x86_64/mailman.service
  mailman/repos/community-x86_64/mailman.sysusers

--+
 01-mailman-2.1-build.patch   | 1388 -
 PKGBUILD |  258 +++
 mailman-checkdbs.service |   20 
 mailman-checkdbs.timer   |   20 
 mailman-cullbadshunt.service |   20 
 mailman-cullbadshunt.timer   |   20 
 mailman-disabled.service |   20 
 mailman-disabled.timer   |   20 
 mailman-gatenews.service |   20 
 mailman-gatenews.timer   |   20 
 mailman-mailpasswds.service  |   20 
 mailman-mailpasswds.timer|   20 
 mailman-nightlygzip.service  |   20 
 mailman-nightlygzip.timer|   20 
 mailman-senddigests.service  |   20 
 mailman-senddigests.timer|   20 
 mailman.install  |   32 
 mailman.profile.csh  |2 
 mailman.profile.sh   |6 
 mailman.service  |   32 
 mailman.sysusers |2 
 21 files changed, 1000 insertions(+), 1000 deletions(-)

Deleted: 01-mailman-2.1-build.patch
===
--- 01-mailman-2.1-build.patch  2021-11-30 22:54:38 UTC (rev 1059070)
+++ 01-mailman-2.1-build.patch  2021-11-30 22:54:52 UTC (rev 1059071)
@@ -1,694 +0,0 @@
-diff -ruN 

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

2021-11-30 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, November 30, 2021 @ 22:54:38
  Author: seblu
Revision: 1059070

upgpkg: mailman 2.1.38-1

Modified:
  mailman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:39:11 UTC (rev 1059069)
+++ PKGBUILD2021-11-30 22:54:38 UTC (rev 1059070)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=mailman
-pkgver=2.1.37
+pkgver=2.1.38
 pkgrel=1
 pkgdesc='The GNU Mailing List Manager'
 arch=(x86_64)
@@ -36,7 +36,7 @@
 '01-mailman-2.1-build.patch'
 )
 validpgpkeys=('C638CAEF0AC21563736B5A22555B975E953B8693') # Mark Sapiro 

-sha256sums=('689ff350857728ccc4ed379ceef54b93f710af8740cabc3bfe0348173b6b3f4f'
+sha256sums=('ac093ec2ed3eb93b41f1e1b19d39cf41e1bdd09587979835fe154dac6777fc68'
 'SKIP'
 '1af0e72434c6dbaada49df3b2b7de03ec4574f7534ce5545b4de26372241d9f4'
 '058d35874967ccd8b9a92fa40480c1350f4ef5ad2fa783e4baf1b0309f6782cb'



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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 30, 2021 @ 22:39:01
  Author: arojas
Revision: 1059068

Python 3.10 rebuild

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:37:10 UTC (rev 1059067)
+++ PKGBUILD2021-11-30 22:39:01 UTC (rev 1059068)
@@ -3,7 +3,7 @@
 pkgbase=fpylll
 pkgname=python-fpylll
 pkgver=0.5.6
-pkgrel=5
+pkgrel=6
 pkgdesc='A Python interface for fplll'
 arch=(x86_64)
 url='https://github.com/fplll/fpylll'



[arch-commits] Commit in pyqt6/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:38:50
  Author: felixonmars
Revision: 429860

archrelease: copy trunk to staging-x86_64

Added:
  pyqt6/repos/staging-x86_64/
  pyqt6/repos/staging-x86_64/PKGBUILD
(from rev 429859, pyqt6/trunk/PKGBUILD)

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

Copied: pyqt6/repos/staging-x86_64/PKGBUILD (from rev 429859, 
pyqt6/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-11-30 22:38:50 UTC (rev 429860)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6
+pkgname=python-pyqt6
+pkgdesc='A set of Python bindings for the Qt6 toolkit'
+pkgver=6.2.1
+pkgrel=2
+arch=(x86_64)
+url='https://riverbankcomputing.com/software/pyqt/intro'
+license=(GPL)
+groups=(pyqt6)
+depends=(qt6-base python-pyqt6-sip)
+optdepends=('qt6-tools: QtHelp, QtDesigner bindings'
+'qt6-svg: QtSvg bindings'
+'qt6-declarative: QtQml bindings, qmlplugin'
+'qt6-quick3d: QtQuick3D bindings'
+'qt6-connectivity: QtBluetooth, QtNfc bindings'
+'qt6-multimedia: QtMultimedia bindings'
+'qt6-location: QtPositioning bindings'
+'qt6-remoteobjects: QtRemoteObjects bindings'
+'qt6-sensors: QtSensors bindings'
+'qt6-serialport: QtSerialPort bindings'
+'qt6-webchannel: QtWebChannel bindings'
+'qt6-websockets: QtWebSockets bindings'
+'dbus-python: for python-dbus mainloop support')
+makedepends=(sip pyqt-builder python-opengl dbus-python
+ qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools 
qt6-multimedia qt6-remoteobjects
+ qt6-location qt6-sensors qt6-serialport qt6-webchannel 
qt6-websockets qt6-connectivity)
+source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
+sha256sums=('d603a5c8effccc9174b3f43834256401a61ea40f2338306ca22fb6a1e870b89c')
+
+build() {
+  cd PyQt6-$pkgver
+  sip-build \
+--confirm-license \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6(){
+  cd PyQt6-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # compile Python bytecode
+  python -m compileall -d / "$pkgdir"/usr/lib
+  python -O -m compileall -d / "$pkgdir"/usr/lib
+}



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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 30, 2021 @ 22:39:11
  Author: arojas
Revision: 1059069

archrelease: copy trunk to community-staging-x86_64

Added:
  fpylll/repos/community-staging-x86_64/PKGBUILD
(from rev 1059068, fpylll/trunk/PKGBUILD)
Deleted:
  fpylll/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-30 22:39:01 UTC (rev 1059068)
+++ PKGBUILD2021-11-30 22:39:11 UTC (rev 1059069)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=fpylll
-pkgname=python-fpylll
-pkgver=0.5.6
-pkgrel=4
-pkgdesc='A Python interface for fplll'
-arch=(x86_64)
-url='https://github.com/fplll/fpylll'
-license=(GPL2)
-depends=(fplll python-numpy python-cysignals)
-makedepends=(cython)
-source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package_python-fpylll() {
-  cd $pkgbase-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 1059068, 
fpylll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-30 22:39:11 UTC (rev 1059069)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.6
+pkgrel=6
+pkgdesc='A Python interface for fplll'
+arch=(x86_64)
+url='https://github.com/fplll/fpylll'
+license=(GPL2)
+depends=(fplll python-numpy python-cysignals)
+makedepends=(cython)
+source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package_python-fpylll() {
+  cd $pkgbase-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:37:35
  Author: foutrelis
Revision: 429858

archrelease: copy trunk to staging-x86_64

Added:
  pyqt5/repos/staging-x86_64/
  pyqt5/repos/staging-x86_64/PKGBUILD
(from rev 429857, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/staging-x86_64/restore-sip4-support.patch
(from rev 429857, pyqt5/trunk/restore-sip4-support.patch)

+
 PKGBUILD   |   67 +++
 restore-sip4-support.patch |   12 +++
 2 files changed, 79 insertions(+)

Copied: pyqt5/repos/staging-x86_64/PKGBUILD (from rev 429857, 
pyqt5/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-11-30 22:37:35 UTC (rev 429858)
@@ -0,0 +1,67 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('python-pyqt5')
+pkgdesc="A set of Python bindings for the Qt5 toolkit"
+pkgver=5.15.6
+pkgrel=3
+arch=('x86_64')
+url="https://riverbankcomputing.com/software/pyqt/intro;
+license=('GPL')
+groups=(pyqt5)
+depends=('python-pyqt5-sip' 'qt5-base')
+optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+'python-dbus: for python-dbus mainloop support'
+'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+'qt5-tools: QtHelp, QtDesigner'
+'qt5-svg: QtSvg'
+'qt5-webkit: QtWebKit, QtWebKitWidgets'
+'qt5-xmlpatterns: QtXmlPatterns'
+'qt5-declarative: QtQml, qmlplugin'
+'qt5-serialport: QtSerialPort'
+'qt5-websockets: QtWebSockets'
+'qt5-connectivity: QtNfc, QtBluetooth'
+'qt5-x11extras: QtX11Extras'
+'qt5-remoteobjects: QtRemoteObjects'
+'qt5-speech: QtTextToSpeech'
+'qt5-quick3d: QtQuick3D')
+provides=(qt5-python-bindings)
+makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
+ 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
+ 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
+conflicts=('pyqt5-common')
+source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz;
+ restore-sip4-support.patch)
+sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452'
+'c8881a8dc666e509773f93330615d310f9f040c2167dc9e98843741691395f72')
+
+prepare() {
+  patch -d PyQt5-$pkgver -p1 < restore-sip4-support.patch # 
https://www.riverbankcomputing.com/pipermail/pyqt/2021-November/044346.html
+}
+
+build() {
+  cd PyQt5-$pkgver
+  sip-build \
+--confirm-license \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5(){
+  cd PyQt5-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+
+  # Remove unused py2 version of uic modules:
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
+
+  # compile Python bytecode
+  python -m compileall -d / "$pkgdir"/usr/lib
+  python -O -m compileall -d / "$pkgdir"/usr/lib
+}

Copied: pyqt5/repos/staging-x86_64/restore-sip4-support.patch (from rev 429857, 
pyqt5/trunk/restore-sip4-support.patch)
===
--- staging-x86_64/restore-sip4-support.patch   (rev 0)
+++ staging-x86_64/restore-sip4-support.patch   2021-11-30 22:37:35 UTC (rev 
429858)
@@ -0,0 +1,12 @@
+diff -ru PyQt5-5.15.6.orig/sip/QtCore/QtCoremod.sip 
PyQt5-5.15.6/sip/QtCore/QtCoremod.sip
+--- PyQt5-5.15.6.orig/sip/QtCore/QtCoremod.sip 2021-11-06 19:41:47.117226645 
+0100
 PyQt5-5.15.6/sip/QtCore/QtCoremod.sip  2021-11-06 19:42:32.674011854 
+0100
+@@ -20,7 +20,7 @@
+ // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ 
+ 
+-%Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True, py_ssize_t_clean=True)
++%Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
+ 
+ %Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_4 Qt_5_9_5 Qt_5_9_6 Qt_5_9_7 Qt_5_9_8 Qt_5_9_9 
Qt_5_10_0 Qt_5_10_1 Qt_5_11_0 Qt_5_11_1 Qt_5_11_2 Qt_5_11_3 Qt_5_12_0 Qt_5_12_1 
Qt_5_12_2 Qt_5_12_3 Qt_5_12_4 Qt_5_13_0 Qt_5_14_0 Qt_5_15_0}
+ 



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:38:43
  Author: felixonmars
Revision: 429859

upgpkg: pyqt6 6.2.1-2: Python 3.10 rebuild

Modified:
  pyqt6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:37:35 UTC (rev 429858)
+++ PKGBUILD2021-11-30 22:38:43 UTC (rev 429859)
@@ -4,7 +4,7 @@
 pkgname=python-pyqt6
 pkgdesc='A set of Python bindings for the Qt6 toolkit'
 pkgver=6.2.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://riverbankcomputing.com/software/pyqt/intro'
 license=(GPL)



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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 30, 2021 @ 22:36:58
  Author: arojas
Revision: 1059066

Rebuild with cysignals 1.11

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:34:05 UTC (rev 1059065)
+++ PKGBUILD2021-11-30 22:36:58 UTC (rev 1059066)
@@ -3,7 +3,7 @@
 pkgbase=fpylll
 pkgname=python-fpylll
 pkgver=0.5.6
-pkgrel=4
+pkgrel=5
 pkgdesc='A Python interface for fplll'
 arch=(x86_64)
 url='https://github.com/fplll/fpylll'



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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 30, 2021 @ 22:34:05
  Author: arojas
Revision: 1059065

archrelease: copy trunk to community-staging-x86_64

Added:
  fpylll/repos/community-staging-x86_64/PKGBUILD
(from rev 1059064, fpylll/trunk/PKGBUILD)
Deleted:
  fpylll/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-30 22:33:55 UTC (rev 1059064)
+++ PKGBUILD2021-11-30 22:34:05 UTC (rev 1059065)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=fpylll
-pkgname=python-fpylll
-pkgver=0.5.6
-pkgrel=2
-pkgdesc='A Python interface for fplll'
-arch=(x86_64)
-url='https://github.com/fplll/fpylll'
-license=(GPL2)
-depends=(fplll python-numpy python-cysignals)
-makedepends=(cython)
-source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package_python-fpylll() {
-  cd $pkgbase-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 1059064, 
fpylll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-30 22:34:05 UTC (rev 1059065)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.6
+pkgrel=4
+pkgdesc='A Python interface for fplll'
+arch=(x86_64)
+url='https://github.com/fplll/fpylll'
+license=(GPL2)
+depends=(fplll python-numpy python-cysignals)
+makedepends=(cython)
+source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package_python-fpylll() {
+  cd $pkgbase-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 30, 2021 @ 22:33:55
  Author: arojas
Revision: 1059064

Python 3.10 rebuild

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:33:20 UTC (rev 1059063)
+++ PKGBUILD2021-11-30 22:33:55 UTC (rev 1059064)
@@ -3,7 +3,7 @@
 pkgbase=fpylll
 pkgname=python-fpylll
 pkgver=0.5.6
-pkgrel=3
+pkgrel=4
 pkgdesc='A Python interface for fplll'
 arch=(x86_64)
 url='https://github.com/fplll/fpylll'



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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 30, 2021 @ 22:37:10
  Author: arojas
Revision: 1059067

archrelease: copy trunk to community-x86_64

Added:
  fpylll/repos/community-x86_64/PKGBUILD
(from rev 1059066, fpylll/trunk/PKGBUILD)
Deleted:
  fpylll/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-30 22:36:58 UTC (rev 1059066)
+++ PKGBUILD2021-11-30 22:37:10 UTC (rev 1059067)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=fpylll
-pkgname=python-fpylll
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='A Python interface for fplll'
-arch=(x86_64)
-url='https://github.com/fplll/fpylll'
-license=(GPL2)
-depends=(fplll python-numpy python-cysignals)
-makedepends=(cython)
-source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package_python-fpylll() {
-  cd $pkgbase-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: fpylll/repos/community-x86_64/PKGBUILD (from rev 1059066, 
fpylll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-30 22:37:10 UTC (rev 1059067)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=fpylll
+pkgname=python-fpylll
+pkgver=0.5.6
+pkgrel=5
+pkgdesc='A Python interface for fplll'
+arch=(x86_64)
+url='https://github.com/fplll/fpylll'
+license=(GPL2)
+depends=(fplll python-numpy python-cysignals)
+makedepends=(cython)
+source=(https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('c69bf4b3344f60ca40743af9b9246ce51f651c2cf54d2b88a4deff18b1b5f246')
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+}
+
+package_python-fpylll() {
+  cd $pkgbase-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:37:31
  Author: foutrelis
Revision: 429857

upgpkg: pyqt5 5.15.6-3: Python 3.10 rebuild

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:58 UTC (rev 429856)
+++ PKGBUILD2021-11-30 22:37:31 UTC (rev 429857)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro;
 license=('GPL')



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:33:20
  Author: felixonmars
Revision: 1059063

archrelease: copy trunk to community-staging-any

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

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

Copied: python-jsonschema/repos/community-staging-any/PKGBUILD (from rev 
1059062, python-jsonschema/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:33:20 UTC (rev 1059063)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Bogdan Szczurek 
+# Contributor: Ismo Toijala 
+
+pkgname=python-jsonschema
+pkgver=3.2.0
+pkgrel=5
+pkgdesc="An implementation of JSON Schema validation for Python"
+arch=('any')
+url="https://pypi.python.org/pypi/jsonschema;
+license=('MIT')
+depends=('python-attrs' 'python-importlib-metadata' 'python-pyrsistent' 
'python-setuptools')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-twisted' 'python-idna' 'python-jsonpointer' 
'python-strict-rfc3339'
+  'python-rfc3987' 'python-webcolors')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/Julian/jsonschema/archive/v$pkgver.tar.gz;
+
$pkgname-webcolors.patch::https://github.com/Julian/jsonschema/commit/09595a50f507.patch)
+sha512sums=('a575e9e7b0668220854e7ae45f2afd433643c3f0bfeb9769413cfc072ae01513a8d97bddbb6317f42348e09081e72bbad801d00ee5e3c0ac840bd19e934955cd'
+
'31fac0a4ea816660cd815ba28578e8b80e69e884ec9a450a6bf582e7c311036025927239a72cac2b667547ce2c5088b310f006ecce88a2c926fa3915780b7dac')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd jsonschema-$pkgver
+  patch -Np1 -i ../$pkgname-webcolors.patch
+}
+
+build() {
+  cd jsonschema-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jsonschema-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages" 
JSON_SCHEMA_TEST_SUITE=json trial3 jsonschema
+  python -m doctest README.rst
+}
+
+package() {
+  cd jsonschema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 json/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:50
  Author: felixonmars
Revision: 1059060

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pyface/repos/community-staging-any/PKGBUILD (from rev 1059058, 
python-pyface/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:32:50 UTC (rev 1059060)
@@ -0,0 +1,38 @@
+# Maintainer: Andrzej Giniewicz 
+
+# TODO: python-scimath: for unit parser in pyface.wx.spreadsheet
+# TODO: look for more hidden dependencies
+
+pkgname=python-pyface
+pkgver=7.3.0
+pkgrel=3
+pkgdesc="Traits-capable windowing framework"
+arch=('any')
+url="https://github.com/enthought/pyface;
+license=('BSD')
+depends=('python-traits' 'python-importlib_resources')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: for Qt backend (or pyside2)'
+'python-pyqt5-webengine: for Qt backend'
+'pyside2: for Qt backend (or python-pyqt5)'
+'python-pygments: for syntax coloring in Qt backend'
+'python-setuptools: to locate resources inside zip and egg files'
+'ipython: for IPython widget'
+'python-wxpython: for wx backend')
+options=(!emptydirs)
+source=("pyface-${pkgver}.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
+sha256sums=('434aa47f11946fa0294e451aeedc083002b7113cb69dce0f59884279ea38c19c')
+
+build() {
+  cd "$srcdir"/pyface-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/pyface-$pkgver
+
+  python setup.py install --root="$pkgdir"/ --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in python-celery/repos (4 files)

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:45
  Author: felixonmars
Revision: 1059058

archrelease: copy trunk to community-staging-any

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

---+
 PKGBUILD  |   61 
 celery.tmpfiles.d |2 +
 celery@.service   |   15 
 3 files changed, 78 insertions(+)

Copied: python-celery/repos/community-staging-any/PKGBUILD (from rev 1059055, 
python-celery/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:32:45 UTC (rev 1059058)
@@ -0,0 +1,61 @@
+# 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/celery.tmpfiles.d (from rev 
1059055, python-celery/trunk/celery.tmpfiles.d)
===
--- community-staging-any/celery.tmpfiles.d (rev 0)
+++ community-staging-any/celery.tmpfiles.d 2021-11-30 22:32:45 UTC (rev 
1059058)
@@ -0,0 +1,2 @@
+d /run/celery 0755 - - - -
+d /var/log/celery 0755 - - - -

Copied: python-celery/repos/community-staging-any/celery@.service (from rev 
1059055, python-celery/trunk/celery@.service)
===
--- community-staging-any/celery@.service   (rev 0)
+++ community-staging-any/celery@.service   2021-11-30 22:32:45 UTC (rev 
1059058)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Celery Nodes Daemon
+After=network.target
+
+[Service]
+Type=oneshot
+EnvironmentFile=/etc/celery/%I.conf
+ExecStart=/usr/bin/celery multi start $CELERYD_NODES 
--pidfile=/run/celery/%n.pid 

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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:33:12
  Author: felixonmars
Revision: 1059062

upgpkg: python-jsonschema 3.2.0-5: Python 3.10 rebuild

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:58 UTC (rev 1059061)
+++ PKGBUILD2021-11-30 22:33:12 UTC (rev 1059062)
@@ -5,7 +5,7 @@
 
 pkgname=python-jsonschema
 pkgver=3.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="An implementation of JSON Schema validation for Python"
 arch=('any')
 url="https://pypi.python.org/pypi/jsonschema;



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:49
  Author: felixonmars
Revision: 1059059

upgpkg: ansible-core 2.12.0-2: Python 3.10 rebuild

Modified:
  ansible-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:45 UTC (rev 1059058)
+++ PKGBUILD2021-11-30 22:32:49 UTC (rev 1059059)
@@ -7,7 +7,7 @@
 
 pkgname=ansible-core
 pkgver=2.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://pypi.org/project/ansible-core'



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:58
  Author: felixonmars
Revision: 1059061

archrelease: copy trunk to community-staging-any

Added:
  ansible-core/repos/community-staging-any/
  ansible-core/repos/community-staging-any/PKGBUILD
(from rev 1059060, ansible-core/trunk/PKGBUILD)

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

Copied: ansible-core/repos/community-staging-any/PKGBUILD (from rev 1059060, 
ansible-core/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:32:58 UTC (rev 1059061)
@@ -0,0 +1,46 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible-core
+pkgver=2.12.0
+pkgrel=2
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='https://pypi.org/project/ansible-core'
+license=('GPL3')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 
'python-resolvelib')
+provides=('python-ansible' 'ansible-base')
+replaces=('ansible-base')
+optdepends=('sshpass: for ssh connections with password'
+'python-passlib: crypt values for vars_prompt'
+'python-netaddr: for the ipaddr filter'
+'python-systemd: log to journal'
+'python-pywinrm: connect to Windows machines'
+'python-dnspython: for dig lookup'
+'python-jmespath: json_query support')
+makedepends=('python-setuptools')
+backup=('etc/ansible/ansible.cfg')
+source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz;)
+sha512sums=('c3c8c0e2f14c30cecb6e693fc57d2bd686221efaf42f09773bd4606031e4fed68a216be17c040d51601f2059d0f4a44568cea309c3bd2a1c02957c6a4cd6d25a')
+
+build() {
+  cd ansible-core-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ansible-core-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:33
  Author: felixonmars
Revision: 1059053

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

Modified:
  python-celery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:31 UTC (rev 1059052)
+++ PKGBUILD2021-11-30 22:32:33 UTC (rev 1059053)
@@ -7,7 +7,7 @@
 
 pkgname=python-celery
 pkgver=5.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
 url='http://celeryproject.org/'



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:31
  Author: foutrelis
Revision: 1059052

upgpkg: python-django-allauth 0.46.0-2: Python 3.10 rebuild

Modified:
  python-django-allauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:31 UTC (rev 1059051)
+++ PKGBUILD2021-11-30 22:32:31 UTC (rev 1059052)
@@ -3,7 +3,7 @@
 _name=django-allauth
 pkgname=python-django-allauth
 pkgver=0.46.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Authentication, registration, account management and 3rd party 
account authentication"
 arch=('any')
 url="https://github.com/pennersr/django-allauth;



[arch-commits] Commit in python-matplotlib/repos (3 files)

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:41
  Author: felixonmars
Revision: 1059057

archrelease: copy trunk to community-staging-x86_64

Added:
  python-matplotlib/repos/community-staging-x86_64/
  python-matplotlib/repos/community-staging-x86_64/PKGBUILD
(from rev 1059054, python-matplotlib/trunk/PKGBUILD)
  python-matplotlib/repos/community-staging-x86_64/freetype.patch
(from rev 1059054, python-matplotlib/trunk/freetype.patch)

+
 PKGBUILD   |   89 +
 freetype.patch |  129 +++
 2 files changed, 218 insertions(+)

Copied: python-matplotlib/repos/community-staging-x86_64/PKGBUILD (from rev 
1059054, python-matplotlib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-30 22:32:41 UTC (rev 1059057)
@@ -0,0 +1,89 @@
+# Maintainer: Felix Yan 
+# Maintainer: Bruno Pagani 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=python-matplotlib
+pkgver=3.5.0
+pkgrel=2
+pkgdesc="A python plotting library, making publication quality plots"
+arch=(x86_64)
+url="https://matplotlib.org;
+license=(custom)
+depends=(freetype2 python-cycler python-dateutil python-fonttools 
python-kiwisolver python-numpy
+ python-packaging python-pillow python-pyparsing qhull)
+optdepends=('tk: Tk{Agg,Cairo} backends'
+'pyside2: alternative for Qt5{Agg,Cairo} backends'
+'pyside6: alternative for Qt6{Agg,Cairo} backends'
+'python-pyqt5: Qt5{Agg,Cairo} backends'
+'python-pyqt6: Qt6{Agg,Cairo} backends'
+'python-gobject: for GTK{3,4}{Agg,Cairo} backend'
+'python-wxpython: WX{Agg,Cairo} backend'
+'python-cairo: {GTK{3,4},Qt{5,6},Tk,WX}Cairo backends'
+'python-cairocffi: alternative for Cairo backends'
+'python-tornado: WebAgg backend'
+'ffmpeg: for saving movies'
+'imagemagick: for saving animated gifs'
+'ghostscript: usetex dependencies'
+'texlive-bin: usetex dependencies'
+'texlive-latexextra: usetex usage with pdflatex'
+'python-certifi: https support')
+makedepends=(git python-setuptools-scm-git-archive python-certifi)
+checkdepends=(python-pytest python-pytest-xdist python-pytest-runner 
python-pytest-rerunfailures xorg-server-xvfb
+  texlive-bin texlive-core texlive-latexextra texlive-pictures 
ghostscript inkscape ffmpeg imagemagick
+  gtk4 python-cairo python-cairocffi python-gobject python-pyqt5 
pyside2 python-pyqt6 pyside6 python-tornado python-wxpython tk
+  jupyter-nbconvert jupyter-nbformat python-ipykernel 
python-pandas python-pikepdf python-pytz)
+_tag=7a9ee717ecfa24ae4029abac0c7939076c2b0eb7 # git rev-parse v${pkgver}
+_ftver=2.11.0
+source=(git+https://github.com/matplotlib/matplotlib.git#tag=${_tag}?signed
+
https://github.com/QuLogic/mpl-images/archive/v${pkgver}rc1-with-freetype-${_ftver}/mpl-images-${pkgver}rc1-ft${_ftver}.tar.gz
+freetype.patch)
+b2sums=(SKIP
+
29e87a2dd2fc37c3d33e7e0463ca02b468953abe896ac658a6764e78f61a56bb486f5fec51403b2bda726031c5352b4270049256ac8f630eef56ffb3071b870a
+
514324b3e17e832d5199eaa6592c05ca662b1164ddc95f16ea076d6a1063b06e6a8fa4eac7740e5f73afbcc9d17244c5cc41373d5787f62cd58eab10249302c9)
+validpgpkeys=(23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10) # Elliott Sales de 
Andrade 
+
+prepare() {
+  cd matplotlib
+  # Fix SCM detected version
+  rm -r .git
+  echo "Version: ${pkgver}" > PKG-INFO
+  # Use system freetype and qhull
+  sed -e 's|#system_freetype = False|system_freetype = True|' -e 
's|#system_qhull = False|system_qhull = True|' mplsetup.cfg.template > 
mplsetup.cfg
+  patch -p1 < ../freetype.patch # From Fedora/upstream
+  # Install tests for check()
+  sed -i 's|#tests = False|tests = True|' mplsetup.cfg
+  # Use appropriate baseline images for tests
+  cp lib/matplotlib/tests/baseline_images/test_image/uint16.tif .
+  for _module in matplotlib mpl_toolkits
+  do
+rm -r lib/${_module}/tests/baseline_images/test*
+mv ../mpl-images-${pkgver}rc1-with-freetype-${_ftver}/${_module}/* 
lib/${_module}/tests/baseline_images/
+  done
+  # https://github.com/QuLogic/mpl-images/issues/1
+  cp uint16.tif lib/matplotlib/tests/baseline_images/test_image/
+}
+
+build() {
+  cd matplotlib
+  python setup.py build
+}
+
+check() {
+  cd matplotlib
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --skip-build
+  # https://github.com/matplotlib/matplotlib/issues/21654
+  xvfb-run -a -s "-screen 0 640x480x24" \
+test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs 
matplotlib mpl_toolkits.tests -k 'not 

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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:38
  Author: foutrelis
Revision: 1059055

Refresh patch checksum

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:35 UTC (rev 1059054)
+++ PKGBUILD2021-11-30 22:32:38 UTC (rev 1059055)
@@ -17,7 +17,7 @@
 
source=("$pkgname-$pkgver.tar.bz2::https://github.com/Julian/jsonschema/archive/v$pkgver.tar.gz;
 
$pkgname-webcolors.patch::https://github.com/Julian/jsonschema/commit/09595a50f507.patch)
 
sha512sums=('a575e9e7b0668220854e7ae45f2afd433643c3f0bfeb9769413cfc072ae01513a8d97bddbb6317f42348e09081e72bbad801d00ee5e3c0ac840bd19e934955cd'
-
'c7e14ab01ca2adb1d4aa5b2670bd95d6e5141ade0f619463f35fe54066a69f045ee0ad929943c4af0edacddf4f93289b7318217bc0038069aa812b1a4428f54d')
+
'31fac0a4ea816660cd815ba28578e8b80e69e884ec9a450a6bf582e7c311036025927239a72cac2b667547ce2c5088b310f006ecce88a2c926fa3915780b7dac')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:40
  Author: felixonmars
Revision: 1059056

upgpkg: python-pyface 7.3.0-3: Python 3.10 rebuild

Modified:
  python-pyface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:38 UTC (rev 1059055)
+++ PKGBUILD2021-11-30 22:32:40 UTC (rev 1059056)
@@ -5,7 +5,7 @@
 
 pkgname=python-pyface
 pkgver=7.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Traits-capable windowing framework"
 arch=('any')
 url="https://github.com/enthought/pyface;



[arch-commits] Commit in python-django-allauth/repos (3 files)

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:35
  Author: foutrelis
Revision: 1059054

archrelease: copy trunk to community-staging-any

Added:
  python-django-allauth/repos/community-staging-any/
  python-django-allauth/repos/community-staging-any/PKGBUILD
(from rev 1059053, python-django-allauth/trunk/PKGBUILD)
  
python-django-allauth/repos/community-staging-any/python-django-allauth-0.46.0-python-pyjwt-2.2.0.patch
(from rev 1059053, 
python-django-allauth/trunk/python-django-allauth-0.46.0-python-pyjwt-2.2.0.patch)

---+
 PKGBUILD  |   52 
 python-django-allauth-0.46.0-python-pyjwt-2.2.0.patch |   11 +++
 2 files changed, 63 insertions(+)

Copied: python-django-allauth/repos/community-staging-any/PKGBUILD (from rev 
1059053, python-django-allauth/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:32:35 UTC (rev 1059054)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+
+_name=django-allauth
+pkgname=python-django-allauth
+pkgver=0.46.0
+pkgrel=2
+pkgdesc="Authentication, registration, account management and 3rd party 
account authentication"
+arch=('any')
+url="https://github.com/pennersr/django-allauth;
+license=('MIT')
+depends=('python-django' 'python-openid' 'python-requests'
+'python-requests-oauthlib' 'python-pyjwt')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest')
+# tests are not available in pypi sdist:
+# https://github.com/pennersr/django-allauth/issues/2439
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=(
+  
"${_name}-${pkgver}.tar.gz::https://github.com/pennersr/${_name}/archive/${pkgver}.tar.gz;
+  "${pkgname}-0.46.0-python-pyjwt-2.2.0.patch"
+)
+sha512sums=('cb7f2195861fcd54cb8f9aa1b0af3915dc038a3cf4fff3d0e0c74ee5602f4dbdc386a9583a1d3814d398fa5c67c888aa3a2d1ae9525581ff91814cad023d4e17'
+
'57671f180534c7372534077f0ae74de23afd99ecb8e39767fb65134133c88863e6f6da64ca3e62ed91880a811b235ec79f7e7bab30da4a4e70c61d949d2a34b3')
+b2sums=('67fc03fa8e2377bc87a9a52cd4f51cb33be3d91ba9079a82150ff15059efd1e74a49b3b4c17d879a0528a287e29d8747fbc9e243c865c0e3ee9c81afe0ecaa3f'
+
'18c4749d2ba8334b4ba060499a42c15fe0ad925ec4480fece7a934302a05abf0a44c3674f472ea953dc31323e30216b036603b72dff2c0ceb4f4ab7be6e10448')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+
+  cd "$pkgname-$pkgver"
+  # remove unused jwt.decode() parameter
+  # https://github.com/pennersr/django-allauth/issues/2977
+  patch -Np1 -i ../"${pkgname}-0.46.0-python-pyjwt-2.2.0.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python manage.py test allauth
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}

Copied: 
python-django-allauth/repos/community-staging-any/python-django-allauth-0.46.0-python-pyjwt-2.2.0.patch
 (from rev 1059053, 
python-django-allauth/trunk/python-django-allauth-0.46.0-python-pyjwt-2.2.0.patch)
===
--- community-staging-any/python-django-allauth-0.46.0-python-pyjwt-2.2.0.patch 
(rev 0)
+++ community-staging-any/python-django-allauth-0.46.0-python-pyjwt-2.2.0.patch 
2021-11-30 22:32:35 UTC (rev 1059054)
@@ -0,0 +1,11 @@
+diff -ruN a/allauth/socialaccount/providers/apple/views.py 
b/allauth/socialaccount/providers/apple/views.py
+--- a/allauth/socialaccount/providers/apple/views.py   2021-11-15 
17:23:50.0 +0100
 b/allauth/socialaccount/providers/apple/views.py   2021-11-15 
19:38:17.285418437 +0100
+@@ -68,7 +68,6 @@
+ id_token,
+ public_key,
+ algorithms=["RS256"],
+-verify=True,
+ audience=allowed_auds,
+ issuer="https://appleid.apple.com;,
+ )



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:18
  Author: foutrelis
Revision: 1059050

archrelease: copy trunk to community-staging-x86_64

Added:
  python-reportlab/repos/community-staging-x86_64/
  python-reportlab/repos/community-staging-x86_64/PKGBUILD
(from rev 1059049, python-reportlab/trunk/PKGBUILD)

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

Copied: python-reportlab/repos/community-staging-x86_64/PKGBUILD (from rev 
1059049, python-reportlab/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-30 22:32:18 UTC (rev 1059050)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.6.2
+pkgrel=2
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/;
+depends=('freetype2')
+depends=('python' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('f0c4b47b012d893b0b9f5703cf6f01b5593714a3fc1e7dc73efbbfe26bb7e16a')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests || true
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:08
  Author: felixonmars
Revision: 1059047

upgpkg: python-novaclient 17.6.0-2: Python 3.10 rebuild

Modified:
  python-novaclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:02 UTC (rev 1059046)
+++ PKGBUILD2021-11-30 22:32:08 UTC (rev 1059047)
@@ -3,7 +3,7 @@
 
 pkgname=python-novaclient
 pkgver=17.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Client library for OpenStack Compute API"
 arch=('any')
 url="https://docs.openstack.org/python-novaclient/latest/;



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:14
  Author: foutrelis
Revision: 1059048

upgpkg: python-reportlab 3.6.2-2: Python 3.10 rebuild

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:08 UTC (rev 1059047)
+++ PKGBUILD2021-11-30 22:32:14 UTC (rev 1059048)
@@ -5,7 +5,7 @@
 _origname=reportlab
 pkgname=python-reportlab
 pkgver=3.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
 url="https://www.reportlab.com/;



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:15
  Author: felixonmars
Revision: 1059049

archrelease: copy trunk to community-staging-any

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

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

Copied: python-novaclient/repos/community-staging-any/PKGBUILD (from rev 
1059047, python-novaclient/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:32:15 UTC (rev 1059049)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-novaclient
+pkgver=17.6.0
+pkgrel=2
+pkgdesc="Client library for OpenStack Compute API"
+arch=('any')
+url="https://docs.openstack.org/python-novaclient/latest/;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
+ 'python-requests' 'python-iso8601' 'python-oslo-utils' 
'python-oslo-i18n'
+ 'python-oslo-serialization')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock' 
'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
+sha512sums=('a23a62cef8bd21d7c701b3865c4c493741cd492791609d0454f1a602123d8dabcc682f4ed54e72a94e8735308b7c49bdef23eab11a983f71521684f5d19ef170')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-novaclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-novaclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/python-novaclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:31
  Author: felixonmars
Revision: 1059051

upgpkg: python-matplotlib 3.5.0-2: Python 3.10 rebuild

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:32:18 UTC (rev 1059050)
+++ PKGBUILD2021-11-30 22:32:31 UTC (rev 1059051)
@@ -7,7 +7,7 @@
 
 pkgname=python-matplotlib
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
 url="https://matplotlib.org;



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:01
  Author: felixonmars
Revision: 1059045

archrelease: copy trunk to community-staging-any

Added:
  python-oslo-log/repos/community-staging-any/
  python-oslo-log/repos/community-staging-any/PKGBUILD
(from rev 1059042, python-oslo-log/trunk/PKGBUILD)

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

Copied: python-oslo-log/repos/community-staging-any/PKGBUILD (from rev 1059042, 
python-oslo-log/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:32:01 UTC (rev 1059045)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-log
+pkgver=4.6.1
+pkgrel=2
+pkgdesc="Oslo Logging Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.log/$pkgver;
+license=('Apache')
+depends=('python-pbr' 'python-oslo-config' 'python-oslo-context' 
'python-oslo-i18n'
+ 'python-oslo-utils' 'python-oslo-serialization' 
'python-debtcollector' 'python-pyinotify'
+ 'python-dateutil')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest')
+source=("https://github.com/openstack/oslo.log/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6cace83680b01a311d2bb5befbc3fa19cc7795363f202b5d702acb7a82505db9b1e92419ce4537f2be739f111b399468ac741f3672a6ff443be0017427372d7b')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.log-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.log-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.log-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:02
  Author: felixonmars
Revision: 1059046

archrelease: copy trunk to community-staging-any

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

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

Copied: python-s3transfer/repos/community-staging-any/PKGBUILD (from rev 
1059043, python-s3transfer/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:32:02 UTC (rev 1059046)
@@ -0,0 +1,25 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-s3transfer
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Amazon S3 Transfer Manager for Python'
+arch=('any')
+url="https://github.com/boto/s3transfer;
+license=('Apache')
+depends=('python-botocore')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('08e52edfb5c55920d64fdb9aa7ec2b0a')
+
+build() {
+  cd s3transfer-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd s3transfer-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in volume_key/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:58
  Author: foutrelis
Revision: 429856

archrelease: copy trunk to staging-x86_64

Added:
  volume_key/repos/staging-x86_64/
  volume_key/repos/staging-x86_64/PKGBUILD
(from rev 429855, volume_key/trunk/PKGBUILD)

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

Copied: volume_key/repos/staging-x86_64/PKGBUILD (from rev 429855, 
volume_key/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-11-30 22:31:58 UTC (rev 429856)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=volume_key
+pkgver=0.3.12
+pkgrel=6
+pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
+arch=('x86_64')
+url="https://pagure.io/volume_key;
+license=('GPL')
+depends=('cryptsetup' 'nss' 'gpgme')
+makedepends=('python' 'swig')
+optdepends=('python: for python bindings')
+source=("https://releases.pagure.org/volume_key/volume_key-$pkgver.tar.xz;)
+sha512sums=('d056154c9b9d23e4eb661946dd59ed97e116903a3afcff9d9e29258408082f33dcbb69958724143f6bf191a3da488a03b6c02af287790990ed6459e29d66553c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  
+  find . -name ".pyc" -delete
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export CFLAGS+=" $(python3-config --includes)"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  sed -i '/#include /d' 
"$pkgdir"/usr/include/volume_key/libvolume_key.h
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:09
  Author: felixonmars
Revision: 1059018

upgpkg: python-ansible-compat 0.5.0-2: Python 3.10 rebuild

Modified:
  python-ansible-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:06 UTC (rev 1059017)
+++ PKGBUILD2021-11-30 22:31:09 UTC (rev 1059018)
@@ -3,7 +3,7 @@
 _name=ansible-compat
 pkgname=python-ansible-compat
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Functions that help interacting with various versions of Ansible"
 arch=('any')
 url="https://github.com/ansible-community/ansible-compat;



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:59
  Author: felixonmars
Revision: 1059043

archrelease: copy trunk to community-staging-any

Added:
  python-zope-configuration/repos/community-staging-any/
  python-zope-configuration/repos/community-staging-any/PKGBUILD
(from rev 1059041, python-zope-configuration/trunk/PKGBUILD)

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

Copied: python-zope-configuration/repos/community-staging-any/PKGBUILD (from 
rev 1059041, python-zope-configuration/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:59 UTC (rev 1059043)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zope-configuration
+pkgver=4.4.0
+pkgrel=4
+pkgdesc="Zope Configuration Markup Language (ZCML)"
+arch=('any')
+url="https://github.com/zopefoundation/zope.configuration;
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-interface' 'python-zope-schema' 
'python-zope-i18nmessageid')
+checkdepends=('python-manuel' 'python-zope-testing' 'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.configuration/archive/$pkgver.tar.gz;)
+sha512sums=('4977a26ac22ef39b7f628f5df7c3a3eac4d63633737651e78b95dc4d61e0591e76f8399173acff5265e22f6a7dfa9dc6abc5306185b8de03a28286576d61f247')
+
+build() {
+  cd "$srcdir"/zope.configuration-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.configuration-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || echo "Tests failed"
+}
+
+package() {
+  cd "$srcdir"/zope.configuration-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:32:01
  Author: felixonmars
Revision: 1059044

archrelease: copy trunk to community-staging-any

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

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

Copied: python-stestr/repos/community-staging-any/PKGBUILD (from rev 1059042, 
python-stestr/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:32:01 UTC (rev 1059044)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgname=python-stestr
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="A test runner runner similar to testrepository"
+url="https://stestr.readthedocs.io/en/latest/;
+license=('Apache')
+arch=('any')
+depends=('python-future' 'python-cliff' 'python-pbr' 'python-subunit' 
'python-fixtures'
+ 'python-testtools' 'python-yaml' 'python-voluptuous')
+checkdepends=('python-hacking' 'python-sphinx' 'python-mock' 'python-coverage'
+  'python-ddt')
+source=("https://pypi.io/packages/source/s/stestr/stestr-$pkgver.tar.gz;)
+sha512sums=('43187ca0d81e3b31e16ed60a1db561dc49c34f679594d11cad8cb0e658bf790af0b3d606bf99233a5767e2511675d3aedb6a476046d2f5483ffab05eaae393ed')
+
+build() {
+  cd stestr-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd stestr-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages"
+export PATH="$PWD/tmp_install/usr/bin:$PATH"
+stestr run
+  )
+}
+
+package() {
+  cd stestr-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:14
  Author: foutrelis
Revision: 1059019

upgpkg: python-pluggy 0.13.1-5: Python 3.10 rebuild

Modified:
  python-pluggy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:09 UTC (rev 1059018)
+++ PKGBUILD2021-11-30 22:31:14 UTC (rev 1059019)
@@ -3,7 +3,7 @@
 pkgbase=python-pluggy
 pkgname=(python-pluggy python2-pluggy)
 pkgver=0.13.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Plugin and hook calling mechanisms for python"
 arch=('any')
 url="https://github.com/pytest-dev/pluggy;



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:55
  Author: foutrelis
Revision: 429855

upgpkg: volume_key 0.3.12-6: Python 3.10 rebuild

Modified:
  volume_key/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:27 UTC (rev 429854)
+++ PKGBUILD2021-11-30 22:31:55 UTC (rev 429855)
@@ -2,7 +2,7 @@
 
 pkgname=volume_key
 pkgver=0.3.12
-pkgrel=5
+pkgrel=6
 pkgdesc="A library for manipulating storage volume encryption keys and storing 
them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key;



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:06
  Author: felixonmars
Revision: 1059017

archrelease: copy trunk to community-staging-any

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

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

Copied: python-keyring/repos/community-staging-any/PKGBUILD (from rev 1059016, 
python-keyring/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:06 UTC (rev 1059017)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgname=python-keyring
+_pkgname=keyring
+pkgver=23.0.1
+pkgrel=2
+pkgdesc='Store and access your passwords safely'
+arch=('any')
+url='https://github.com/jaraco/keyring'
+license=('PSF' 'MIT')
+depends=('python-entrypoints' 'python-secretstorage' 
'python-importlib-metadata')
+makedepends=('git' 'python-setuptools-scm')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy' 
'python-keyrings-alt')
+optdepends=('python-keyrings-alt: Alternative backends'
+'python-dbus: kwallet backend')
+source=("git+$url#tag=v$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd $_pkgname
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/lib/python3.10/site-packages/keyring/tests
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:57
  Author: felixonmars
Revision: 1059042

archrelease: copy trunk to community-staging-any

Added:
  blockdiag/repos/community-staging-any/
  blockdiag/repos/community-staging-any/PKGBUILD
(from rev 1059040, blockdiag/trunk/PKGBUILD)

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

Copied: blockdiag/repos/community-staging-any/PKGBUILD (from rev 1059040, 
blockdiag/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:57 UTC (rev 1059042)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: David Runge 
+
+pkgname=blockdiag
+pkgver=2.0.1
+pkgrel=5
+pkgdesc="blockdiag generates block-diagram image from text"
+url="http://blockdiag.com;
+license=('Apache')
+arch=('any')
+depends=('python-setuptools' 'python-funcparserlib' 'python-pillow' 
'python-webcolors')
+checkdepends=('python-nose' 'python-mock' 'python-pycodestyle' 
'python-reportlab' 'python-docutils'
+  'python-wand' 'ghostscript' 'librsvg')
+optdepends=('python-reportlab: for PDF export'
+'python-docutils: for RST parser')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/blockdiag/blockdiag/archive/$pkgver.tar.gz;)
+sha512sums=('509535312bd46022203d279604507e09106680722d98516dabd7187bc48d9a195709f2534f2f7757058c06b914b517ec2f6d899cec12e7df24ba4ab28ec76bcd')
+
+build() {
+  cd blockdiag-$pkgver
+  python setup.py build
+}
+
+check() {
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  cd blockdiag-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  # TODO: figure out the failure
+  PYTHONPATH="$PWD/tmp_install/${site_packages}" nosetests -v -e 
"test_setup_inline_svg_is_true_with_multibytes"
+}
+
+package() {
+  cd blockdiag-$pkgver
+  python setup.py install --root="$pkgdir" \
+  --optimize=1 \
+  --skip-build
+  install -vDm 644 {CHANGES,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1/"
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:54
  Author: felixonmars
Revision: 1059040

archrelease: copy trunk to community-staging-any

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

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

Copied: python-helpdev/repos/community-staging-any/PKGBUILD (from rev 1059034, 
python-helpdev/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:54 UTC (rev 1059040)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=helpdev
+pkgname=python-${_pkg}
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="Helping users and developers to get information about the environment 
to report bugs"
+arch=(any)
+url="https://gitlab.com/dpizetta/helpdev;
+license=(MIT CCPL)
+depends=(python-importlib-metadata python-psutil)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pip)
+#PyPi does not have tests nor LICENSE
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/-/archive/v${pkgver}/${_pkg}-v${pkgver}.tar.bz2)
+sha256sums=('b52f83d6d3935500da42b434747569660d526cd36e88069bd67a8747cca488fc')
+
+build() {
+  cd ${_pkg}-v${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-v${pkgver}
+  PYTHONPATH="${PWD}/build/lib/" pytest tests
+}
+
+package() {
+  cd ${_pkg}-v${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+  install -Dm644 LICENSE.rst -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:54
  Author: felixonmars
Revision: 1059041

upgpkg: python-s3transfer 0.5.0-2: Python 3.10 rebuild

Modified:
  python-s3transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:54 UTC (rev 1059040)
+++ PKGBUILD2021-11-30 22:31:54 UTC (rev 1059041)
@@ -3,7 +3,7 @@
 
 pkgname=python-s3transfer
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Amazon S3 Transfer Manager for Python'
 arch=('any')
 url="https://github.com/boto/s3transfer;



[arch-commits] Commit in python-jinja-time/repos (3 files)

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:53
  Author: felixonmars
Revision: 1059037

archrelease: copy trunk to community-staging-any

Added:
  python-jinja-time/repos/community-staging-any/
  python-jinja-time/repos/community-staging-any/PKGBUILD
(from rev 1059031, python-jinja-time/trunk/PKGBUILD)
  
python-jinja-time/repos/community-staging-any/python-jinja-time-0.2.0-arrow_shift.patch
(from rev 1059031, 
python-jinja-time/trunk/python-jinja-time-0.2.0-arrow_shift.patch)

---+
 PKGBUILD  |   48 
 python-jinja-time-0.2.0-arrow_shift.patch |   38 ++
 2 files changed, 86 insertions(+)

Copied: python-jinja-time/repos/community-staging-any/PKGBUILD (from rev 
1059031, python-jinja-time/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:53 UTC (rev 1059037)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+_name=jinja2-time
+pkgname=python-jinja-time
+pkgver=0.2.0
+pkgrel=6
+pkgdesc="Jinja2 Extension for Dates and Times"
+arch=('any')
+url="https://github.com/hackebrot/jinja2-time;
+license=('MIT')
+depends=('python-arrow' 'python-jinja')
+makedepends=('python-setuptools')
+checkdepends=('python-freezegun' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;
+"${pkgname}-0.2.0-arrow_shift.patch")
+sha512sums=('8ac4686312cde689f7a431001833d5d477030c4f5e9470d949bd07a40fcb9521f6ddcde37a72468093121ff9451e352a0bb43d20a796d7a204cf94e8a7545f2c'
+
'0286a608702bb445cf29da7900ec04f5b1f64d1e9658b84f9a90018adf5fce5cc959832abff73fa017afcaf0a0f6be85060e52a79038bf770b8b37d8c96a5e7d')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # fixing the way python-arrow is used:
+  # https://github.com/hackebrot/jinja2-time/issues/15
+  patch -Np1 -i "../${pkgname}-0.2.0-arrow_shift.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+#  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {CONTRIBUTING,CONTRIBUTORS,HISTORY,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: 
python-jinja-time/repos/community-staging-any/python-jinja-time-0.2.0-arrow_shift.patch
 (from rev 1059031, 
python-jinja-time/trunk/python-jinja-time-0.2.0-arrow_shift.patch)
===
--- community-staging-any/python-jinja-time-0.2.0-arrow_shift.patch 
(rev 0)
+++ community-staging-any/python-jinja-time-0.2.0-arrow_shift.patch 
2021-11-30 22:31:53 UTC (rev 1059037)
@@ -0,0 +1,38 @@
+From aa4af9af0a0a5111a8ad21bc1b43bbdb586ee8af Mon Sep 17 00:00:00 2001
+From: Vincent Bernat 
+Date: Sun, 3 Nov 2019 07:48:08 +0100
+Subject: [PATCH] Use shift() instead of replace() to modify dates
+
+Previously, the `replace()` method from arrow was shifting the date
+when the arguments were using the plural form. Since Arrow 0.9.0, this
+has been deprecated in favor of a `shift()` method. Arrow 0.14.5
+completely removed the ability for `replace()` to shift dates. This
+leads to errors like `AttributeError: unknown attribute: "hours"` when
+using plural form.
+
+This commit replace the use of `replace()` by `shift()` since the
+intent is always to shift the current date.
+---
+ jinja2_time/jinja2_time.py | 6 +++---
+ setup.py   | 4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/jinja2_time/jinja2_time.py b/jinja2_time/jinja2_time.py
+index ce713cb..717c8a0 100755
+--- a/jinja2_time/jinja2_time.py
 b/jinja2_time/jinja2_time.py
+@@ -19,11 +19,11 @@ def _datetime(self, timezone, operator, offset, 
datetime_format):
+ d = arrow.now(timezone)
+ 
+ # Parse replace kwargs from offset and include operator
+-replace_params = {}
++shift_params = {}
+ for param in offset.split(','):
+ interval, value = param.split('=')
+-replace_params[interval.strip()] = float(operator + value.strip())
+-d = d.replace(**replace_params)
++shift_params[interval.strip()] = float(operator + value.strip())
++d = d.shift(**shift_params)
+ 
+ if datetime_format is None:
+ datetime_format = self.environment.datetime_format



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:53
  Author: felixonmars
Revision: 1059038

upgpkg: python-stestr 3.2.1-2: Python 3.10 rebuild

Modified:
  python-stestr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:53 UTC (rev 1059037)
+++ PKGBUILD2021-11-30 22:31:53 UTC (rev 1059038)
@@ -4,7 +4,7 @@
 
 pkgname=python-stestr
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A test runner runner similar to testrepository"
 url="https://stestr.readthedocs.io/en/latest/;
 license=('Apache')



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:53
  Author: felixonmars
Revision: 1059039

upgpkg: python-oslo-log 4.6.1-2: Python 3.10 rebuild

Modified:
  python-oslo-log/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:53 UTC (rev 1059038)
+++ PKGBUILD2021-11-30 22:31:53 UTC (rev 1059039)
@@ -3,7 +3,7 @@
 
 pkgname=python-oslo-log
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Oslo Logging Library"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.log/$pkgver;



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:50
  Author: foutrelis
Revision: 1059034

archrelease: copy trunk to community-staging-any

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

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

Copied: python-simplesoapy/repos/community-staging-any/PKGBUILD (from rev 
1059031, python-simplesoapy/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:50 UTC (rev 1059034)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+_pkgname=simplesoapy
+pkgname=python-$_pkgname
+pkgver=1.5.1
+pkgrel=8
+pkgdesc='Simple pythonic wrapper for SoapySDR library'
+arch=('any')
+url='https://github.com/xmikos/simplesoapy'
+license=('MIT')
+depends=('python' 'python-numpy' 'soapysdr')
+makedepends=('python-setuptools')
+replaces=('simplesoapy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/simplesoapy/archive/v$pkgver.tar.gz;)
+sha256sums=('4006fb23997693266fbeee0b92d7461c3801c677a6dd2931a9539f34f37aa5b2')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in python-lazr.config/repos (2 files)

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:50
  Author: foutrelis
Revision: 1059033

archrelease: copy trunk to community-staging-any

Added:
  python-lazr.config/repos/community-staging-any/
  python-lazr.config/repos/community-staging-any/PKGBUILD
(from rev 1059031, python-lazr.config/trunk/PKGBUILD)

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

Copied: python-lazr.config/repos/community-staging-any/PKGBUILD (from rev 
1059031, python-lazr.config/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:50 UTC (rev 1059033)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+_name=lazr.config
+pkgname=python-lazr.config
+pkgver=2.2.3
+pkgrel=2
+pkgdesc="Create configuration schemas, and process and validate configurations"
+arch=('any')
+url="https://launchpad.net/lazr.config;
+license=('LGPL3')
+depends=('python-lazr.delegates' 'python-zope-interface')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+provides=('python-lazr-config')
+replaces=('python-lazr-config')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('cd8edc29a811b658045f314b2de4317bd750a701c2596d89912948fe0e58bdc39ad3d22cdf34bb7e46658af7ac6d32249e454c35bdcf72bc5053094343cd37bb'
+'SKIP')
+b2sums=('029bdec3ac4f937f439f833f51e44a58f4604f337979c9f06695e7a243b2cde0af39a46139af5e88052e8585d2729c1b328df89979c9ff100338ec557e841b71'
+'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # we do not care about coverage in testing
+  sed -e '/coverage/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  nosetests -P lazr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 {HACKING,NEWS,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:51
  Author: felixonmars
Revision: 1059035

upgpkg: python-zope-configuration 4.4.0-4: Python 3.10 rebuild

Modified:
  python-zope-configuration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:50 UTC (rev 1059034)
+++ PKGBUILD2021-11-30 22:31:51 UTC (rev 1059035)
@@ -2,7 +2,7 @@
 
 pkgname=python-zope-configuration
 pkgver=4.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Zope Configuration Markup Language (ZCML)"
 arch=('any')
 url="https://github.com/zopefoundation/zope.configuration;



[arch-commits] Commit in python-yg.lockfile/repos (2 files)

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:52
  Author: felixonmars
Revision: 1059036

archrelease: copy trunk to community-staging-any

Added:
  python-yg.lockfile/repos/community-staging-any/
  python-yg.lockfile/repos/community-staging-any/PKGBUILD
(from rev 1059031, python-yg.lockfile/trunk/PKGBUILD)

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

Copied: python-yg.lockfile/repos/community-staging-any/PKGBUILD (from rev 
1059031, python-yg.lockfile/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:52 UTC (rev 1059036)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-yg.lockfile
+pkgver=2.3
+pkgrel=2
+pkgdesc="Lockfile object with timeouts and context manager"
+url="https://github.com/yougov/yg.lockfile;
+license=('MIT')
+arch=('any')
+depends=('python-zc.lockfile' 'python-tempora' 'python-jaraco')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("https://github.com/yougov/yg.lockfile/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('938bde1795da7d48c11ee01212c0d24179e3b55f17b1a128010ee4304cb6931f87c4fabeccb4637b1cff932253c449c56ea809bd21cc1d131b47ed68e0a9d8af')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd yg.lockfile-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd yg.lockfile-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd yg.lockfile-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  # Will be available in next version
+  #install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:50
  Author: felixonmars
Revision: 1059032

upgpkg: blockdiag 2.0.1-5: Python 3.10 rebuild

Modified:
  blockdiag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:47 UTC (rev 1059031)
+++ PKGBUILD2021-11-30 22:31:50 UTC (rev 1059032)
@@ -3,7 +3,7 @@
 
 pkgname=blockdiag
 pkgver=2.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="blockdiag generates block-diagram image from text"
 url="http://blockdiag.com;
 license=('Apache')



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:47
  Author: foutrelis
Revision: 1059031

upgpkg: python-simplesoapy 1.5.1-8: Python 3.10 rebuild

Modified:
  python-simplesoapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:46 UTC (rev 1059030)
+++ PKGBUILD2021-11-30 22:31:47 UTC (rev 1059031)
@@ -4,7 +4,7 @@
 _pkgname=simplesoapy
 pkgname=python-$_pkgname
 pkgver=1.5.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Simple pythonic wrapper for SoapySDR library'
 arch=('any')
 url='https://github.com/xmikos/simplesoapy'



[arch-commits] Commit in python-lazr.config/trunk (PKGBUILD)

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:46
  Author: foutrelis
Revision: 1059030

upgpkg: python-lazr.config 2.2.3-2: Python 3.10 rebuild

Modified:
  python-lazr.config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:46 UTC (rev 1059029)
+++ PKGBUILD2021-11-30 22:31:46 UTC (rev 1059030)
@@ -3,7 +3,7 @@
 _name=lazr.config
 pkgname=python-lazr.config
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Create configuration schemas, and process and validate configurations"
 arch=('any')
 url="https://launchpad.net/lazr.config;



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:36
  Author: foutrelis
Revision: 1059025

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pylint/repos/community-staging-any/PKGBUILD (from rev 1059024, 
python-pylint/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:36 UTC (rev 1059025)
@@ -0,0 +1,56 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Angel Velasquez 
+# Contributor: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+_pyname=pylint
+pkgname=python-$_pyname
+pkgver=2.12.1
+pkgrel=2
+pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
+arch=(any)
+url=https://pylint.org
+license=(GPL)
+_pydeps=(astroid
+ isort
+ mccabe
+ platformdirs
+ toml
+ typing_extensions) # for python<3.10
+depends=(python
+ "${_pydeps[@]/#/python-}")
+makedepends=(python-setuptools
+ python-sphinx)
+checkdepends=(mpdecimal
+  python-pytest
+  python-gitpython)
+optdepends=('graphviz: Enable output formats other than dot or vcg'
+'tk: Pylint GUI')
+_archive="$_pyname-$pkgver"
+source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz;)
+sha256sums=('9fa85a5f0704c8a880762c3e7c938993b2ff619291171acde97127fcb134c02e')
+
+prepare() {
+   cd "$_archive"
+   # Remove overly restrictive dependency pinning that ends up in runtime 
checks
+   sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
+}
+
+build() {
+   cd "$_archive"
+   python setup.py build
+   make PYTHONPATH="$PWD/build/lib" -C doc man
+}
+
+check() {
+   cd "$_archive"
+   PYTHONPATH="$PWD/build/lib" pytest \
+   --deselect tests/benchmark/test_baseline_benchmarks.py
+}
+
+package() {
+   cd "$_archive"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
+}



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:34
  Author: foutrelis
Revision: 1059024

archrelease: copy trunk to community-staging-any

Added:
  python-osc-lib/repos/community-staging-any/
  python-osc-lib/repos/community-staging-any/PKGBUILD
(from rev 1059022, python-osc-lib/trunk/PKGBUILD)

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

Copied: python-osc-lib/repos/community-staging-any/PKGBUILD (from rev 1059022, 
python-osc-lib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-11-30 22:31:34 UTC (rev 1059024)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-osc-lib
+pkgver=2.4.2
+pkgrel=2
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="https://docs.openstack.org/osc-lib/latest/;
+license=('Apache')
+depends=('python-pbr' 'python-cliff' 'python-keystoneauth1' 
'python-openstacksdk' 'python-oslo-i18n'
+ 'python-oslo-utils' 'python-simplejson' 'python-stevedore')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-requests-mock')
+source=("https://github.com/openstack/osc-lib/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('3c47e3ff693d462fb24a26691d581aa51d025007b982c988bff7d2db9c2a12a00467510c4347bbf05493a4297de4a3741e9e896bb898a386aa2936fada18da79')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd osc-lib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd osc-lib-$pkgver
+  # https://storyboard.openstack.org/#!/story/2008461
+  stestr run || echo "Tests failed"
+}
+
+package() {
+  cd osc-lib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:46
  Author: felixonmars
Revision: 1059029

upgpkg: python-helpdev 0.7.1-4: Python 3.10 rebuild

Modified:
  python-helpdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:44 UTC (rev 1059028)
+++ PKGBUILD2021-11-30 22:31:46 UTC (rev 1059029)
@@ -3,7 +3,7 @@
 _pkg=helpdev
 pkgname=python-${_pkg}
 pkgver=0.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Helping users and developers to get information about the environment 
to report bugs"
 arch=(any)
 url="https://gitlab.com/dpizetta/helpdev;



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

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:43
  Author: felixonmars
Revision: 1059027

upgpkg: python-jinja-time 0.2.0-6: Python 3.10 rebuild

Modified:
  python-jinja-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:40 UTC (rev 1059026)
+++ PKGBUILD2021-11-30 22:31:43 UTC (rev 1059027)
@@ -3,7 +3,7 @@
 _name=jinja2-time
 pkgname=python-jinja-time
 pkgver=0.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Jinja2 Extension for Dates and Times"
 arch=('any')
 url="https://github.com/hackebrot/jinja2-time;



[arch-commits] Commit in python-yg.lockfile/trunk (PKGBUILD)

2021-11-30 Thread Felix Yan via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:44
  Author: felixonmars
Revision: 1059028

upgpkg: python-yg.lockfile 2.3-2: Python 3.10 rebuild

Modified:
  python-yg.lockfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:43 UTC (rev 1059027)
+++ PKGBUILD2021-11-30 22:31:44 UTC (rev 1059028)
@@ -2,7 +2,7 @@
 
 pkgname=python-yg.lockfile
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Lockfile object with timeouts and context manager"
 url="https://github.com/yougov/yg.lockfile;
 license=('MIT')



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

2021-11-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:40
  Author: arojas
Revision: 1059026

Rebuild with cysignals 1.11

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:36 UTC (rev 1059025)
+++ PKGBUILD2021-11-30 22:31:40 UTC (rev 1059026)
@@ -3,7 +3,7 @@
 pkgbase=fpylll
 pkgname=python-fpylll
 pkgver=0.5.6
-pkgrel=2
+pkgrel=3
 pkgdesc='A Python interface for fplll'
 arch=(x86_64)
 url='https://github.com/fplll/fpylll'



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:33
  Author: foutrelis
Revision: 1059023

upgpkg: python-pylint 2.12.1-2: Python 3.10 rebuild

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:31 UTC (rev 1059022)
+++ PKGBUILD2021-11-30 22:31:33 UTC (rev 1059023)
@@ -7,7 +7,7 @@
 _pyname=pylint
 pkgname=python-$_pyname
 pkgver=2.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
 url=https://pylint.org



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:27
  Author: foutrelis
Revision: 429854

archrelease: copy trunk to staging-x86_64

Added:
  libimobiledevice/repos/staging-x86_64/
  libimobiledevice/repos/staging-x86_64/PKGBUILD
(from rev 429853, libimobiledevice/trunk/PKGBUILD)

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

Copied: libimobiledevice/repos/staging-x86_64/PKGBUILD (from rev 429853, 
libimobiledevice/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-11-30 22:31:27 UTC (rev 429854)
@@ -0,0 +1,48 @@
+# Contributor: Tom Gundersen 
+# Contributor: Ionut Biru 
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.3.0
+pkgrel=4
+pkgdesc="Library that talks the protocols to support iPhone and iPod Touch 
devices on Linux"
+url="https://libimobiledevice.org/;
+arch=('x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('libusbmuxd' 'usbmuxd' 'gnutls')
+makedepends=('python' 'cython' 'libplist' 'autoconf-archive'
+ 'git' 'python-setuptools')
+_commit=15f8652126664e3a4b980e5d1c039b9053ce8566
+source=("git+https://github.com/libimobiledevice/libimobiledevice#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Update ac_python_devel.m4 to newer ax_python_devel.m4
+  git cherry-pick -n eea4f1be91
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() (
+  cd $pkgname
+  ./configure --prefix=/usr --disable-openssl
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}
+
+# vim:set sw=2 et:



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

2021-11-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 30, 2021 @ 22:31:31
  Author: foutrelis
Revision: 1059022

upgpkg: python-osc-lib 2.4.2-2: Python 3.10 rebuild

Modified:
  python-osc-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-30 22:31:18 UTC (rev 1059021)
+++ PKGBUILD2021-11-30 22:31:31 UTC (rev 1059022)
@@ -3,7 +3,7 @@
 
 pkgname=python-osc-lib
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenStackClient Library"
 arch=('any')
 url="https://docs.openstack.org/osc-lib/latest/;



  1   2   3   4   5   6   7   8   9   10   >