mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
24 lines
775 B
Text
24 lines
775 B
Text
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=py3-statmake
|
|
pkgver=0.2.2
|
|
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="9cbdb4da9ae2955500e1affe40f30634b222fc162be9b55a471aaf96b6b3e064378a892037659481dd3485c0e7ecff76c34496cb52db0d83e91ff630bb6f2702 statmake-0.2.2.tar.gz"
|