aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-04 00:48:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-04 00:48:56 +0100
commit6ce741a88ae0c7d37dce186f5cd000a07e47130a (patch)
treeccdba33b643f801347cfd2c91ebe2fde8aa94e55 /testing
parentf70391f6ddb72daa11b19c1fd6b4e8289fce7305 (diff)
downloadaports-6ce741a88ae0c7d37dce186f5cd000a07e47130a.tar.bz2
aports-6ce741a88ae0c7d37dce186f5cd000a07e47130a.tar.xz
testing/py3-booleanoperations: new aport
https://github.com/typemytype/booleanOperations Boolean operations on paths
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-booleanoperations/APKBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/py3-booleanoperations/APKBUILD b/testing/py3-booleanoperations/APKBUILD
new file mode 100644
index 0000000000..938567e1b6
--- /dev/null
+++ b/testing/py3-booleanoperations/APKBUILD
@@ -0,0 +1,25 @@
+# Contributor: Leo <thinkabit.ukim@gmail.com>
+# Maintainer: Leo <thinkabit.ukim@gmail.com>
+pkgname=py3-booleanoperations
+_pkgname=booleanOperations
+pkgver=0.9.0
+pkgrel=0
+pkgdesc="Boolean operations on paths"
+options="!check" # Requires unpackaged 'FontPens'
+url="https://github.com/typemytype/booleanOperations"
+arch="noarch"
+license="MIT"
+depends="python3 py3-pyclipper py3-fonttools"
+makedepends="py3-setuptools"
+source="https://files.pythonhosted.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.zip"
+builddir="$srcdir/$_pkgname-$pkgver"
+
+build() {
+ python3 setup.py build
+}
+
+package() {
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+sha512sums="f06d2d3143399f5f6325456a2368d608ad8b7b18a5f63bdaf4c48ddd9a9a2aebf4f67da5cadad2aa0d9d9caaa4839f314ed016cb8572805ef3a01f74e469e56b booleanOperations-0.9.0.zip"