summaryrefslogtreecommitdiff
path: root/python3-dateutil
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 21:02:22 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 21:02:22 +0000
commit16522254a5f8cf9a6c906397490ea2435effb716 (patch)
treed190bf23106afaebceb73db8d7df42b5365151b7 /python3-dateutil
parent9d8b3fe855d7d3afeb7993a0d3c5cce3d8386a9f (diff)
downloadcontrib-16522254a5f8cf9a6c906397490ea2435effb716.tar.gz
contrib-16522254a5f8cf9a6c906397490ea2435effb716.tar.xz
python3-dateutil: updated python syntax
Diffstat (limited to 'python3-dateutil')
-rw-r--r--python3-dateutil/.signature4
-rw-r--r--python3-dateutil/Pkgfile6
2 files changed, 6 insertions, 4 deletions
diff --git a/python3-dateutil/.signature b/python3-dateutil/.signature
index 85bde0621..b4878105b 100644
--- a/python3-dateutil/.signature
+++ b/python3-dateutil/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3z7Rze5MO7CCyQ/pg9bwlvd5MQkCfiWOS5swYxw7L427dFgAEzotm+T1WhCmQcNm2L6/pAYOfLUCrtZd4IiiWAQ=
-SHA256 (Pkgfile) = 71b5d3e4a313a6c762912562c7f056f344d0a0658e2559dcf50650a9ecc868dd
+RWSagIOpLGJF34tC8rolC87u2pup8g2+ukESwR00Vrlv5Livy0S9B4jpE46SdY8kxGz3i4Jk4EQ2Yb0D3t1VXhU9ig6ckHm8Ew8=
+SHA256 (Pkgfile) = 49d81e72f338559c41be1c569e60e393d79ca6ee4239c71e28b106f2525d0aba
SHA256 (.footprint) = f96ce1b5111fe1d3a100676e529cc1bec8b0b6d7dc21a50bc30cb8953c0692fd
SHA256 (python-dateutil-2.8.1.tar.gz) = 73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c
diff --git a/python3-dateutil/Pkgfile b/python3-dateutil/Pkgfile
index 597923b20..c352d3f8f 100644
--- a/python3-dateutil/Pkgfile
+++ b/python3-dateutil/Pkgfile
@@ -10,6 +10,8 @@ source=(https://files.pythonhosted.org/packages/source/p/python-dateutil/python-
build() {
cd python-dateutil-$version
- python3 setup.py build
- python3 setup.py install --root=$PKG --optimize=1 --skip-build
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --root=$PKG \
+ --optimize=1 \
+ --skip-build
}

Generated by cgit