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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 18:50:32 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:50:32
  Author: foutrelis
Revision: 753210

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 18:50:28 UTC (rev 753209)
+++ PKGBUILD	2020-11-12 18:50:32 UTC (rev 753210)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-wsgiproxy2/repos/community-staging-any/PKGBUILD (from rev 753209, python-wsgiproxy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 18:50:32 UTC (rev 753210)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-wsgiproxy2
+pkgver=0.4.6
+pkgrel=5
+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