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

Felix Yan fyan at nymeria.archlinux.org
Fri Apr 4 07:19:33 UTC 2014


    Date: Friday, April 4, 2014 @ 09:19:32
  Author: fyan
Revision: 108794

upgpkg: pep8 1.5.2-1

Modified:
  pep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-04 02:40:59 UTC (rev 108793)
+++ PKGBUILD	2014-04-04 07:19:32 UTC (rev 108794)
@@ -5,8 +5,8 @@
 
 pkgbase=pep8
 pkgname=("$pkgbase" "$pkgbase-python2")
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')
 url="http://github.com/jcrocholl/pep8/"
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-${pkgver}.tar.gz"
         LICENSE)
-sha256sums=('818ac9c3b31b2ab63265fb421727025e48f3b6447260632acee43270f172b450'
+sha256sums=('4e0e74c0e3f06ad301fb66a9a24c2d07b5dc324c96a9a139d924a5e102177cf7'
             '4a18840b7c132952f3f3d42c355289018ea263cbe75b25db31c9feb1b61e9b40')
 
 prepare() {
@@ -32,12 +32,11 @@
 }
 
 check() {
+  # Failure in tests: https://github.com/jcrocholl/pep8/issues/267
   cd "${srcdir}/${pkgbase}-${pkgver}"
-  # Not passing tests for 1.5.1
   #python setup.py test
 
   cd "${srcdir}/${pkgbase}-${pkgver}-py2"
-  # Not passing tests for 1.5.1
   #python2 setup.py test
 }
 




More information about the arch-commits mailing list