summaryrefslogtreecommitdiff
path: root/pcr/python2-empy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python2-empy/PKGBUILD')
-rw-r--r--pcr/python2-empy/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/python2-empy/PKGBUILD b/pcr/python2-empy/PKGBUILD
deleted file mode 100644
index 3c4cd7bee..000000000
--- a/pcr/python2-empy/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Contributor: Andrew Conkling <andrewski@fr.st>
-# Contributor: hauptmech <hauptmech@gmail.com>
-# Maintainer : Parabola GNU / LInux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=python2-empy
-realname=empy
-pkgver=3.3
-pkgrel=2
-pkgdesc="A powerful and robust templating system for Python."
-arch=(i686 x86_64)
-url="http://www.alcyone.com/software/empy"
-depends=('python2')
-license=('LGPL')
-source=("http://www.alcyone.com/software/empy/empy-$pkgver.tar.gz")
-
-build() {
- cd $startdir/src/empy-$pkgver
- python2 setup.py install --prefix=$startdir/pkg/usr
-}
-