mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
some version bumps on python modules (#5371)
This commit is contained in:
@@ -5,19 +5,18 @@ DESCRIPTION="The py lib is a Python development support library featuring the fo
|
||||
py.iniconfig: easy parsing of .ini files
|
||||
py.code: dynamic code generation and introspection
|
||||
py.path: uniform local and svn path objects"
|
||||
HOMEPAGE="https://pytest.org"
|
||||
COPYRIGHT="2004-2017 Holger Krekel and others."
|
||||
HOMEPAGE="https://pypi.org/project/py"
|
||||
COPYRIGHT="2004-2020 Holger Krekel and others."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/p/py/py-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53"
|
||||
CHECKSUM_SHA256="9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
py = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -26,8 +25,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(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