mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
lxml: bump, pyversion (#4261)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user