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

Jelle van der Waa jelle at nymeria.archlinux.org
Mon May 6 07:49:31 UTC 2013


    Date: Monday, May 6, 2013 @ 09:49:31
  Author: jelle
Revision: 89950

upgpkg: python-cssutils 0.9.10-1

Modified:
  python-cssutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-06 07:32:36 UTC (rev 89949)
+++ PKGBUILD	2013-05-06 07:49:31 UTC (rev 89950)
@@ -7,15 +7,15 @@
 
 pkgbase=python-cssutils
 pkgname=('python2-cssutils' 'python-cssutils')
-pkgver=0.9.9
-pkgrel=3
+pkgver=0.9.10
+pkgrel=1
 pkgdesc="A CSS Cascading Style Sheets library for Python"
 arch=('any')
 url="http://cthedot.de/cssutils/"
 license=('LGPL3')
 makedepends=('python2-distribute' 'python-distribute')
 source=("http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip")
-md5sums=('5f8ea824cc0e0518b574da20e895be08')
+md5sums=('81b5c0294c54479a54548769eaa236f8')
 
 build() {
   cd "${srcdir}"
@@ -60,5 +60,6 @@
 check() {
   cd "${srcdir}/cssutils-${pkgver}"
   # Currently broken..
-  # python3 setup.py test
+#  python3 setup.py test
+#  python2 setup.py test
 }




More information about the arch-commits mailing list