mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +02:00
pypeg2: enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -8,7 +8,7 @@ And pyPEG supports Unicode."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pypeg2"
|
||||
COPYRIGHT="2009-2014 Volker Birk"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://pypi.io/packages/source/p/pyPEG2/pyPEG2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d"
|
||||
SOURCE_DIR="pyPEG2-$portVersion"
|
||||
@@ -26,8 +26,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
PYTHON_PACKAGES=(python python3 python38 python39)
|
||||
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
|
||||
Reference in New Issue
Block a user