aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-04 18:11:17 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-04 22:29:56 +0100
commit715bf0e98aed73d433e14067f7a2a7ae701bd42c (patch)
tree57e506a25a0b624e75c02b4f37304dbc1ea5f930 /testing
parente984e08137072dfda1b15189f8ec199b819580a3 (diff)
downloadaports-715bf0e98aed73d433e14067f7a2a7ae701bd42c.tar.bz2
aports-715bf0e98aed73d433e14067f7a2a7ae701bd42c.tar.xz
community/py3-cu2qu: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-cu2qu/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-cu2qu/APKBUILD b/testing/py3-cu2qu/APKBUILD
deleted file mode 100644
index 403bb47f70..0000000000
--- a/testing/py3-cu2qu/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=py3-cu2qu
-pkgver=1.6.6
-pkgrel=0
-pkgdesc="Cubic-to-quadratic bezier curve conversion"
-url="https://github.com/googlefonts/cu2qu"
-arch="all"
-license="Apache-2.0"
-depends="python3 py3-fonttools py3-defcon"
-makedepends="py3-setuptools python3-dev cython"
-checkdepends="py3-pytest py3-coverage"
-source="$pkgname-$pkgver.tar.gz::https://github.com/googlefonts/cu2qu/archive/v$pkgver.tar.gz"
-builddir="$srcdir/cu2qu-$pkgver"
-
-build() {
- git init
- export CU2QU_WITH_CYTHON=1
- python3 setup.py build
-}
-
-check() {
- python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="419ed7b822b2d5fc5237d33ba56882d27501c24c5000be23468a20f79be8af27637e8104ecaebc32898da067c55f3e1343d59c7b804da2f28765cee12def4ccf py3-cu2qu-1.6.6.tar.gz"