summaryrefslogtreecommitdiff
path: root/testing/py3-columnize
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-04-02 08:00:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:19:16 +0000
commit4e458a5519471176b769a05b8bda961d1e09f2a9 (patch)
treee495b01ca1da0946c7fa61ac0df6252b1d9e6e73 /testing/py3-columnize
parentde983726db1801cdfee009f1f6c78d481dc9e03e (diff)
downloadaports-4e458a5519471176b769a05b8bda961d1e09f2a9.zip
testing/py3-columnize: rebuild against python 3.9
Diffstat (limited to 'testing/py3-columnize')
-rw-r--r--testing/py3-columnize/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-columnize/APKBUILD b/testing/py3-columnize/APKBUILD
index 642ad3b700f..e1872705867 100644
--- a/testing/py3-columnize/APKBUILD
+++ b/testing/py3-columnize/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-columnize
pkgver=0.3.10
-pkgrel=0
+pkgrel=1
pkgdesc="Python module to align in columns a simple list"
url="https://github.com/rocky/pycolumnize"
arch="noarch"
@@ -10,7 +10,7 @@ license="MIT"
replaces="py-columnize" # for backwards compatibility
provides="py-columnize=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3"
-makedepends="py3-setuptools"
+makedepends="py3-setuptools py3-nose"
checkdepends="py3-pytest py3-mock py3-pytest-mock"
source="https://files.pythonhosted.org/packages/source/c/columnize/columnize-$pkgver.tar.gz"
builddir="$srcdir"/columnize-$pkgver