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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Thu Feb 24 15:07:24 UTC 2022


    Date: Thursday, February 24, 2022 @ 15:07:24
  Author: yan12125
Revision: 1136421

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 15:07:10 UTC (rev 1136420)
+++ PKGBUILD	2022-02-24 15:07:24 UTC (rev 1136421)
@@ -1,34 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-aioitertools
-_pkgname=aioitertools
-# https://github.com/omnilib/aioitertools/blob/main/CHANGELOG.md
-pkgver=0.9.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-install)
-source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('0fd203d53192193973cae71fa14f0d3689328388ad41ca4a4e03e433f98871ac')
-
-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 install --optimize 0 1 --destdir="$pkgdir" dist/*.whl
-  # Replace python-install with python-installer when the latter comes with a new version
-  # https://github.com/pradyunsg/installer/issues/104
-  # 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 1136420, python-aioitertools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-24 15:07:24 UTC (rev 1136421)
@@ -0,0 +1,31 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list