mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
Regex: bump, enable for python2 (#4650)
This commit is contained in:
@@ -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]}
|
||||
Reference in New Issue
Block a user