aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-construct/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-construct/APKBUILD b/testing/py3-construct/APKBUILD
deleted file mode 100644
index 5ce7ef08a4..0000000000
--- a/testing/py3-construct/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=py3-construct
-pkgver=2.9.45
-pkgrel=0
-pkgdesc="A powerful declarative symmetric parser/builder for binary data"
-url="http://construct.readthedocs.org/"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="python3-dev py3-setuptools"
-options="!check" # no tests
-source="https://pypi.io/packages/source/c/construct/construct-$pkgver.tar.gz"
-builddir="$srcdir/construct-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="630facbb719d2db976c1547d66f63037f38379110ff4f1f796bc51e1d2d3efd637b5349d46f171501d981a193bc06f0636832ffa82e0099b7262c407383c735b construct-2.9.45.tar.gz"