Date: Tuesday, December 30, 2014 @ 17:03:01
  Author: fyan
Revision: 124948

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-12-30 16:02:36 UTC (rev 124947)
+++ PKGBUILD    2014-12-30 16:03:01 UTC (rev 124948)
@@ -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=python2-pyparsing
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='General parsing module for Python'
-arch=('any')
-url='http://pyparsing.wikispaces.com/'
-license=('MIT')
-depends=('python2')
-source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz";)
-sha256sums=('17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06')
-
-package() {
-  cd "pyparsing-$pkgver"
-
-  rm -rf build
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-pyparsing/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pyparsing/repos/community-any/PKGBUILD (from rev 124947, 
python2-pyparsing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-12-30 16:03:01 UTC (rev 124948)
@@ -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=python2-pyparsing
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='General parsing module for Python'
+arch=('any')
+url='http://pyparsing.wikispaces.com/'
+license=('MIT')
+depends=('python2')
+source=("http://downloads.sourceforge.net/pyparsing/pyparsing-$pkgver.tar.gz";)
+sha256sums=('06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f')
+
+package() {
+  cd "pyparsing-$pkgver"
+
+  rm -rf build
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-pyparsing/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to