aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-colorama
diff options
context:
space:
mode:
authorMustang <mustang@miswave.com>2019-12-25 12:14:44 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-12-25 16:34:31 +0100
commit3ff284a16f163461c166e1abbca5491e2f62a3c1 (patch)
tree6ac6d38d10e833e2d1183daefc7557a92fe70abc /testing/py3-colorama
parent6a91d8c47d54b9c666e62347cc35e67c1425b7d4 (diff)
downloadaports-3ff284a16f163461c166e1abbca5491e2f62a3c1.tar.bz2
aports-3ff284a16f163461c166e1abbca5491e2f62a3c1.tar.xz
community/py3-colorama: move from testing
Diffstat (limited to 'testing/py3-colorama')
-rw-r--r--testing/py3-colorama/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/py3-colorama/APKBUILD b/testing/py3-colorama/APKBUILD
deleted file mode 100644
index 2f2c9eea4d..0000000000
--- a/testing/py3-colorama/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py3-colorama
-_pkgname=colorama
-pkgver=0.4.3
-pkgrel=0
-pkgdesc="Simple cross-platform colored terminal text"
-options="!check" # 2 Tests fail on drone-ci
-url="https://pypi.python.org/pypi/colorama"
-arch="noarch"
-license="BSD-3-Clause"
-depends="python3"
-makedepends="py3-setuptools"
-checkdepends="py3-mock"
-source="$pkgname-$pkgver.tar.gz::https://github.com/tartley/colorama/archive/$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
-
-replaces=py-colorama # Backwards compatibility
-provides=py-colorama=$pkgver-r$pkgrel # Backwards compatibility
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 -m unittest discover -p *_test.py
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="ab41a2f95fe75de0b280c174c6166b86645e5cc675dcedf784fe15170aae630e831370527c9490342b77c7d088a023a48428a519b52ad1c70be58904742a94c8 py3-colorama-0.4.3.tar.gz"