[arch-commits] Commit in python-aioitertools/repos/community-any (PKGBUILD PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Apr 24 07:40:22 UTC 2020
Date: Friday, April 24, 2020 @ 07:40:21
Author: yan12125
Revision: 618985
archrelease: copy trunk to community-any
Added:
python-aioitertools/repos/community-any/PKGBUILD
(from rev 618984, 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-24 07:40:08 UTC (rev 618984)
+++ PKGBUILD 2020-04-24 07:40:21 UTC (rev 618985)
@@ -1,30 +0,0 @@
-# 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
-}
Copied: python-aioitertools/repos/community-any/PKGBUILD (from rev 618984, python-aioitertools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-24 07:40:21 UTC (rev 618985)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-aioitertools
+_pkgname=aioitertools
+pkgver=0.6.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=('27411653e28c391f2caa79476cc719591da88540278c53e7d6925d5b2fafa162')
+
+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