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

Felix Yan felixonmars at archlinux.org
Thu Jan 19 07:41:00 UTC 2017


    Date: Thursday, January 19, 2017 @ 07:40:58
  Author: felixonmars
Revision: 286963

upgpkg: python-wstools 0.4.5-1

Modified:
  python-wstools/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 01:38:11 UTC (rev 286962)
+++ PKGBUILD	2017-01-19 07:40:58 UTC (rev 286963)
@@ -3,21 +3,20 @@
 
 pkgbase=python-wstools
 pkgname=('python-wstools' 'python2-wstools')
-pkgver=0.4.4
-_commit=f74298a5b0527382e6482d2354150813e976f12d
-pkgrel=2
+pkgver=0.4.5
+_commit=c57464fb6b79624742921a8aa0a2c0657c8b20b0
+pkgrel=1
 pkgdesc="WSDL parsing services package for Web Services for Python"
 arch=('any')
 url="https://github.com/pycontribs/wstools"
 license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-docutils' 'python2-docutils' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'autopep8' 'python2-autopep8')
+makedepends=('python-pip' 'python2-pip' 'python-docutils' 'python2-docutils' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'autopep8' 'python2-autopep8'
+              'python-hacking' 'python2-hacking' 'python-pytest-cov' 'python2-pytest-cov')
 source=("git+https://github.com/pycontribs/wstools.git#commit=$_commit")
 md5sums=('SKIP')
 
 prepare() {
-  # pytest-pep8 doesn't work at the moment due to the upstream renaming from pep8 to pycodestyle
-  sed -i 's/--pep8//' wstools/setup.cfg
   cp -a wstools{,-py2}
   sed -e 's|#! /usr/bin/env python$|#!/usr/bin/env python2|' \
       -e 's|#!/usr/bin/env python$|#!/usr/bin/env python2|' \



More information about the arch-commits mailing list