[arch-commits] Commit in python-wsgiproxy2/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 18 14:19:10 UTC 2021


    Date: Wednesday, August 18, 2021 @ 14:19:10
  Author: felixonmars
Revision: 1003643

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 14:19:01 UTC (rev 1003642)
+++ PKGBUILD	2021-08-18 14:19:10 UTC (rev 1003643)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-wsgiproxy2/repos/community-any/PKGBUILD (from rev 1003642, python-wsgiproxy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-18 14:19:10 UTC (rev 1003643)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-wsgiproxy2
+pkgver=0.5.0
+pkgrel=1
+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=('e5747a56930476e865adf8b8d092336ae031dc94ce796ba146cc6c2131561e5d71f3990c61c49e19e137eec5fe739245acb1be07e9e0ded6a7c3b62d79454eb8')
+
+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