mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 03:00:05 +02:00
some version bumps on python modules (#5371)
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
SUMMARY="A Python framework"
|
||||
DESCRIPTION="This is the core framework used by the pytest, tox, and devpi projects."
|
||||
HOMEPAGE="https://github.com/pytest-dev/pluggy"
|
||||
COPYRIGHT="2004-2017 Holger Krekel and others."
|
||||
COPYRIGHT="2004-2020 Holger Krekel and others."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/p/pluggy/pluggy-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="fa5fa1622fa6dd5c030e9cad086fa19ef6a0cf6d7a2d12318e10cb49d6d68f34"
|
||||
CHECKSUM_SHA256="15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
pluggy=$portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -20,8 +19,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