aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorHolger Jaekel <holger.jaekel@gmx.de>2020-05-06 19:50:14 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-07 19:27:02 +0200
commit5f6a30b7ac015c1069cec823e6ff81b8c9f640ba (patch)
treec02f4477243e7eb100093471dc294e125d21c2a4 /testing
parentfea842ce656077c1314a4d04e9f9610c6c06230a (diff)
downloadaports-5f6a30b7ac015c1069cec823e6ff81b8c9f640ba.tar.bz2
aports-5f6a30b7ac015c1069cec823e6ff81b8c9f640ba.tar.xz
community/py3-affine: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-affine/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/py3-affine/APKBUILD b/testing/py3-affine/APKBUILD
deleted file mode 100644
index 5a0a772cd2..0000000000
--- a/testing/py3-affine/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Contributor: Holger Jaekel <holger.jaekel@gmx.de>
-# Maintainer: Holger Jaekel <holger.jaekel@gmx.de>
-_pkgname=affine
-pkgname=py3-$_pkgname
-pkgver=2.3.0
-pkgrel=0
-pkgdesc="Affine transformation matrices"
-url="https://pypi.org/project/affine/"
-arch="noarch"
-license="BSD-3-Clause"
-depends="
- python3
- "
-makedepends="
- py3-setuptools
- "
-checkdepends="
- pytest
- "
-source="
- py3-affine-$pkgver.tar.gz::https://github.com/sgillies/affine/archive/$pkgver.tar.gz
- "
-builddir="$srcdir/affine-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- pytest
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=2
- rm -rf "$pkgdir"/usr/lib/python3*/site-packages/*/tests
-}
-
-sha512sums="25e3671542a4bcb45c04a3e4a1c312f7e427091470b30b115dd8d0c7a1f3ac008e1b1f9222ca60b08b4717cab90fc224f2e70fc0184ca371ccf918f8c04a23ce py3-affine-2.3.0.tar.gz"