From 8551a90c78128f979aade233d094bc36d4c64f07 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 22 Oct 2019 21:39:05 +0200 Subject: [PATCH] pluggy: bump version. --- ...pluggy-0.6.0.recipe => pluggy-0.13.0.recipe} | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) rename dev-python/pluggy/{pluggy-0.6.0.recipe => pluggy-0.13.0.recipe} (77%) diff --git a/dev-python/pluggy/pluggy-0.6.0.recipe b/dev-python/pluggy/pluggy-0.13.0.recipe similarity index 77% rename from dev-python/pluggy/pluggy-0.6.0.recipe rename to dev-python/pluggy/pluggy-0.13.0.recipe index 47f64fff5..92fcdba23 100644 --- a/dev-python/pluggy/pluggy-0.6.0.recipe +++ b/dev-python/pluggy/pluggy-0.13.0.recipe @@ -1,11 +1,11 @@ SUMMARY="A Python framework" DESCRIPTION="This is the core framework used by the pytest, tox, and devpi projects." HOMEPAGE="https://github.com/pytest-dev/pluggy" -SOURCE_URI="https://pypi.python.org/packages/11/bf/cbeb8cdfaffa9f2ea154a30ae31a9d04a1209312e2919138b4171a1f8199/pluggy-0.6.0.tar.gz" -REVISION="1" -LICENSE="MIT" COPYRIGHT="2004-2017 Holger Krekel and others." -CHECKSUM_SHA256="7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="https://pypi.io/packages/source/p/pluggy/pluggy-$portVersion.tar.gz" +CHECKSUM_SHA256="fa5fa1622fa6dd5c030e9cad086fa19ef6a0cf6d7a2d12318e10cb49d6d68f34" ARCHITECTURES="any" PROVIDES=" @@ -20,8 +20,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3) -PYTHON_VERSIONS=(2.7 3.6) +PYTHON_PACKAGES=(python python36 python3) +PYTHON_VERSIONS=(2.7 3.6 3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} @@ -33,7 +33,8 @@ REQUIRES_$pythonPackage=\"\ cmd:python$pythonVersion\ \"" BUILD_REQUIRES="$BUILD_REQUIRES - setuptools_$pythonPackage" + setuptools_$pythonPackage + " BUILD_PREREQUIRES="$BUILD_PREREQUIRES cmd:python$pythonVersion six_$pythonPackage @@ -51,7 +52,7 @@ INSTALL() export PYTHONPATH=$installLocation:$PYTHONPATH mkdir -p $installLocation rm -rf build - $python setup.py build install \ + $python setup.py build egg_info install \ --root=/ --prefix=$prefix packageEntries $pythonPackage \