[arch-commits] Commit in python-webtest/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 10 07:45:41 UTC 2019


    Date: Sunday, February 10, 2019 @ 07:45:39
  Author: felixonmars
Revision: 431192

upgpkg: python-webtest 2.0.33-1

Modified:
  python-webtest/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 07:45:38 UTC (rev 431191)
+++ PKGBUILD	2019-02-10 07:45:39 UTC (rev 431192)
@@ -3,7 +3,7 @@
 
 pkgbase=python-webtest
 pkgname=(python-webtest python2-webtest)
-pkgver=2.0.32
+pkgver=2.0.33
 pkgrel=1
 pkgdesc="Helper to test WSGI applications"
 arch=('any')
@@ -17,7 +17,7 @@
               'python2-pastedeploy' 'python-wsgiproxy2' 'python2-wsgiproxy2'
               'python-pylons-sphinx-themes' 'python2-pylons-sphinx-themes')
 source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz")
-sha512sums=('0c583ab12feb78d8dca8ff222267cefd416341d2b6e8e1c3b7f2a6e3bfab16eba26766b35e3e1763a5bd81bb7b82524f8a2227a17c932364b23e11df944eb572')
+sha512sums=('9f5c614f8215837dc5cecc9c3e844c5e1678eb8275f9e27a0ec6a68648e9f4f09155aa72f6c731c34028b8671b7776a94235f3e54d7dbf5ff55de94840171ca8')
 
 prepare() {
   cp -a WebTest-$pkgver{,-py2}
@@ -48,7 +48,7 @@
 
   cd WebTest-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 "docs/license.rst" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 license.rst "$pkgdir"/usr/share/licenses/$pkgname/license.rst
 }
 
 package_python2-webtest() {
@@ -58,5 +58,5 @@
 
   cd WebTest-$pkgver-py2
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 "docs/license.rst" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 license.rst "$pkgdir"/usr/share/licenses/$pkgname/license.rst
 }



More information about the arch-commits mailing list