From 764b1c13a62255057fc5ecae480d7ef16b44a08e Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Thu, 3 Oct 2019 03:58:31 +0200 Subject: [PATCH] future: bump, pyversion (#4250) --- .../future/{future-0.16.0.recipe => future-0.17.1.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename dev-python/future/{future-0.16.0.recipe => future-0.17.1.recipe} (83%) diff --git a/dev-python/future/future-0.16.0.recipe b/dev-python/future/future-0.17.1.recipe similarity index 83% rename from dev-python/future/future-0.16.0.recipe rename to dev-python/future/future-0.17.1.recipe index a82c9e897..7c90f3c73 100644 --- a/dev-python/future/future-0.16.0.recipe +++ b/dev-python/future/future-0.17.1.recipe @@ -6,8 +6,8 @@ HOMEPAGE="https://pypi.org/project/future/" COPYRIGHT="2013-2016 Ed Schofield" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-$portVersion.tar.gz" -CHECKSUM_SHA256="e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb" +SOURCE_URI="https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-$portVersion.tar.gz" +CHECKSUM_SHA256="67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8" ARCHITECTURES="any" @@ -24,8 +24,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]}