summaryrefslogtreecommitdiff
path: root/python3-ply
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 21:05:28 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 21:05:28 +0000
commit30aa8921ec4b9e1b10b60676aebb0a0ff2a6f6a7 (patch)
treebff1a4faf06cf9f5e8caf76470e3d61cb52561ac /python3-ply
parent83bde53f29fb7d6eb826b78b90fb7288f5279111 (diff)
downloadcontrib-30aa8921ec4b9e1b10b60676aebb0a0ff2a6f6a7.tar.gz
contrib-30aa8921ec4b9e1b10b60676aebb0a0ff2a6f6a7.tar.xz
python3-ply: updated python syntax
Diffstat (limited to 'python3-ply')
-rw-r--r--python3-ply/.signature4
-rw-r--r--python3-ply/Pkgfile5
2 files changed, 5 insertions, 4 deletions
diff --git a/python3-ply/.signature b/python3-ply/.signature
index 82da4bc52..28b675fa2 100644
--- a/python3-ply/.signature
+++ b/python3-ply/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF37d7SHEU3o6nkWBwgEcyASlOuh5kI6BOt2uO3Hlz3tCYvNfSDmCrqrYIMnJ/Zg+uDHnM+v2lrFr8VJmsdDhJGwg=
-SHA256 (Pkgfile) = 7c3b120fe00cf1cf398d4c584544bc7a68292da439948351082e1d1ad1808d81
+RWSagIOpLGJF3+tIVxadbIk8r8dqj+uU4TSEksQnmgAL6IMUe0ItS54RHy2C0K5f4bVgLTj6tTVnSn/u9Snh9MvTDXVxEq2tnAM=
+SHA256 (Pkgfile) = 93e5d51ee6d65f40090b1a308c03cc04d35aca6866f116eee012932c92ce9c79
SHA256 (.footprint) = d39a46b64673367949496f673c97cb3d58310d891111103e6c071842a86056ae
SHA256 (ply-3.11.tar.gz) = 928c5642612f4710b168d3c49c25f6ece2913a5e8d1c5e37fde5d6162fec3fd2
diff --git a/python3-ply/Pkgfile b/python3-ply/Pkgfile
index d854d28b6..e5d03f941 100644
--- a/python3-ply/Pkgfile
+++ b/python3-ply/Pkgfile
@@ -10,9 +10,10 @@ source=(https://github.com/dabeaz/ply/archive/$version/ply-$version.tar.gz)
build() {
cd ply-$version
- python3 setup.py build
- python3 setup.py install --prefix=/usr \
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
+ --skip-build \
--optimize=1
find $PKG/usr/lib/python*/site-packages/ \

Generated by cgit