mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
importlib_resources: fix versioning. (#8002)
This commit is contained in:
@@ -6,7 +6,7 @@ consistent semantics."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/importlib-resources"
|
||||
COPYRIGHT="2017-2019 Brett Cannon, Barry Warsaw"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/i/importlib_resources/importlib_resources-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d756e2f85dd4de2ba89be0b21dba2a3bbec2e871a42a3a16719258a11f87506b"
|
||||
|
||||
@@ -44,6 +44,8 @@ done
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=$portVersion
|
||||
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
|
||||
Reference in New Issue
Block a user