[arch-commits] Commit in python2-ply/repos (community-any community-any/PKGBUILD)

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Feb 9 14:28:35 UTC 2014


    Date: Sunday, February 9, 2014 @ 15:28:35
  Author: dwallace
Revision: 105514

archrelease: copy trunk to community-any

Added:
  python2-ply/repos/community-any/
  python2-ply/repos/community-any/PKGBUILD
    (from rev 105513, python2-ply/trunk/PKGBUILD)

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

Copied: python2-ply/repos/community-any/PKGBUILD (from rev 105513, python2-ply/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-02-09 14:28:35 UTC (rev 105514)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+# Contributor: Marcin "avalan" Falkiewicz <avalatron at gmail.com>
+# Contributor: C Anthony Risinger <anthony at xtfx.me>
+
+pkgname=python2-ply
+pkgver=3.4
+pkgrel=3
+pkgdesc='Implementation of lex and yacc parsing tools for Python2.'
+arch=('any')
+url='http://www.dabeaz.com/ply/'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("${url}ply-${pkgver}.tar.gz")
+md5sums=('ffdc95858819347bf92d7c2acc074894')
+
+
+build() {
+  cd "ply-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "ply-$pkgver"
+  python2 setup.py install --root="${pkgdir}"
+}




More information about the arch-commits mailing list