mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
waitress: bump version
enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -9,7 +9,7 @@ COPYRIGHT="2011-2017 Pylons Project"
|
||||
LICENSE="ZPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/w/waitress/waitress-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="278e09d6849acc1365404bbf7d790d0423b159802e850c726e8cd0a126a2dac7"
|
||||
CHECKSUM_SHA256="1bb436508a7487ac6cb097ae7a7fe5413aefca610550baf58f0940e51ecfb261"
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
@@ -24,8 +24,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
PYTHON_PACKAGES=(python3 python38 python39)
|
||||
PYTHON_VERSIONS=(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