msgpack, bump version (#6794)

This commit is contained in:
Schrijvers Luc
2022-03-30 16:01:07 +02:00
committed by GitHub
parent 5bb98f9e83
commit d77defdab6

View File

@@ -5,11 +5,11 @@ smaller. Small integers are encoded into a single byte, and typical short \
strings require only one extra byte in addition to the strings themselves."
HOMEPAGE="https://github.com/msgpack/msgpack-python/
https://pypi.org/project/msgpack/"
COPYRIGHT="2007-2012 Ian Bicking and contributors"
COPYRIGHT="2007-2021 Ian Bicking and contributors"
LICENSE="Apache v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/msgpack/msgpack-python/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="71d5cfc97b91a04c85b4193cbb8b50b29b66393626cb00c52b30275981ddb7f8"
CHECKSUM_SHA256="576a1835a8b48d5861c883a6e10fd374065c6ae56287b221d1a4791e9529c71c"
SOURCE_DIR="msgpack-python-$portVersion"
ARCHITECTURES="any"
@@ -25,8 +25,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]}