diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-01-04 00:35:37 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-04 00:35:52 +0100 |
| commit | f70391f6ddb72daa11b19c1fd6b4e8289fce7305 (patch) | |
| tree | fcd3561d96996b2be4b0631df338fbd3f61b9fa9 /testing | |
| parent | f74df3d899ea1525c84dcf07c5b2de141990ac3e (diff) | |
| download | aports-f70391f6ddb72daa11b19c1fd6b4e8289fce7305.tar.bz2 aports-f70391f6ddb72daa11b19c1fd6b4e8289fce7305.tar.xz | |
testing/py3-pyclipper: new aport
https://github.com/fonttools/pyclipper
Cython wrapper for clipper
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-pyclipper/APKBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/py3-pyclipper/APKBUILD b/testing/py3-pyclipper/APKBUILD new file mode 100644 index 0000000000..1b22de2459 --- /dev/null +++ b/testing/py3-pyclipper/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Leo <thinkabit.ukim@gmail.com> +# Maintainer: Leo <thinkabit.ukim@gmail.com> +pkgname=py3-pyclipper +pkgver=1.1.0 +pkgrel=0 +pkgdesc="Cython wrapper for clipper" +url="https://github.com/fonttools/pyclipper" +arch="all" +license="MIT" +depends="python3" +makedepends="py3-setuptools python3-dev cython" +checkdepends="py3-pytest" +source="$pkgname-$pkgver.tar.gz::https://github.com/fonttools/pyclipper/archive/$pkgver.post2.tar.gz" +builddir="$srcdir/pyclipper-$pkgver.post2" + +build() { + git init + python3 setup.py build +} + +check() { + python3 setup.py test +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="2c5044ef3a516e909a1f2e87a4824660bf02721f830a0dfb6a853eae02875b6e45a0aaaf3c3591ad7a5b6679364a366c5977f7ba1f44899f98a7c2f95f2f5061 py3-pyclipper-1.1.0.tar.gz" |
