[arch-commits] Commit in python-aioitertools/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri Apr 24 07:40:08 UTC 2020
Date: Friday, April 24, 2020 @ 07:40:08
Author: yan12125
Revision: 618984
upgpkg: python-aioitertools 0.6.1-1
Upstream switches from setuptools to PEP517-based flit [1]. The latter
generates sdists with distutils-like .egg-info file rather than
setuptools-like .egg-info folder. As there are no third-party
dependencies (requires.txt from setuptools), tarballs generated
by flit can be used without compatibility issues.
Tools implementing PEP517 sucks again.
[1] https://github.com/jreese/aioitertools/commit/3d169a07c4e5bdd174924cd46d27a2a0ea730e86
Modified:
python-aioitertools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 07:37:32 UTC (rev 618983)
+++ PKGBUILD 2020-04-24 07:40:08 UTC (rev 618984)
@@ -2,7 +2,7 @@
pkgname=python-aioitertools
_pkgname=aioitertools
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc='Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables'
arch=(any)
@@ -11,7 +11,7 @@
depends=(python)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('3684a9e5626664169ee31bc6e40d30d1ad86d9a1832d251652fda2cf3e3e74ae')
+sha256sums=('27411653e28c391f2caa79476cc719591da88540278c53e7d6925d5b2fafa162')
build() {
cd $_pkgname-$pkgver
More information about the arch-commits
mailing list