[arch-commits] Commit in python-aspectlib/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 20 18:09:30 UTC 2020
Date: Wednesday, May 20, 2020 @ 18:09:30
Author: felixonmars
Revision: 630923
remove broken workaround
Modified:
python-aspectlib/trunk/PKGBUILD
----------+
PKGBUILD | 5 -----
1 file changed, 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-20 18:09:05 UTC (rev 630922)
+++ PKGBUILD 2020-05-20 18:09:30 UTC (rev 630923)
@@ -14,11 +14,6 @@
source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-aspectlib/archive/v$pkgver.tar.gz")
sha512sums=('313e383d44b8ebbfcb3e657512280ce8a0919dd4736dd058282788ea1c0711c6a33cb9ceecbc711368abda438be515a5579bbd4d31a629208e320be3e7e39381')
-prepare() {
- cd python-aspectlib-$pkgver
- sed -i 's/gen.Task/gen.coroutine/' tests/test_integrations_py3.py
-}
-
build() {
cd python-aspectlib-$pkgver
python setup.py build
More information about the arch-commits
mailing list