aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-sortedcontainers
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-17 08:03:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-17 11:45:57 +0000
commitf2c4833dd72ab2499a78a43d7317b515153ac933 (patch)
tree65346ee56602b3d2ff3b98fe057ac13c8df17435 /testing/py-sortedcontainers
parent2975a3d0ec0fb808b35d80b5a3fa511d92cefd3c (diff)
downloadaports-f2c4833dd72ab2499a78a43d7317b515153ac933.tar.bz2
aports-f2c4833dd72ab2499a78a43d7317b515153ac933.tar.xz
testing/py-sortedcontainers: rebuild against python 3.7
Diffstat (limited to 'testing/py-sortedcontainers')
-rw-r--r--testing/py-sortedcontainers/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-sortedcontainers/APKBUILD b/testing/py-sortedcontainers/APKBUILD
index 8e83225f4a..473f888876 100644
--- a/testing/py-sortedcontainers/APKBUILD
+++ b/testing/py-sortedcontainers/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-sortedcontainers
_pkgname=sortedcontainers
pkgver=2.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python library for sorting collections and containers"
url="http://www.grantjenks.com/docs/sortedcontainers"
arch="noarch"
@@ -23,7 +23,7 @@ build() {
check() {
cd "$builddir"
nosetests-2.7
- nosetests-3.6
+ nosetests-$(python3 -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')
}
package() {