python3-toml: updated python syntax
This commit is contained in:
parent
75ed997ffc
commit
f5c1b1bb06
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF38vHmhAxGPKA/tOAjwUI65ROlt5rg3N1MDSMaj+O+mpknNNFzS6jJTIKDJhP56D6fB2tFxil7xh2VRTeti23yQE=
|
RWSagIOpLGJF3wCTZ6niCkx5m2mdUGkDEE82JzcQWHTeURhP+m5/FMzztX+EABm2yzt7wZs1d/aAVS6KD3GIbw9KZ7mFhDDb3g8=
|
||||||
SHA256 (Pkgfile) = c4ea46e881f3beeab7694401108955d2252bf38d608234b215cf9d4bd13fd7df
|
SHA256 (Pkgfile) = f65a828f57c4831677bde111a18aab85224422ae440cee227a3ec755fb5bac4b
|
||||||
SHA256 (.footprint) = 7af1f443c10a1d806af63b971b6f577745ce9d328ae9633f8f3af1358ddd8fbd
|
SHA256 (.footprint) = 7af1f443c10a1d806af63b971b6f577745ce9d328ae9633f8f3af1358ddd8fbd
|
||||||
SHA256 (toml-0.10.2.tar.gz) = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
|
SHA256 (toml-0.10.2.tar.gz) = b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
|
||||||
|
@ -11,8 +11,8 @@ source=(https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd toml-$version
|
cd toml-$version
|
||||||
python3 setup.py build
|
/usr/bin/python3 setup.py build
|
||||||
python3 setup.py install --skip-build \
|
/usr/bin/python3 setup.py install --skip-build \
|
||||||
--optimize=1 \
|
--optimize=1 \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--root=$PKG
|
--root=$PKG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user