summaryrefslogtreecommitdiff
path: root/python3-discid
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 21:02:37 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 21:02:37 +0000
commit5b4177ae7fc6ad9962a0a0aa8f1ce5b3c7e4f50f (patch)
tree3422a77d3ed6489b13dccd4298569d9408a3baf5 /python3-discid
parent16522254a5f8cf9a6c906397490ea2435effb716 (diff)
downloadcontrib-5b4177ae7fc6ad9962a0a0aa8f1ce5b3c7e4f50f.tar.gz
contrib-5b4177ae7fc6ad9962a0a0aa8f1ce5b3c7e4f50f.tar.xz
python3-discid: updated python syntax
Diffstat (limited to 'python3-discid')
-rw-r--r--python3-discid/.signature4
-rw-r--r--python3-discid/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-discid/.signature b/python3-discid/.signature
index de46c43ce..e2a7e827e 100644
--- a/python3-discid/.signature
+++ b/python3-discid/.signature
@@ -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
diff --git a/python3-discid/Pkgfile b/python3-discid/Pkgfile
index aafc866c5..b1e723114 100644
--- a/python3-discid/Pkgfile
+++ b/python3-discid/Pkgfile
@@ -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
}

Generated by cgit