diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
commit | 71e00d88efd371016987ec327ff80f68a99ca276 (patch) | |
tree | 94677bf2abe9adb3b1c338268a7f968da9a508cb /python3-dateutil | |
parent | 79945f16dd470e72516c67568eb4e356a5d8d196 (diff) | |
parent | 145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff) | |
download | contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz |
Merge branch '3.5' into 3.6
Diffstat (limited to 'python3-dateutil')
-rw-r--r-- | python3-dateutil/.signature | 4 | ||||
-rw-r--r-- | python3-dateutil/Pkgfile | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/python3-dateutil/.signature b/python3-dateutil/.signature index 3bbb6b8be..f35573844 100644 --- a/python3-dateutil/.signature +++ b/python3-dateutil/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37frGwTUsLkN5MJ0l0XOzGq6N0DJLRPgqdqK5hxyA+TGc9/E3j0mz6E0OSfQbAU3X42brN8rOlLIjIKlJ1b7iAk= -SHA256 (Pkgfile) = 71b5d3e4a313a6c762912562c7f056f344d0a0658e2559dcf50650a9ecc868dd +RWSagIOpLGJF34ClYGf0t5W47J/bSj7TSWSlMogN9v8XakBtM1VMcVb1B0FCWUzGO/1wUTKDL+sO/9gyNoBIWMibyR1GKcGKmg0= +SHA256 (Pkgfile) = 49d81e72f338559c41be1c569e60e393d79ca6ee4239c71e28b106f2525d0aba SHA256 (.footprint) = e3622e261f1d8355322526b618a4e7951ef8ff04893fc47ad1e75a316716f89a 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 } |