mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
dateutil: __version__ fix (#5325)
* dateutil: __version__ fix Co-authored-by: Aleksei Gerasimov <aleksei.gerasimov@vutbr.cz>
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="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/dateutil/dateutil/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6e74f970d6c0d31c1287642d0b556a53a21986c7844368a2e742c6db25837618"
|
||||
|
||||
@@ -45,6 +45,9 @@ REPLACES_python="
|
||||
python_dateutil
|
||||
"
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION=$portVersion
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user