Date: Saturday, December 6, 2014 @ 03:17:16
  Author: fyan
Revision: 123518

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-12-06 02:16:59 UTC (rev 123517)
+++ PKGBUILD    2014-12-06 02:17:16 UTC (rev 123518)
@@ -1,27 +0,0 @@
-# $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.2
-pkgrel=1
-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=('17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06')
-
-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:

Copied: python-pyparsing/repos/community-any/PKGBUILD (from rev 123517, 
python-pyparsing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-12-06 02:17:16 UTC (rev 123518)
@@ -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.3
+pkgrel=1
+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=('06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f')
+
+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