diff options
| author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-04-12 11:12:50 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-12 10:24:48 +0000 |
| commit | 85bd32abb3ac0e546c7ebea39d1a548121fd5aca (patch) | |
| tree | f67e9bf63fc790b39322b80f90c2d31c246d2d63 /testing | |
| parent | 83502b5eb829fee51765dc25c606f2adbe3f3584 (diff) | |
| download | aports-85bd32abb3ac0e546c7ebea39d1a548121fd5aca.tar.bz2 aports-85bd32abb3ac0e546c7ebea39d1a548121fd5aca.tar.xz | |
community/py3-ansicolor: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-ansicolor/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py3-ansicolor/APKBUILD b/testing/py3-ansicolor/APKBUILD deleted file mode 100644 index e797e19d57..0000000000 --- a/testing/py3-ansicolor/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Keith Maxwell <keith.maxwell@gmail.com> -# Maintainer: Keith Maxwell <keith.maxwell@gmail.com> -pkgname=py3-ansicolor -_pyname=ansicolor -pkgver=0.2.6 -_commit=a5a5c31dc6de5c864a0c5684ae326972573a712b # Upstream didn't tag a new github release -pkgrel=1 -pkgdesc="A library to produce ansi color output, highlighting and diffing" -url="https://github.com/numerodix/ansicolor" -arch="noarch" -license="Apache-2.0" -depends="python3" -checkdepends="py3-pytest" -# no tests in artifact on PyPI -source="$pkgname-$_commit.tar.gz::https://github.com/numerodix/ansicolor/archive/$_commit.tar.gz" - -builddir="$srcdir/$_pyname-$_commit" - -build() { - python3 setup.py build -} - -check() { - TERM=linux python3 -m pytest -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="fe886cdfc363de6d6a5abd35311a47fb15307eab7648d2532a575969887bec6abb4fbfdd7842f4289a1a1fb7772ed49750885fbaea91282fa2bd65c71725421d py3-ansicolor-a5a5c31dc6de5c864a0c5684ae326972573a712b.tar.gz" |
