Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2011 09:50:28 GMT
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163176: [UPDATE] www/py-cssutils to 0.9.8
Message-ID:  <201112110950.pBB9oSR6065648@red.freebsd.org>
Resent-Message-ID: <201112111000.pBBA02rh004562@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163176
>Category:       ports
>Synopsis:       [UPDATE] www/py-cssutils to 0.9.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 11 10:00:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Add patch (zip_safe=True) to keep pkg-plist file untouched.
- Delete tests modules (in setup.py), they need devel/py-nose
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/www/py-cssutils/Makefile py-cssutils/Makefile
--- /usr/ports/www/py-cssutils/Makefile	2011-03-10 07:24:18.000000000 +0100
+++ py-cssutils/Makefile	2011-12-11 10:29:06.000000000 +0100
@@ -7,10 +7,9 @@
 #
 
 PORTNAME=	cssutils
-PORTVERSION=	0.9.7
-PORTEPOCH=	1
+PORTVERSION=	0.9.8
 CATEGORIES=	www python
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yzlin@FreeBSD.org
diff -urN /usr/ports/www/py-cssutils/distinfo py-cssutils/distinfo
--- /usr/ports/www/py-cssutils/distinfo	2011-03-10 07:24:18.000000000 +0100
+++ py-cssutils/distinfo	2011-12-11 10:29:06.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (cssutils-0.9.7.zip) = 2160d5a183862f3a91734f22391e937ff9accf115fd767705577ddd7ddbcb38b
-SIZE (cssutils-0.9.7.zip) = 447664
+SHA256 (cssutils-0.9.8.zip) = bf5bd0c26845deb1eeeed7884d8bd03d78ae26c46dd2066a80d0e08243aaea23
+SIZE (cssutils-0.9.8.zip) = 419099
diff -urN /usr/ports/www/py-cssutils/files/patch-setup.py py-cssutils/files/patch-setup.py
--- /usr/ports/www/py-cssutils/files/patch-setup.py	1970-01-01 01:00:00.000000000 +0100
+++ py-cssutils/files/patch-setup.py	2011-12-11 10:29:06.000000000 +0100
@@ -0,0 +1,21 @@
+--- setup.py.orig	2011-07-24 22:22:22.000000000 +0200
++++ setup.py	2011-12-05 20:18:49.000000000 +0100
+@@ -54,8 +54,8 @@
+     version=VERSION,
+     package_dir={'':'src'},
+     packages=find_packages('src'),
+-    test_suite='tests', #'nose.collector'
+-    tests_require='mock',
++    #test_suite='tests', #'nose.collector'
++    #tests_require='mock',
+     entry_points={
+         'console_scripts': [
+             'csscapture = cssutils.scripts.csscapture:main',
+@@ -70,6 +70,7 @@
+     url='http://cthedot.de/cssutils/',
+     download_url='http://code.google.com/p/cssutils/downloads/list',
+     license='LGPL 2.1 or later, see also http://cthedot.de/cssutils/',
++    zip_safe=True,
+     keywords='CSS, Cascading Style Sheets, CSSParser, DOM Level 2 Stylesheets, DOM Level 2 CSS',
+     platforms='Python 2.5 and later.',
+     cmdclass=dict(


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112110950.pBB9oSR6065648>