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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 13:15:43 UTC 2020


    Date: Thursday, November 12, 2020 @ 13:15:43
  Author: felixonmars
Revision: 751734

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 13:15:31 UTC (rev 751733)
+++ PKGBUILD	2020-11-12 13:15:43 UTC (rev 751734)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=python-webtest
-pkgver=2.0.35
-pkgrel=3
-pkgdesc="Helper to test WSGI applications"
-arch=('any')
-url='http://webtest.pythonpaste.org/'
-license=('MIT')
-depends=('python-webob' 'python-six' 'python-beautifulsoup4' 'python-waitress')
-optdepends=('python-pyquery: for response.pyquery'
-            'python-lxml: for response.lxml')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock' 'python-pyquery'  'python-pastedeploy' 'python-wsgiproxy2'
-              'python-pylons-sphinx-themes')
-source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz")
-sha512sums=('ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339')
-
-build() {
-  cd WebTest-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd WebTest-$pkgver
-  PYTHONPATH=".:$PYTHONPATH" nosetests3
-}
-
-package() {
-  cd WebTest-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 license.rst "$pkgdir"/usr/share/licenses/$pkgname/license.rst
-}

Copied: python-webtest/repos/community-staging-any/PKGBUILD (from rev 751733, python-webtest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 13:15:43 UTC (rev 751734)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=python-webtest
+pkgver=2.0.35
+pkgrel=4
+pkgdesc="Helper to test WSGI applications"
+arch=('any')
+url='http://webtest.pythonpaste.org/'
+license=('MIT')
+depends=('python-webob' 'python-six' 'python-beautifulsoup4' 'python-waitress')
+optdepends=('python-pyquery: for response.pyquery'
+            'python-lxml: for response.lxml')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock' 'python-pyquery'  'python-pastedeploy' 'python-wsgiproxy2'
+              'python-pylons-sphinx-themes')
+source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz")
+sha512sums=('ecad031702a9d2031d4e2230dc8213aaa6b1a3e9e6add296ee796aa2ef77d81c992dc24e481f721bc34711d1e33f3932d56cec4be3d62ee82a71fb405942c339')
+
+build() {
+  cd WebTest-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd WebTest-$pkgver
+  PYTHONPATH=".:$PYTHONPATH" nosetests3
+}
+
+package() {
+  cd WebTest-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 license.rst "$pkgdir"/usr/share/licenses/$pkgname/license.rst
+}



More information about the arch-commits mailing list