python3-discid: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:02:37 +00:00
parent 16522254a5
commit 5b4177ae7f
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
RWSagIOpLGJF30PMcW61DVtfYn4ybrvRNCKad1k+bhKY4rmKZ4kbl/CWG4tZOdImc6/99960rXykOypC8/hdPxE1qm0i3Bc88gg=
SHA256 (Pkgfile) = f8bf8fe048f37dac63f853cb45cc22d4aae2a847eeb5a9069db70c43147cfcbd
RWSagIOpLGJF34hTStzkh00UXP/Cdxaz3fHOb7VyVHdCHL5g6JXemsSnSBOG4qf1EDk5qaYzKEo9BSQP8Qaqzcy8DYhPGLb1sgw=
SHA256 (Pkgfile) = 393c0d657dd72d035973c660e059f64d8506f1e14108afb045dd725518b1b59a
SHA256 (.footprint) = bf89942e6a0d80788902d806ab382ee802ea907a49ebc929d9ebd5cf0cd5626d
SHA256 (python3-discid-1.2.0.tar.gz) = 4eec56f054d960b66c4e42c711c317e987dd50c9e7267a29f7adadd9ceee664f

View File

@ -10,8 +10,8 @@ source=(https://github.com/JonnyJD/python-discid/archive/v$version/$name-$versio
build() {
cd python-discid-$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 \
--root=$PKG \
--optimize=1
}