aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pastel/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pastel/APKBUILD')
-rw-r--r--testing/py3-pastel/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/py3-pastel/APKBUILD b/testing/py3-pastel/APKBUILD
deleted file mode 100644
index c315cd6a3a6..00000000000
--- a/testing/py3-pastel/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer:
-pkgname=py3-pastel
-_realname=pastel
-pkgver=0.2.0
-pkgrel=0
-pkgdesc="Python3 library to bring colors to your terminal"
-options="!check" # No testsuite on tarball with setup.py
-url="https://github.com/sdispater/pastel"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="py3-setuptools"
-source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
-builddir="$srcdir/$_realname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="1a65e1ec919ce4a216310c9c2c7529b00c6b49d37eda082b1269c3d6298f2f14a1ecca8c427c7487f73478add171abb34359c0fa7a20a956d475ab17070bf697 py3-pastel-0.2.0.tar.gz"