diff --git a/dev-python/regex/regex-2019.12.20.recipe b/dev-python/regex/regex-2020.1.8.recipe similarity index 87% rename from dev-python/regex/regex-2019.12.20.recipe rename to dev-python/regex/regex-2020.1.8.recipe index 87aeec4b4..c96d2ce95 100644 --- a/dev-python/regex/regex-2019.12.20.recipe +++ b/dev-python/regex/regex-2020.1.8.recipe @@ -2,11 +2,11 @@ SUMMARY="All things regular expression: implemented in python" DESCRIPTION="This regex implementation is backwards-compatible with the \ standard ‘re’ module, but offers additional functionality." HOMEPAGE="https://pypi.org/project/regex/" -COPYRIGHT="2013-2019 Matthew Barnett" +COPYRIGHT="2013-2020 Matthew Barnett" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://pypi.org/packages/source/r/regex/regex-$portVersion.tar.gz" -CHECKSUM_SHA256="106e25a841921d8259dcef2a42786caae35bc750fb996f830065b3dfaa67b77e" +CHECKSUM_SHA256="d0f424328f9822b0323b3b6f2e4b9c90960b24743d220763c7f07071e0778351" ARCHITECTURES="!x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -26,8 +26,8 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix " -PYTHON_PACKAGES=(python36 python3) -PYTHON_VERSIONS=(3.6 3.7) +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]}