summaryrefslogtreecommitdiff
path: root/pcr/python2-routes
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-18 11:58:30 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-12-18 11:58:30 -0200
commite28c22b3aa33f1243d096dfd3b7da6ce7760a144 (patch)
tree3306d7a3261092a14fadaa5eebe1254069ed7f5b /pcr/python2-routes
parent3605270bdc98b3d4ac973eead454c2dcd6d24072 (diff)
remove packages that has been released as Arch official package
Diffstat (limited to 'pcr/python2-routes')
-rw-r--r--pcr/python2-routes/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/python2-routes/PKGBUILD b/pcr/python2-routes/PKGBUILD
deleted file mode 100644
index 3e8ab08c5..000000000
--- a/pcr/python2-routes/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: SpepS <dreamspepser@yahoo.it>
-# Contributor: James Bulmer <nekinie@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-pkgname="python2-routes"
-pkgver=2.0
-pkgrel=2
-pkgdesc="Routing recognition and generation tools"
-arch=("any")
-url="https://pypi.python.org/pypi/Routes"
-license=("custom:BSD")
-
-depends=(
- "python2"
- "python2-repoze.lru"
-)
-
-makedepends=("python2-setuptools")
-source=("https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz")
-
-build() {
- cd "${srcdir}/Routes-${pkgver}/"
- python2 setup.py build
-}
-
-package() {
- cd "${srcdir}/Routes-${pkgver}/"
- python2 setup.py install --root="${pkgdir}/" --optimize=1
-}