commit ee83401ee740a7a8f2188ea3a3f40c0cdc282c6f Author: Tim Biermann <tbier@posteo.de> Date: Sun Dec 29 11:40:21 2019 +0100 python3-pypeg2: initial commit, version 2.15.2 diff --git a/python3-pypeg2/.footprint b/python3-pypeg2/.footprint new file mode 100644 index 000000000..7f95b73a1 --- /dev/null +++ b/python3-pypeg2/.footprint @@ -0,0 +1,24 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python3.7/ +drwxr-xr-x root/root usr/lib/python3.7/site-packages/ +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pyPEG2-2.15.2-py3.7.egg-info +drwxr-xr-x root/root usr/lib/python3.7/site-packages/pypeg2/ +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/__init__.py +drwxr-xr-x root/root usr/lib/python3.7/site-packages/pypeg2/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/__pycache__/__init__.cpython-37.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/__pycache__/__init__.cpython-37.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/__pycache__/xmlast.cpython-37.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/__pycache__/xmlast.cpython-37.pyc +drwxr-xr-x root/root usr/lib/python3.7/site-packages/pypeg2/test/ +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/__init__.py (EMPTY) +drwxr-xr-x root/root usr/lib/python3.7/site-packages/pypeg2/test/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/__pycache__/__init__.cpython-37.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/__pycache__/__init__.cpython-37.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/__pycache__/test_pyPEG2.cpython-37.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/__pycache__/test_pyPEG2.cpython-37.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/__pycache__/test_xmlast.cpython-37.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/__pycache__/test_xmlast.cpython-37.pyc +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/test_pyPEG2.py +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/test/test_xmlast.py +-rw-r--r-- root/root usr/lib/python3.7/site-packages/pypeg2/xmlast.py diff --git a/python3-pypeg2/.signature b/python3-pypeg2/.signature new file mode 100644 index 000000000..8d8b34f11 --- /dev/null +++ b/python3-pypeg2/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3yuBxd+2P5EtfP7wL4aHu94tWiaww3d70G37QvfYPFi9QtreLRocnY1cx06Jl3Di9tCiFUIkiI0iTeqtveaSjAY= +SHA256 (Pkgfile) = 02e8c7fadb59b453d0a49b8d0ac8d891ed81e5ba2d1d1d4e84fb36aafdca0c3a +SHA256 (.footprint) = a3d6c32a487ae4db2d92068849bae1b465895c63257c8668d82320c9781ce883 +SHA256 (pyPEG2-2.15.2.tar.gz) = 2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d diff --git a/python3-pypeg2/Pkgfile b/python3-pypeg2/Pkgfile new file mode 100644 index 000000000..76c5022c6 --- /dev/null +++ b/python3-pypeg2/Pkgfile @@ -0,0 +1,16 @@ +# Description: An intrinsic PEG Parser-Interpreter for Python +# URL: https://fdik.org/pyPEG/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3 + +name=python3-pypeg2 +version=2.15.2 +release=1 +source=(https://pypi.python.org/packages/source/p/pyPEG2/pyPEG2-$version.tar.gz) + +build() { + cd pyPEG2-$version + python3 setup.py install --root=$PKG \ + --prefix=/usr \ + --optimize=1 +}