mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
more_itertools: enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -6,7 +6,7 @@ for working with Python iterables."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/more-itertools"
|
||||
COPYRIGHT="2012 Erik Rose"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://pypi.io/packages/source/m/more-itertools/more-itertools-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20"
|
||||
SOURCE_DIR="more-itertools-$portVersion"
|
||||
@@ -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