[arch-commits] Commit in python-pypeg2/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 17:57:27 UTC 2019
Date: Thursday, October 31, 2019 @ 17:57:26
Author: felixonmars
Revision: 521481
archrelease: copy trunk to community-staging-any
Added:
python-pypeg2/repos/community-staging-any/PKGBUILD
(from rev 521480, python-pypeg2/trunk/PKGBUILD)
Deleted:
python-pypeg2/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:57:15 UTC (rev 521480)
+++ PKGBUILD 2019-10-31 17:57:26 UTC (rev 521481)
@@ -1,18 +0,0 @@
-# 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=4
-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
-}
Copied: python-pypeg2/repos/community-staging-any/PKGBUILD (from rev 521480, python-pypeg2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:57:26 UTC (rev 521481)
@@ -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=5
+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