HTML5-Parser: bump, pyversions (#4258)

This commit is contained in:
miqlas
2019-10-04 11:41:05 +02:00
committed by Sergei Reznikov
parent 0f96e084cc
commit fff5b76086

View File

@@ -15,7 +15,7 @@ COPYRIGHT="2017 Kovid Goyal
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="https://files.pythonhosted.org/packages/source/h/html5-parser/html5-parser-$portVersion.tar.gz"
CHECKSUM_SHA256="a903ef8b93b51788a6d1604b3833303e9f2f8db488306ee4241436d2f518bd06"
CHECKSUM_SHA256="b1ead2784c69cee5d481eb6d75587cc5ea08fc292b127ae08afe7771a6fba101"
SOURCE_DIR="html5-parser-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -55,7 +55,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