mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
pycparcer, bump version, add python3.10 (#7173)
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="2008-2018 Eli Bendersky"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/eliben/pycparser/archive/release_v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1b895b4f6fb5195ce9c516ca7e28c9bd2f9ecd0f02755302b8a717454abea806"
|
||||
CHECKSUM_SHA256="3c797eb2eb1ba57772bb99ffa7caed23c3a2c2ae58daef114c9b09d3a6da97e2"
|
||||
SOURCE_FILENAME="pycparser-$portVersion.tar.gz"
|
||||
SOURCE_DIR="pycparser-release_v$portVersion"
|
||||
|
||||
@@ -24,8 +24,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python3 python38 python39)
|
||||
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9)
|
||||
PYTHON_PACKAGES=(python python3 python38 python39 python310)
|
||||
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9 3.10)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
Reference in New Issue
Block a user