python3-toml: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:10:17 +00:00
parent 75ed997ffc
commit f5c1b1bb06
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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