diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
commit | 71e00d88efd371016987ec327ff80f68a99ca276 (patch) | |
tree | 94677bf2abe9adb3b1c338268a7f968da9a508cb /python3-ply | |
parent | 79945f16dd470e72516c67568eb4e356a5d8d196 (diff) | |
parent | 145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff) | |
download | contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz |
Merge branch '3.5' into 3.6
Diffstat (limited to 'python3-ply')
-rw-r--r-- | python3-ply/.signature | 6 | ||||
-rw-r--r-- | python3-ply/Pkgfile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python3-ply/.signature b/python3-ply/.signature index b46593674..cda62483b 100644 --- a/python3-ply/.signature +++ b/python3-ply/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF336hlWLP6USMac878MA0GOcaqdEFPuMa5ZzpVuykA2YojU6HwjHarIQhcKE0Om3J+sfl0mb6suqrAz/RIvjRbQQ= -SHA256 (Pkgfile) = 7c3b120fe00cf1cf398d4c584544bc7a68292da439948351082e1d1ad1808d81 +RWSagIOpLGJF32VP4TodRRy/3TbwAR6jJRqiG1tL/maFnC/5mRMZqGK7yxA/FFCBxBZgdPdSyKMczedjXVNSAM3GSUF4sODUaA4= +SHA256 (Pkgfile) = 93e5d51ee6d65f40090b1a308c03cc04d35aca6866f116eee012932c92ce9c79 SHA256 (.footprint) = a6bc09941545d6c1a0627ae231a341ffc3d7b4ce63c6a8cbc18b2197108c157a -SHA256 (ply-3.11.tar.gz) = 928c5642612f4710b168d3c49c25f6ece2913a5e8d1c5e37fde5d6162fec3fd2 +SHA256 (ply-3.11.tar.gz) = 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3 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/ \ |