aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-logbook
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 17:58:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:39 +0000
commitac8357b51345806a2c6d20c5c8d1095f889e8fe5 (patch)
tree55b31d5e502391a349611057e2f97a37f6ad6b17 /testing/py3-logbook
parentd4ecff71875a590d9ce2afe5972531eddfa0511b (diff)
downloadaports-ac8357b51345806a2c6d20c5c8d1095f889e8fe5.tar.bz2
aports-ac8357b51345806a2c6d20c5c8d1095f889e8fe5.tar.xz
testing/py3-logbook: rebuild against python 3.8
Diffstat (limited to 'testing/py3-logbook')
-rw-r--r--testing/py3-logbook/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-logbook/APKBUILD b/testing/py3-logbook/APKBUILD
index 382d9b1b55..9fd2b9e8f1 100644
--- a/testing/py3-logbook/APKBUILD
+++ b/testing/py3-logbook/APKBUILD
@@ -7,14 +7,14 @@ url="https://logbook.readthedocs.io/en/stable/"
arch="all"
license="BSD-3-Clause"
depends="python3"
-makedepends="py3-setuptools python3-dev cython3"
+makedepends="py3-setuptools python3-dev cython"
checkdepends="py3-pytest"
source="$pkgname-$pkgver.tar.gz::https://github.com/getlogbook/logbook/archive/$pkgver.tar.gz"
builddir="$srcdir"/logbook-$pkgver
build() {
- cython3 logbook/_speedups.pyx
+ cython logbook/_speedups.pyx
python3 setup.py build
}