[arch-commits] Commit in python-wsgiproxy2/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Nov 10 05:04:54 UTC 2020


    Date: Tuesday, November 10, 2020 @ 05:04:54
  Author: felixonmars
Revision: 749282

archrelease: copy trunk to community-staging-any

Added:
  python-wsgiproxy2/repos/community-staging-any/
  python-wsgiproxy2/repos/community-staging-any/PKGBUILD
    (from rev 749281, python-wsgiproxy2/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: python-wsgiproxy2/repos/community-staging-any/PKGBUILD (from rev 749281, python-wsgiproxy2/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-10 05:04:54 UTC (rev 749282)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-wsgiproxy2
+pkgver=0.4.6
+pkgrel=4
+pkgdesc="A WSGI Proxy with various http client backends"
+arch=('any')
+license=('MIT')
+url="https://github.com/gawel/WSGIProxy2/"
+depends=('python-webob' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-requests' 'python-webtest' 'python-waitress')
+source=("https://github.com/gawel/WSGIProxy2/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9a3c8e96cafe4451943f63bbf47cc0f6ffc7a6916cd8e42f7d1aa53ccab59a74f772c55c1a1f456e97e72c5d15f1601c6501e2c0650bb54c81acd52696580023')
+
+build() {
+  cd WSGIProxy2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd WSGIProxy2-$pkgver
+  nosetests3
+}
+
+package() {
+  cd WSGIProxy2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list