summaryrefslogtreecommitdiff
path: root/pcr/python2-webob
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-28 03:27:16 +0000
commit462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch)
tree11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/python2-webob
parent748e32a3a886569b58a27003e85b76be5746153d (diff)
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/python2-webob')
-rw-r--r--pcr/python2-webob/Changelog26
-rw-r--r--pcr/python2-webob/PKGBUILD34
2 files changed, 0 insertions, 60 deletions
diff --git a/pcr/python2-webob/Changelog b/pcr/python2-webob/Changelog
deleted file mode 100644
index d67f3b16b..000000000
--- a/pcr/python2-webob/Changelog
+++ /dev/null
@@ -1,26 +0,0 @@
-2012-10-30 Aaron DeVore <aaron.devore@gmail.com> (1.2.3-1)
-- Version bump to 1.2.3
-- Change WebOb-${pkgver}.zip to WebOb-${pkgver}.tar.gz
-2012-06-07 Aaron DeVore <aaron.devore@gmail.com> (1.2.2-1)
-- Version bump to 1.2.2
-2012-06-07 Aaron DeVore <aaron.devore@gmail.com> (1.2-1)
-- Version bump to 1.2
-2012-10-07 Aaron DeVore <aaron.devore@gmail.com>
-- Version bump to 1.1.1
-2011-8-8 Aaron DeVore <aaron.devore@gmail.com> (1.1b2)
-- Version bump to 1.1b2
-- Add python-sphinx to makedepends
-2011-5-14 Aaron DeVore <aaron.devore@gmail.com> (1.0.7-2)
-- Revert from split build (AUR doesn't work with split builds)
-2011-5-14 Aaron DeVore <aaron.devore@gmail.com> (1.0.7-1)
-- Version bump to 1.0.7
-- Switch to split build
-- Split Sphinx html docs into python-webob-docs package
-- Don't bundle license file (upstream has restored it)
-2011-4-13 Aaron DeVore <aaron.devore@gmail.com> (1.0.6-1)
-- Version bump to 1.0.6
-- Bundle the license file (upstream removed it from the Pypi zip file)
-2011-3-24 Aaron DeVore <aaron.devore@gmail.com> (1.0.5-1)
-- Version bump to 1.0.5
-- Fix source URL (file extension changed on Pypi)
-- Fix some recently change idioms
diff --git a/pcr/python2-webob/PKGBUILD b/pcr/python2-webob/PKGBUILD
deleted file mode 100644
index 8dd0df386..000000000
--- a/pcr/python2-webob/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Aaron DeVore <aaron.devore@gmail.com>
-# Contributor: Cilyan Olowen <gaknar@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.IO>
-
-pkgname='python2-webob'
-pkgver='1.2.3'
-pkgrel='1'
-pkgdesc="WebOb provides objects for HTTP requests and responses."
-arch=('any')
-url="http://webob.org/"
-license=('MIT')
-depends=('python2')
-makedepends=('python2-distribute')
-optdepends=('python-webob-docs: documentation')
-changelog='Changelog'
-source=("http://pypi.python.org/packages/source/W/WebOb/WebOb-${pkgver}.tar.gz")
-
-build() {
- cd "$srcdir/WebOb-${pkgver}"
- python2 setup.py build
-}
-
-package() {
- cd "$srcdir/WebOb-${pkgver}"
- python2 setup.py install "--root=$pkgdir" --optimize=1
- install -D -m644 "docs/license.txt" \
- "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-check() {
- cd "$srcdir/WebOb-${pkgver}"
- python2 setup.py test
-}
-