From 3775520412ae5f4977c212e95a6b16a5c0e0d119 Mon Sep 17 00:00:00 2001 From: OscarL Date: Sat, 2 Sep 2023 03:03:36 -0300 Subject: [PATCH] setuptools_scm: fix requirements. (#9330) Should fix buildmaster issues for: - importlib_metadata - importlib_resourses - iniconfig - pyparsing --- dev-python/setuptools_scm/setuptools_scm-7.1.0.recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/setuptools_scm/setuptools_scm-7.1.0.recipe b/dev-python/setuptools_scm/setuptools_scm-7.1.0.recipe index 585023f84..a8284219c 100644 --- a/dev-python/setuptools_scm/setuptools_scm-7.1.0.recipe +++ b/dev-python/setuptools_scm/setuptools_scm-7.1.0.recipe @@ -5,7 +5,7 @@ or in a SCM managed file." HOMEPAGE="https://github.com/pypa/setuptools_scm" COPYRIGHT="2015-2022 Ronny Pfannschmidt" LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-$portVersion.tar.gz" CHECKSUM_SHA256="6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de278f27" @@ -33,8 +33,11 @@ for i in "${!PYTHON_PACKAGES[@]}"; do \"" eval "REQUIRES_$pythonPackage=\" haiku + importlib_metadata_$pythonPackage # only for Python < 3.10 + packaging_$pythonPackage setuptools_$pythonPackage - toml_$pythonPackage + tomli_$pythonPackage # only for Python < 3.11 + typing_extensions_$pythonPackage # only for Python < 3.11 cmd:git cmd:python$pythonVersion \""