From 4e458a5519471176b769a05b8bda961d1e09f2a9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 2 Apr 2021 08:00:58 +0000 Subject: testing/py3-columnize: rebuild against python 3.9 --- testing/py3-columnize/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/py3-columnize') 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 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 -- cgit v1.2.3