Skip to content

Instantly share code, notes, and snippets.

@WhyNotHugo
Created August 19, 2014 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WhyNotHugo/b26f8cfd146b54f5877a to your computer and use it in GitHub Desktop.
Save WhyNotHugo/b26f8cfd146b54f5877a to your computer and use it in GitHub Desktop.
python2-wsgi-intercept-0.8.1
# Maintainer: Neil Santos <nsantos16+aur@gmail.com>
pkgname=python2-wsgi-intercept
pkgver=0.8.1
pkgrel=1
pkgdesc='Installs a WSGI application in place of a real URI for testing'
arch=('i686' 'x86_64')
url='http://code.google.com/p/wsgi-intercept/'
license=('MIT')
depends=('python2')
source=("http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-$pkgver.tar.gz")
md5sums=('791abe4c1c7200dc5e205163acc9d110')
build() {
cd "$srcdir/wsgi_intercept-$pkgver"
python2 setup.py install --prefix=/usr --root="$pkgdir"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment