aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-logbook/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-logbook/APKBUILD')
-rw-r--r--testing/py3-logbook/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-logbook/APKBUILD b/testing/py3-logbook/APKBUILD
deleted file mode 100644
index d2819d5ff35..00000000000
--- a/testing/py3-logbook/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=py3-logbook
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="Logging replacement for Python"
-url="https://logbook.readthedocs.io/en/stable/"
-arch="all"
-license="BSD-3-Clause"
-depends="python3"
-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() {
- cython logbook/_speedups.pyx
- python3 setup.py build
-}
-
-check() {
- rm -f tests/test_file_handler.py
- py.test-3 tests
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="c9068324f12a189ced98e2c02753489847fa533ce3a3af07b62c73e9959c2e014d47515d47e756d031639cb220a2c4a9a380cba4cb3ea1b190c50106decba686 py3-logbook-1.5.3.tar.gz"