aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-ansi2html
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-03-30 00:23:51 +0200
committerprspkt <prspkt@protonmail.com>2019-03-30 00:23:51 +0200
commitc88da135960cffaa6f9f51e008434cd0e4eba057 (patch)
tree19e481a8c03d1a4778c0dda6e19b760399b51014 /testing/py3-ansi2html
parent37e203e6dfd3a6af5d323b2dfdd237824e3092a1 (diff)
downloadaports-c88da135960cffaa6f9f51e008434cd0e4eba057.tar.bz2
aports-c88da135960cffaa6f9f51e008434cd0e4eba057.tar.xz
testing/py3-ansi2html: upgrade to 1.5.2
Diffstat (limited to 'testing/py3-ansi2html')
-rw-r--r--testing/py3-ansi2html/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-ansi2html/APKBUILD b/testing/py3-ansi2html/APKBUILD
index 4eb96e7fb8..ce185b9dff 100644
--- a/testing/py3-ansi2html/APKBUILD
+++ b/testing/py3-ansi2html/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-ansi2html
_pkgname=ansi2html
-pkgver=1.3.0
+pkgver=1.5.2
pkgrel=0
pkgdesc="Convert text with ANSI color codes to HTML"
url="https://github.com/ralphbean/ansi2html"
@@ -10,8 +10,8 @@ arch="noarch"
license="LGPL-3.0-or-later"
provides="py-ansi2html" # for backwards compatibility
replaces="py-ansi2html=$pkgver-r$pkgrel" # for backwards compatibility
-depends="python3 py3-setuptools py3-six"
-makedepends="python3-dev"
+depends="python3 py3-six"
+makedepends="py3-setuptools python3-dev"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="73d1b3431e22146c4fe18fef4b05413231d79d627c396d67528d0aa1ab07a7ef4bcfeff56829b85d9fe9ad508599b782318911f7b10d6b9a1bc98780e31389d7 ansi2html-1.3.0.tar.gz"
+sha512sums="163d5784d04e6eea0847676b967051382fa74a354c19462d1b73980fd1b0a7eb45ce1f1bd88cca803356e7767ccab1bbce6de4152c98aec98534f4ed7d65a83f ansi2html-1.5.2.tar.gz"