From c06bfdd790bffdc93b45feb3946c560c687fb21e Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Wed, 2 Oct 2019 14:26:41 +0200 Subject: [PATCH] Dateutil: bump version (#4229) --- .../{dateutil-2.6.1.recipe => dateutil-2.8.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename dev-python/dateutil/{dateutil-2.6.1.recipe => dateutil-2.8.0.recipe} (88%) diff --git a/dev-python/dateutil/dateutil-2.6.1.recipe b/dev-python/dateutil/dateutil-2.8.0.recipe similarity index 88% rename from dev-python/dateutil/dateutil-2.6.1.recipe rename to dev-python/dateutil/dateutil-2.8.0.recipe index 2c0e6332b..1fc9bb380 100644 --- a/dev-python/dateutil/dateutil-2.6.1.recipe +++ b/dev-python/dateutil/dateutil-2.8.0.recipe @@ -4,9 +4,9 @@ datetime module, available in Python 2.3+." HOMEPAGE="https://github.com/dateutil/dateutil/" COPYRIGHT="2003-2010 Gustavo Niemeyer" LICENSE="BSD (3-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/dateutil/dateutil/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="ea1872b3296efca80dec69aef6217895d7776008fcfba3532fb53bbdc7814ad1" +CHECKSUM_SHA256="954a935174384f7cfd11d66451052caf4baa8a600f9c7cb65897b0f7cd621b19" ARCHITECTURES="any" @@ -21,8 +21,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]} @@ -36,6 +36,7 @@ REQUIRES_$pythonPackage=\"\ BUILD_REQUIRES="$BUILD_REQUIRES setuptools_$pythonPackage" BUILD_PREREQUIRES="$BUILD_PREREQUIRES + cmd:git cmd:python$pythonVersion" done