From 75331baf72c657dab8e2a6de63bc69bf5d68fa9e Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Wed, 2 Oct 2019 14:25:05 +0200 Subject: [PATCH] BS4: bump, fix versions (#4225) --- ...eautifulsoup-4.6.0.recipe => beautifulsoup-4.8.0.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/beautifulsoup/{beautifulsoup-4.6.0.recipe => beautifulsoup-4.8.0.recipe} (92%) diff --git a/dev-python/beautifulsoup/beautifulsoup-4.6.0.recipe b/dev-python/beautifulsoup/beautifulsoup-4.8.0.recipe similarity index 92% rename from dev-python/beautifulsoup/beautifulsoup-4.6.0.recipe rename to dev-python/beautifulsoup/beautifulsoup-4.8.0.recipe index 1ef52e8bf..11fb4e063 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.6.0.recipe +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.0.recipe @@ -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]}