mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
dateutil, fix build (#7472)
This commit is contained in:
@@ -4,7 +4,7 @@ datetime module, available in Python 2.3+."
|
||||
HOMEPAGE="https://github.com/dateutil/dateutil/"
|
||||
COPYRIGHT="2003-2010 Gustavo Niemeyer"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
SOURCE_URI="https://github.com/dateutil/dateutil/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6e74f970d6c0d31c1287642d0b556a53a21986c7844368a2e742c6db25837618"
|
||||
|
||||
@@ -37,13 +37,11 @@ REQUIRES_$pythonPackage=\"\
|
||||
BUILD_REQUIRES="$BUILD_REQUIRES
|
||||
setuptools_$pythonPackage"
|
||||
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
|
||||
cmd:python$pythonVersion"
|
||||
cmd:python$pythonVersion
|
||||
pip_$pythonPackage
|
||||
wheel_$pythonPackage"
|
||||
done
|
||||
|
||||
REPLACES_python="
|
||||
python_dateutil
|
||||
"
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION=$portVersion
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user