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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Apr 10 12:19:33 UTC 2020


    Date: Friday, April 10, 2020 @ 12:19:32
  Author: yan12125
Revision: 613084

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-10 12:19:12 UTC (rev 613083)
+++ PKGBUILD	2020-04-10 12:19:32 UTC (rev 613084)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-aioitertools
-_pkgname=aioitertools
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables'
-arch=(any)
-url='https://github.com/jreese/aioitertools'
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools)
-source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('1609c66e6ab1a98c3bb1b1e4acb7bf632a4d78818042cf827f73d31e6caf0d39')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  python -m unittest -v aioitertools.tests
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-aioitertools/repos/community-any/PKGBUILD (from rev 613083, python-aioitertools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-10 12:19:32 UTC (rev 613084)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-aioitertools
+_pkgname=aioitertools
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables'
+arch=(any)
+url='https://github.com/jreese/aioitertools'
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('3684a9e5626664169ee31bc6e40d30d1ad86d9a1832d251652fda2cf3e3e74ae')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  python -m unittest -v aioitertools.tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list