summaryrefslogtreecommitdiff
path: root/pcr/python-paste-deploy
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-02 12:45:25 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-02 12:45:25 -0500
commitf46bbbef4310190fdd7d3e92d92f5d1acd8b615e (patch)
tree8fac50c22018bd3b4421e254bd906cf192a74932 /pcr/python-paste-deploy
parente98094e4bdba2943854b1ce3321d3ab16baefcb4 (diff)
downloadabslibre-f46bbbef4310190fdd7d3e92d92f5d1acd8b615e.tar.gz
abslibre-f46bbbef4310190fdd7d3e92d92f5d1acd8b615e.tar.bz2
abslibre-f46bbbef4310190fdd7d3e92d92f5d1acd8b615e.zip
python2-paste-deploy-1.5.2-1: updating version
Diffstat (limited to 'pcr/python-paste-deploy')
-rw-r--r--pcr/python-paste-deploy/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/python-paste-deploy/PKGBUILD b/pcr/python-paste-deploy/PKGBUILD
deleted file mode 100644
index fa87c2231..000000000
--- a/pcr/python-paste-deploy/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Contributor (Arch): David Campbell <davekong@archlinux.us>
-# Contributor (Arch): Cilyan Olowen <gaknar@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.IO>
-
-pkgname=python-paste-deploy
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Load, configure, and compose WSGI applications and servers"
-arch=('any')
-url="http://pythonpaste.org/deploy/"
-license=('custom')
-depends=('python2')
-makedepends=('setuptools')
-source=(http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-${pkgver}.tar.gz)
-
-
-build() {
- cd $srcdir/PasteDeploy-${pkgver}
- python2 setup.py install --root=$pkgdir --optimize=1
- install -Dm644 docs/license.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
- sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
- -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
- $(find $pkgdir -name '*.py')
-}