aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-ansicolor/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-27 20:44:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-27 21:55:05 -0300
commite7f5cbc3c21befcb3ff004a0e1cc98fa947ec74d (patch)
tree7d5c1255f8c275f2600db57be6ba030179c3b3cf /testing/py3-ansicolor/APKBUILD
parentee20b9e846fe6b2acad37ed31d626625872ab615 (diff)
downloadaports-e7f5cbc3c21befcb3ff004a0e1cc98fa947ec74d.tar.bz2
aports-e7f5cbc3c21befcb3ff004a0e1cc98fa947ec74d.tar.xz
testing/py3-ansicolor: upgrade to 0.2.6
Diffstat (limited to 'testing/py3-ansicolor/APKBUILD')
-rw-r--r--testing/py3-ansicolor/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/py3-ansicolor/APKBUILD b/testing/py3-ansicolor/APKBUILD
index f17a76a140..ef2ee7c540 100644
--- a/testing/py3-ansicolor/APKBUILD
+++ b/testing/py3-ansicolor/APKBUILD
@@ -2,7 +2,8 @@
# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=py3-ansicolor
_pyname=ansicolor
-pkgver=0.2.4
+pkgver=0.2.6
+_commit=a5a5c31dc6de5c864a0c5684ae326972573a712b # Upstream didn't tag a new github release
pkgrel=0
pkgdesc="A library to produce ansi color output, highlighting and diffing"
url="https://github.com/numerodix/ansicolor"
@@ -11,9 +12,9 @@ license="Apache-2.0"
depends="python3"
checkdepends="py3-pytest"
# no tests in artifact on PyPI
-source="$pkgname-$pkgver.tar.gz::https://github.com/numerodix/$_pyname/archive/$pkgver.tar.gz"
+source="$pkgname-$_commit.tar.gz::https://github.com/numerodix/ansicolor/archive/$_commit.tar.gz"
-builddir="$srcdir/$_pyname-$pkgver"
+builddir="$srcdir/$_pyname-$_commit"
build() {
python3 setup.py build
@@ -27,4 +28,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="c97329d523e70d9e57ccf21d4c21796ccfcf6ff02d9b9aa290a366baee6088177467cbb269d75d0045b22f81326bcd7b8f4dc1b21d8f52230e72534e12ab48c2 py3-ansicolor-0.2.4.tar.gz"
+sha512sums="fe886cdfc363de6d6a5abd35311a47fb15307eab7648d2532a575969887bec6abb4fbfdd7842f4289a1a1fb7772ed49750885fbaea91282fa2bd65c71725421d py3-ansicolor-a5a5c31dc6de5c864a0c5684ae326972573a712b.tar.gz"