From d420cc1fe319224f02a4645e655a0efcb06be4d5 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 9 Oct 2019 16:58:52 +0200 Subject: [PATCH] six, bump, add pyversions (#4268) --- .../six/{six-1.11.0.recipe => six-1.12.0.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename dev-python/six/{six-1.11.0.recipe => six-1.12.0.recipe} (79%) diff --git a/dev-python/six/six-1.11.0.recipe b/dev-python/six/six-1.12.0.recipe similarity index 79% rename from dev-python/six/six-1.11.0.recipe rename to dev-python/six/six-1.12.0.recipe index b032d0a93..76a0b9aed 100644 --- a/dev-python/six/six-1.11.0.recipe +++ b/dev-python/six/six-1.12.0.recipe @@ -4,11 +4,11 @@ utility functions for smoothing over the differences between the Python \ versions with the goal of writing Python code that is compatible on both \ Python versions." HOMEPAGE="https://pypi.python.org/pypi/six" -COPYRIGHT="2010-2017 Benjamin Peterson" +COPYRIGHT="2010-2018 Benjamin Peterson" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://pypi.io/packages/source/s/six/six-$portVersion.tar.gz" -CHECKSUM_SHA256="70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9" +SOURCE_URI="https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-$portVersion.tar.gz" +CHECKSUM_SHA256="d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73" ARCHITECTURES="any" @@ -23,8 +23,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]}