[arch-commits] Commit in python-pypeg2/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 03:58:51 UTC 2020
Date: Tuesday, November 10, 2020 @ 03:58:50
Author: felixonmars
Revision: 748305
archrelease: copy trunk to community-staging-any
Added:
python-pypeg2/repos/community-staging-any/
python-pypeg2/repos/community-staging-any/PKGBUILD
(from rev 748304, python-pypeg2/trunk/PKGBUILD)
----------+
PKGBUILD | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Copied: python-pypeg2/repos/community-staging-any/PKGBUILD (from rev 748304, python-pypeg2/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-10 03:58:50 UTC (rev 748305)
@@ -0,0 +1,18 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: Florian Bruhin (The Compiler) <archlinux.org at the-compiler.org>
+
+pkgname=python-pypeg2
+pkgver=2.15.2
+pkgrel=6
+pkgdesc="An intrinsic PEG Parser-Interpreter for Python"
+arch=("any")
+url="https://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
+}
More information about the arch-commits
mailing list