BS4: bump, fix versions (#4225)

This commit is contained in:
miqlas
2019-10-02 14:25:05 +02:00
committed by Sergei Reznikov
parent e4704384e7
commit 75331baf72

View File

@@ -15,7 +15,7 @@ COPYRIGHT="2004-2015 Leonard Richardson
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-$portVersion.tar.gz"
CHECKSUM_SHA256="808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89"
CHECKSUM_SHA256="25288c9e176f354bf277c0a10aa96c782a6a18a17122dba2e8cec4a97e03343b"
SOURCE_DIR="beautifulsoup4-$portVersion"
ARCHITECTURES="any"
@@ -31,8 +31,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python python3)
PYTHON_VERSIONS=(2.7 3.6)
PYTHON_PACKAGES=(python python36 python3)
PYTHON_VERSIONS=(2.7 3.6 3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}