ports/162268: [MAINTAINER] devel/py-zope.testing:update to 3.10.3

Ruslan Mahmatkhanov cvs-src at yandex.ru
Thu Nov 3 10:50:12 UTC 2011


>Number:         162268
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-zope.testing:update to 3.10.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 03 10:50:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 3.10.3
- update port description and WWW
- remove bogus build depends
- add license
- remove versions from depends to conform to setup.py's requirements
- hold distfile in distfiles/zope
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index 7ed69d4..6ac3165 100644
--- a/Makefile
+++ b/Makefile
@@ -6,19 +6,20 @@
 #
 
 PORTNAME=	zope.testing
-PORTVERSION=	3.10.2
-PORTREVISION=	1
+PORTVERSION=	3.10.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	cvs-src at yandex.ru
-COMMENT=	Zope Testing Framework(including the testrunner script)
+COMMENT=	Zope testing helpers
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \
-		${PYTHON_PKGNAMEPREFIX}zope.exceptions>=3.5.2:${PORTSDIR}/devel/py-zope.exceptions
-RUN_DEPENDS=	${BUILD_DEPENDS}
+LICENSE=	ZPL21
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
+		${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:${PORTSDIR}/devel/py-zope.exceptions
+
+DIST_SUBDIR=	zope
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
diff --git a/distinfo b/distinfo
index a8ac00a..5bcf202 100644
--- a/distinfo
+++ b/distinfo
@@ -1,2 +1,2 @@
-SHA256 (zope.testing-3.10.2.tar.gz) = edae3ca1d4702082a74c27f3329d537ee77f2d90a2224bf1b0861fed96b56919
-SIZE (zope.testing-3.10.2.tar.gz) = 64945
+SHA256 (zope/zope.testing-3.10.3.tar.gz) = 5f50fd6dc2318797aaadcfdb30f46d9b561e5299d67f41d71b568718180acf90
+SIZE (zope/zope.testing-3.10.3.tar.gz) = 62644
diff --git a/pkg-descr b/pkg-descr
index 79db387..2b5ae00 100644
--- a/pkg-descr
+++ b/pkg-descr
@@ -2,4 +2,4 @@ zope.testing is a package provides a number of testing
 frameworks. It includes a flexible test runner, and
 supports both doctest and unittest.
 
-WWW: http://www.python.org/pypi/zope.testing
+WWW: http://pypi.python.org/pypi/zope.testing


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



More information about the freebsd-ports-bugs mailing list