mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
zope-interface, bump version, drop python2.7, add python3.10 (#7199)
This commit is contained in:
@@ -11,10 +11,10 @@ COPYRIGHT="2004-2014 Zope Foundation and Contributors"
|
||||
LICENSE="ZPL 2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/z/zope.interface/zope.interface-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8251f06a77985a2729a8bdbefbae79ee78567dddc3acbd499b87e705ca59fe24"
|
||||
CHECKSUM_SHA256="5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e"
|
||||
SOURCE_DIR="zope.interface-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
$portName = $portVersion
|
||||
@@ -29,8 +29,8 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
PYTHON_PACKAGES=(python python3 python38 python39)
|
||||
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9)
|
||||
PYTHON_PACKAGES=(python3 python38 python39 python310)
|
||||
PYTHON_VERSIONS=(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