lxml: bump, pyversion (#4261)

This commit is contained in:
miqlas
2019-10-09 05:24:33 +02:00
committed by waddlesplash
parent 55672fd1e5
commit 523394da25

View File

@@ -14,7 +14,7 @@ LICENSE="BSD (3-clause)
PSF-2"
REVISION="1"
SOURCE_URI="https://lxml.de/files/lxml-$portVersion.tgz"
CHECKSUM_SHA256="36720698c29e7a9626a0dc802ef8885f8f0239bfd1689628ecd459a061f2807f"
CHECKSUM_SHA256="c81cb40bff373ab7a7446d6bbca0190bccc5be3448b47b51d729e37799bb5692"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -58,7 +58,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