coverage: bump, pyversion (#4243)

This commit is contained in:
miqlas
2019-10-03 04:14:34 +02:00
committed by waddlesplash
parent 8265b1a0ed
commit a0e4b01bd4

View File

@@ -4,11 +4,11 @@ HOMEPAGE="https://github.com/nedbat/coveragepy
https://coverage.readthedocs.io/
https://pypi.org/project/coverage/"
COPYRIGHT="2001 Gareth Rees
2004-2018 Ned Batchelder"
2004-2019 Ned Batchelder"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://github.com/nedbat/coveragepy/archive/coverage-$portVersion.tar.gz"
CHECKSUM_SHA256="254dc2460f1141fb7101943b2429dead2d93a78f03022d7d607b218e79b7cedd"
CHECKSUM_SHA256="2234feba7b3cbfe71ed54c6b752b50fd365f4c6c49301b1fb1ad490aaaf4faad"
SOURCE_DIR="coveragepy-coverage-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -46,7 +46,7 @@ fi
# gcc2 does not support the flags passed by python3
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
PYTHON_PACKAGES+=(python3)
PYTHON_VERSIONS+=(3.6)
PYTHON_VERSIONS+=(3.7)
PYTHON_LIBSUFFIXES+=(m)
BUILD_REQUIRES+="
setuptools_python3