aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-whatever
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-01-02 16:07:03 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-01-02 16:07:03 +0100
commitb940d11f5b72bfc99be9f1cdea0c9bac8e4f3812 (patch)
treed66dbb27bdcb56cfd1dbda7f92e837d813e6c389 /testing/py3-whatever
parentc266a4f31e4821af8a2f5665941c3709de016b56 (diff)
downloadaports-b940d11f5b72bfc99be9f1cdea0c9bac8e4f3812.tar.bz2
aports-b940d11f5b72bfc99be9f1cdea0c9bac8e4f3812.tar.xz
community/py3-whatever: move from testing
Diffstat (limited to 'testing/py3-whatever')
-rw-r--r--testing/py3-whatever/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py3-whatever/APKBUILD b/testing/py3-whatever/APKBUILD
deleted file mode 100644
index cafb162065..0000000000
--- a/testing/py3-whatever/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Jakub Jirutka <jakub@jirutka.cz>
-# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-pkgname=py3-whatever
-_pkgname=whatever
-pkgver=0.6
-pkgrel=0
-pkgdesc="Easy anonymous functions by partial application of operators"
-url="https://github.com/Suor/whatever"
-arch="noarch"
-license="BSD-3-Clause"
-depends="python3"
-checkdepends="py3-pytest"
-makedepends="py3-setuptools"
-source="https://github.com/Suor/whatever/archive/$pkgver/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 -m pytest .
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975 whatever-0.6.tar.gz"