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

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


    Date: Saturday, March 12, 2022 @ 12:09:47
  Author: arojas
Revision: 1149881

9437DD3815A7A9169E3D3946AFF5D95098BC6FF5 key removal

Modified:
  python-quart-cors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-12 12:09:43 UTC (rev 1149880)
+++ PKGBUILD	2022-03-12 12:09:47 UTC (rev 1149881)
@@ -2,7 +2,7 @@
 
 pkgname=python-quart-cors
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A Quart extension to provide Cross Origin Resource Sharing, access control, support'
 url=https://gitlab.com/pgjones/quart-cors
 arch=(any)
@@ -51,6 +51,7 @@
 
 check() {
   cd quart-cors
+  SETUPTOOLS_USE_DISTUTILS=stdlib \
   tox -e py310
 }
 



More information about the arch-commits mailing list