Date: Sunday, September 18, 2022 @ 07:22:53
Author: yan12125
Revision: 1304859
archrelease: copy trunk to community-any
Added:
python-aioitertools/repos/community-any/PKGBUILD
(from rev 1304858, python-aioitertools/trunk/PKGBUILD)
Deleted:
python-aioitertools/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-18 07:22:20 UTC (rev 1304858)
+++ PKGBUILD 2022-09-18 07:22:53 UTC (rev 1304859)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-
-pkgname=python-aioitertools
-_pkgname=aioitertools
-# https://github.com/omnilib/aioitertools/blob/main/CHANGELOG.md
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and
mixed-type iterables'
-arch=(any)
-url='https://github.com/omnilib/aioitertools'
-license=(MIT)
-depends=(python)
-makedepends=(python-flit-core python-build python-installer)
-source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('7d1d1d4a03d462c5a0840787d3df098f125847e0d38b833b30f8f8cbc45a1420')
-
-build() {
- cd $_pkgname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_pkgname-$pkgver
- python -m unittest -v aioitertools.tests
-}
-
-package() {
- cd $_pkgname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-aioitertools/repos/community-any/PKGBUILD (from rev 1304858,
python-aioitertools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-18 07:22:53 UTC (rev 1304859)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=python-aioitertools
+_pkgname=aioitertools
+# https://github.com/omnilib/aioitertools/blob/main/CHANGELOG.md
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and
mixed-type iterables'
+arch=(any)
+url='https://github.com/omnilib/aioitertools'
+license=(MIT)
+depends=(python)
+makedepends=(python-flit-core python-build python-installer)
+source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('42c68b8dd3a69c2bf7f2233bf7df4bb58b557bca5252ac02ed5187bbc67d6831')
+
+build() {
+ cd $_pkgname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_pkgname-$pkgver
+ python -m unittest -v aioitertools.tests
+}
+
+package() {
+ cd $_pkgname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}