From 462391357aa5e749dc9908c15f3baa0b4416f3d8 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 28 Jan 2014 03:27:16 +0000 Subject: Tue Jan 28 03:22:21 UTC 2014 --- libre/python2-ply/PKGBUILD | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 libre/python2-ply/PKGBUILD (limited to 'libre/python2-ply/PKGBUILD') diff --git a/libre/python2-ply/PKGBUILD b/libre/python2-ply/PKGBUILD deleted file mode 100644 index fec80926a..000000000 --- a/libre/python2-ply/PKGBUILD +++ /dev/null @@ -1,16 +0,0 @@ -# Contributor: Marcin "avalan" Falkiewicz -# Maintainer: C Anthony Risinger - -pkgname='python2-ply' -pkgver=3.4 -pkgrel=1 -pkgdesc='Implementation of lex and yacc parsing tools for Python.' -arch=('any') -url='http://www.dabeaz.com/ply/' -license=('BSD') -depends=('python2') -makedepends=('python2-distribute') -source=("${url}ply-${pkgver}.tar.gz") -md5sums=('ffdc95858819347bf92d7c2acc074894') - -build() { cd "ply-${pkgver}"; python2 setup.py install --root="${pkgdir}"; } -- cgit v1.2.3-54-g00ecf