mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gertty: remove python 3.6
This commit is contained in:
@@ -19,7 +19,7 @@ COPYRIGHT="2014-2018 OpenStack Foundation, Hewlett-Packard Development Company,
|
||||
LICENSE="Apache v2"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/67/b2/a19b590919cfc659b64e7dcd21ed8b7d3aa46844227e172c2ffe67d64413/gertty-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="290e4dc688b2f4d6886f0493b861c01a8c0419dd6c49a925fba0b936d3f28b23"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
PATCHES="gertty-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -47,7 +47,7 @@ BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python3)
|
||||
PYTHON_VERSIONS=(3.6)
|
||||
PYTHON_VERSIONS=(3.7)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
|
||||
Reference in New Issue
Block a user