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]}