[arch-commits] Commit in python-aiofiles/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Mar 12 12:12:36 UTC 2022


    Date: Saturday, March 12, 2022 @ 12:12:36
  Author: arojas
Revision: 1149887

9437DD3815A7A9169E3D3946AFF5D95098BC6FF5 key removal

Modified:
  python-aiofiles/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-12 12:12:28 UTC (rev 1149886)
+++ PKGBUILD	2022-03-12 12:12:36 UTC (rev 1149887)
@@ -3,7 +3,7 @@
 
 pkgname=python-aiofiles
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='File support for asyncio'
 arch=(any)
 license=(APACHE)
@@ -36,6 +36,7 @@
 
 check() {
   cd aiofiles
+  SETUPTOOLS_USE_DISTUTILS=stdlib \
   tox -e py310
 }
 



More information about the arch-commits mailing list