Dateutil: bump version (#4229)

This commit is contained in:
miqlas
2019-10-02 14:26:41 +02:00
committed by Sergei Reznikov
parent 0f526ce210
commit c06bfdd790

View File

@@ -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