summaryrefslogtreecommitdiff
path: root/python3-toml
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 21:10:17 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 21:10:17 +0000
commitf5c1b1bb06084118b2bbf799be00fb2820a9cba3 (patch)
tree437b2beeb4c22d52f62f6a5aafdefb7fb8ee32e1 /python3-toml
parent75ed997ffc3209e906d7ea4e925a9e979e260954 (diff)
downloadcontrib-f5c1b1bb06084118b2bbf799be00fb2820a9cba3.tar.gz
contrib-f5c1b1bb06084118b2bbf799be00fb2820a9cba3.tar.xz
python3-toml: updated python syntax
Diffstat (limited to 'python3-toml')
-rw-r--r--python3-toml/.signature4
-rw-r--r--python3-toml/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-toml/.signature b/python3-toml/.signature
index 1c96bf675..746d98186 100644
--- a/python3-toml/.signature
+++ b/python3-toml/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF38vHmhAxGPKA/tOAjwUI65ROlt5rg3N1MDSMaj+O+mpknNNFzS6jJTIKDJhP56D6fB2tFxil7xh2VRTeti23yQE=
-SHA256 (Pkgfile) = c4ea46e881f3beeab7694401108955d2252bf38d608234b215cf9d4bd13fd7df
+RWSagIOpLGJF3wCTZ6niCkx5m2mdUGkDEE82JzcQWHTeURhP+m5/FMzztX+EABm2yzt7wZs1d/aAVS6KD3GIbw9KZ7mFhDDb3g8=
+SHA256 (Pkgfile) = f65a828f57c4831677bde111a18aab85224422ae440cee227a3ec755fb5bac4b
SHA256 (.footprint) = 7af1f443c10a1d806af63b971b6f577745ce9d328ae9633f8f3af1358ddd8fbd
SHA256 (toml-0.10.2.tar.gz) = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
diff --git a/python3-toml/Pkgfile b/python3-toml/Pkgfile
index 122a71d99..9db4fba26 100644
--- a/python3-toml/Pkgfile
+++ b/python3-toml/Pkgfile
@@ -11,8 +11,8 @@ source=(https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34
build() {
cd toml-$version
- python3 setup.py build
- python3 setup.py install --skip-build \
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --skip-build \
--optimize=1 \
--prefix=/usr \
--root=$PKG

Generated by cgit