From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 11 10:00:04 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00D391065673 for ; Sun, 11 Dec 2011 10:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBB5C8FC24 for ; Sun, 11 Dec 2011 10:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBBA02vF004564 for ; Sun, 11 Dec 2011 10:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBBA02rh004562; Sun, 11 Dec 2011 10:00:02 GMT (envelope-from gnats) Resent-Date: Sun, 11 Dec 2011 10:00:02 GMT Resent-Message-Id: <201112111000.pBBA02rh004562@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 038541065745 for ; Sun, 11 Dec 2011 09:50:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CD7608FC14 for ; Sun, 11 Dec 2011 09:50:28 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBB9oSxF065649 for ; Sun, 11 Dec 2011 09:50:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBB9oSR6065648; Sun, 11 Dec 2011 09:50:28 GMT (envelope-from nobody) Message-Id: <201112110950.pBB9oSR6065648@red.freebsd.org> Date: Sun, 11 Dec 2011 09:50:28 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163176: [UPDATE] www/py-cssutils to 0.9.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2011 10:00:04 -0000 >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: