From 004ae0034a6442809257070743c5e03a805b7f3a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 26 Jan 2021 21:46:00 +0100 Subject: [PATCH] pluggy: enable 3.8, 3.9, remove 3.6 --- dev-python/pluggy/pluggy-0.13.1.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pluggy/pluggy-0.13.1.recipe b/dev-python/pluggy/pluggy-0.13.1.recipe index 639d3cea9..4cd94cbc8 100644 --- a/dev-python/pluggy/pluggy-0.13.1.recipe +++ b/dev-python/pluggy/pluggy-0.13.1.recipe @@ -3,7 +3,7 @@ DESCRIPTION="This is the core framework used by the pytest, tox, and devpi proje HOMEPAGE="https://github.com/pytest-dev/pluggy" COPYRIGHT="2004-2020 Holger Krekel and others." LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://pypi.io/packages/source/p/pluggy/pluggy-$portVersion.tar.gz" CHECKSUM_SHA256="15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" ARCHITECTURES="any" @@ -19,8 +19,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]} @@ -32,7 +32,7 @@ REQUIRES_$pythonPackage=\"\ cmd:python$pythonVersion\ \"" BUILD_REQUIRES="$BUILD_REQUIRES - setuptools_$pythonPackage + setuptools_scm_$pythonPackage " BUILD_PREREQUIRES="$BUILD_PREREQUIRES cmd:python$pythonVersion