aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-statmake/APKBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/py3-statmake/APKBUILD b/testing/py3-statmake/APKBUILD
deleted file mode 100644
index 120cdcde93..0000000000
--- a/testing/py3-statmake/APKBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=py3-statmake
-pkgver=0.2.0
-pkgrel=0
-pkgdesc="Applies STAT information from a Stylespace to a variable font"
-url="https://github.com/daltonmaag/statmake"
-arch="noarch"
-license="MIT"
-depends="python3 py3-cattrs"
-makedepends="py3-setuptools"
-options="!check" # fail locally
-source="https://files.pythonhosted.org/packages/source/s/statmake/statmake-$pkgver.tar.gz"
-builddir="$srcdir/statmake-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="de1e1ced3ccdf3ba66f1100cc3910227b79c2076af8fbb05fb6e6939d0765d7f1f42e861909ec1c05439f0e1d94b2f133643c63f594ab454b15f640350549a45 statmake-0.2.0.tar.gz"