mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
importlib_metadata: enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -6,7 +6,7 @@ by PyPA tools (or other conforming packages). It does not support:
|
||||
HOMEPAGE="https://pypi.python.org/pypi/importlib-metadata"
|
||||
COPYRIGHT="2017-2020 Jason R. Coombs, Barry Warsaw"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/56/1f/74c3e29389d34feea2d62ba3de1169efea2566eb22e9546d379756860525/importlib_metadata-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="77a540690e24b0305878c37ffd421785a6f7e53c8b5720d211b211de8d0e95da"
|
||||
|
||||
@@ -23,8 +23,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]}
|
||||
@@ -37,7 +37,7 @@ REQUIRES_$pythonPackage=\"\
|
||||
cmd:python$pythonVersion\
|
||||
\""
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
setuptools_$pythonPackage"
|
||||
setuptools_scm_$pythonPackage"
|
||||
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
|
||||
cmd:python$pythonVersion"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user