mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
nose: enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -16,7 +16,7 @@ HOMEPAGE="https://readthedocs.io/docs/nose/
|
||||
https://github.com/nose-devs/nose"
|
||||
COPYRIGHT="2008-2010 anatoly techtonik"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://pypi.io/packages/source/n/nose/nose-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"
|
||||
|
||||
@@ -32,8 +32,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
PYTHON_PACKAGES=(python python3 python38 python39)
|
||||
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[i]}
|
||||
|
||||
Reference in New Issue
Block a user