From de856c48d7d1a74dcf72b1b4a6752e019bbb6ad9 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Wed, 9 Oct 2019 05:26:28 +0200 Subject: [PATCH] gitpython: bump to p3.7 (#4253) --- .../{gitpython-2.1.11.recipe => gitpython-3.0.2.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-python/gitpython/{gitpython-2.1.11.recipe => gitpython-3.0.2.recipe} (83%) diff --git a/dev-python/gitpython/gitpython-2.1.11.recipe b/dev-python/gitpython/gitpython-3.0.2.recipe similarity index 83% rename from dev-python/gitpython/gitpython-2.1.11.recipe rename to dev-python/gitpython/gitpython-3.0.2.recipe index 3bd788bef..cf9884f65 100644 --- a/dev-python/gitpython/gitpython-2.1.11.recipe +++ b/dev-python/gitpython/gitpython-3.0.2.recipe @@ -4,9 +4,9 @@ HOMEPAGE="https://pypi.org/project/GitPython/" COPYRIGHT="2010-2018 Sebastian Thiel, Michael Trier" LICENSE="BSD (3-clause)" REVISION="1" -SOURCE_URI="https://files.pythonhosted.org/packages/4d/e8/98e06d3bc954e3c5b34e2a579ddf26255e762d21eb24fede458eff654c51/GitPython-2.1.11.tar.gz" +SOURCE_URI="https://files.pythonhosted.org/packages/51/46/993beca52f3b609d148071e129235b866626eeb6056f2faffb41d9d727a7/GitPython-3.0.2.tar.gz" SOURCE_DIR="GitPython-$portVersion" -CHECKSUM_SHA256="8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8" +CHECKSUM_SHA256="d2f4945f8260f6981d724f5957bc076398ada55cb5d25aaee10108bcdc894100" ARCHITECTURES="any" @@ -22,7 +22,7 @@ BUILD_REQUIRES=" " PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.6) +PYTHON_VERSIONS=(3.7) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}