From dd6a5f48b9ba3c92b2cb2eddf97c88f4e054bb6e Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 30 Jun 2020 08:22:42 +0000 Subject: [PATCH] dateutil: update to 2.8.1, add dependency on six (#5145) --- .../{dateutil-2.8.0.recipe => dateutil-2.8.1.recipe} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename dev-python/dateutil/{dateutil-2.8.0.recipe => dateutil-2.8.1.recipe} (91%) diff --git a/dev-python/dateutil/dateutil-2.8.0.recipe b/dev-python/dateutil/dateutil-2.8.1.recipe similarity index 91% rename from dev-python/dateutil/dateutil-2.8.0.recipe rename to dev-python/dateutil/dateutil-2.8.1.recipe index 1fc9bb380..9a59f6204 100644 --- a/dev-python/dateutil/dateutil-2.8.0.recipe +++ b/dev-python/dateutil/dateutil-2.8.1.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2003-2010 Gustavo Niemeyer" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://github.com/dateutil/dateutil/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="954a935174384f7cfd11d66451052caf4baa8a600f9c7cb65897b0f7cd621b19" +CHECKSUM_SHA256="6e74f970d6c0d31c1287642d0b556a53a21986c7844368a2e742c6db25837618" ARCHITECTURES="any" @@ -31,7 +31,8 @@ eval "PROVIDES_${pythonPackage}=\"\ \"; \ REQUIRES_$pythonPackage=\"\ haiku\n\ - cmd:python$pythonVersion\ + cmd:python$pythonVersion\n\ + six_$pythonPackage\ \"" BUILD_REQUIRES="$BUILD_REQUIRES setuptools_$pythonPackage"