From 63daae90a03c2e6d0c672f501eee0d8beb46e10d Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 4 Jan 2020 18:11:46 +0100 Subject: community/py3-statmake: move from testing --- community/py3-statmake/APKBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 community/py3-statmake/APKBUILD (limited to 'community/py3-statmake') diff --git a/community/py3-statmake/APKBUILD b/community/py3-statmake/APKBUILD new file mode 100644 index 0000000000..120cdcde93 --- /dev/null +++ b/community/py3-statmake/APKBUILD @@ -0,0 +1,24 @@ +# Contributor: Rasmus Thomsen +# Maintainer: Rasmus Thomsen +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" -- cgit v1.2.3