Date: Wednesday, April 12, 2023 @ 05:17:33
Author: polyzen
Revision: 1444780
Use PEP 517 (cont.)
Modified:
python-greenlet/trunk/PKGBUILD
----------+
PKGBUILD | 1 -
1 file changed, 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-12 05:14:18 UTC (rev 1444779)
+++ PKGBUILD 2023-04-12 05:17:33 UTC (rev 1444780)
@@ -18,7 +18,6 @@
build() {
cd greenlet-$pkgver
- python setup.py build
python -m build --wheel --skip-dependency-check --no-isolation
}