Date: Tuesday, March 18, 2014 @ 11:20:40
  Author: fyan
Revision: 107611

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pyparsing/repos/community-staging-any/PKGBUILD (from rev 107610, 
python-pyparsing/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2014-03-18 10:20:40 UTC (rev 107611)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <[email protected]>
+# Contributor: Chris Brannon <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: Arvid Ephraim Picciani <[email protected]>
+# Contributor: Michael Krauss <[email protected]>
+
+pkgname=python-pyparsing
+pkgver=2.0.1
+pkgrel=3
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com'
+license=('MIT')
+depends=('python')
+source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz";)
+sha256sums=('0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4')
+
+package() {
+  cd "$srcdir/pyparsing-$pkgver"
+
+  rm -rf build
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to