aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-kaitaistruct/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-kaitaistruct/APKBUILD')
-rw-r--r--testing/py3-kaitaistruct/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/py3-kaitaistruct/APKBUILD b/testing/py3-kaitaistruct/APKBUILD
deleted file mode 100644
index 927c8feb290..00000000000
--- a/testing/py3-kaitaistruct/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Michał Polański <michal@polanski.me>
-# Maintainer: Michał Polański <michal@polanski.me>
-pkgname=py3-kaitaistruct
-_pkgname=kaitai_struct_python_runtime
-pkgver=0.9
-pkgrel=1
-pkgdesc="Kaitai Struct API for Python"
-url="https://kaitai.io/"
-license="MIT"
-arch="noarch"
-options="!check" # no test suite
-depends="python3"
-makedepends="py3-setuptools"
-source="$_pkgname-$pkgver.tar.gz::https://github.com/kaitai-io/kaitai_struct_python_runtime/archive/$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-}
-
-sha512sums="e99d4aa0df046b346f73c8ee7b3d737bc62bea2891b5948be3d8814b575d44e59146e318b6dd9966d937e327103f9348b26048885dbdf5a44080601795d49b05 kaitai_struct_python_runtime-0.9.tar.gz"