diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-03 21:06:42 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-03 21:06:42 +0000 |
commit | 8e45aafa8086c3050eb6a603838b47368c4ac4b4 (patch) | |
tree | 9ab6e80a828f1a84d7d7b8a5aa73fefdf38863aa /python3-pypeg2 | |
parent | 43c9731c732105bad68edb5266a78aab985560d8 (diff) | |
download | contrib-8e45aafa8086c3050eb6a603838b47368c4ac4b4.tar.gz contrib-8e45aafa8086c3050eb6a603838b47368c4ac4b4.tar.xz |
python3-pypeg2: updated python syntax
Diffstat (limited to 'python3-pypeg2')
-rw-r--r-- | python3-pypeg2/.signature | 4 | ||||
-rw-r--r-- | python3-pypeg2/Pkgfile | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/python3-pypeg2/.signature b/python3-pypeg2/.signature index 8d8b34f11..44f65d7be 100644 --- a/python3-pypeg2/.signature +++ b/python3-pypeg2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yuBxd+2P5EtfP7wL4aHu94tWiaww3d70G37QvfYPFi9QtreLRocnY1cx06Jl3Di9tCiFUIkiI0iTeqtveaSjAY= -SHA256 (Pkgfile) = 02e8c7fadb59b453d0a49b8d0ac8d891ed81e5ba2d1d1d4e84fb36aafdca0c3a +RWSagIOpLGJF33d+5aTOmzHhET7g+xFVkNAfTH4cYDDGnkMxNNfVc2wm2BO5waUIJQOYQz9isxL2xpA7cU1EUtLtBo/sJhOrNgY= +SHA256 (Pkgfile) = 5b243872f0f95d8b82eb90ff8678991f00ee27e31b80dc71f7c168e089137e54 SHA256 (.footprint) = a3d6c32a487ae4db2d92068849bae1b465895c63257c8668d82320c9781ce883 SHA256 (pyPEG2-2.15.2.tar.gz) = 2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d diff --git a/python3-pypeg2/Pkgfile b/python3-pypeg2/Pkgfile index 76c5022c6..200d95f8d 100644 --- a/python3-pypeg2/Pkgfile +++ b/python3-pypeg2/Pkgfile @@ -10,7 +10,9 @@ source=(https://pypi.python.org/packages/source/p/pyPEG2/pyPEG2-$version.tar.gz) build() { cd pyPEG2-$version - python3 setup.py install --root=$PKG \ + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --root=$PKG \ --prefix=/usr \ - --optimize=1 + --optimize=1 \ + --skip-build } |