Drop python 3.7 (and 2.7) for recipes under dev-python/

Recipes with only 3.7 are left alone. Help with #8025.
This commit is contained in:
Jérôme Duval
2023-03-23 21:18:44 +01:00
parent e5cad96650
commit df145a169a
138 changed files with 435 additions and 553 deletions

View File

@@ -22,7 +22,7 @@ Python versions will be dropped some time after that version reaches end of life
HOMEPAGE="https://github.com/python/typing_extensions"
COPYRIGHT="2022 Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee"
LICENSE="Python"
REVISION="2"
REVISION="3"
pypiVersion="ed/d6/2afc375a8d55b8be879d6b4986d4f69f01115e795e36827fd3a40166028b"
SOURCE_URI="https://files.pythonhosted.org/packages/$pypiVersion/typing_extensions-$portVersion-py3-none-any.whl#noarchive"
CHECKSUM_SHA256="25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"
@@ -40,8 +40,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python3 python38 python39 python310)
PYTHON_VERSIONS=(3.7 3.8 3.9 3.10)
PYTHON_PACKAGES=(python38 python39 python310)
PYTHON_VERSIONS=(3.8 3.9 3.10)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}