Date: Saturday, June 30, 2018 @ 17:53:14
  Author: foutrelis
Revision: 348735

archrelease: copy trunk to community-staging-any

Added:
  python-pypeg2/repos/community-staging-any/
  python-pypeg2/repos/community-staging-any/PKGBUILD
    (from rev 348734, python-pypeg2/trunk/PKGBUILD)

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Copied: python-pypeg2/repos/community-staging-any/PKGBUILD (from rev 348734, 
python-pypeg2/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2018-06-30 17:53:14 UTC (rev 348735)
@@ -0,0 +1,18 @@
+# Maintainer: Pierre Neidhardt <[email protected]>
+# Contributor: Florian Bruhin (The Compiler) <[email protected]>
+
+pkgname=python-pypeg2
+pkgver=2.15.2
+pkgrel=3
+pkgdesc="An intrinsic PEG Parser-Interpreter for Python"
+arch=("any")
+url="http://fdik.org/pyPEG/";
+license=("GPL2")
+depends=("python")
+source=("https://pypi.python.org/packages/source/p/pyPEG2/pyPEG2-$pkgver.tar.gz";)
+md5sums=('84057d292808553290f0b78f42c64bbe')
+
+package() {
+       cd "$srcdir/pyPEG2-$pkgver"
+       python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
+}

Reply via email to