Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Sep 2011 19:10:36 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160988: [UPDATE] devel/py-zopeInterface: update to 3.8.0
Message-ID:  <201109241910.p8OJAapO061767@red.freebsd.org>
Resent-Message-ID: <201109241920.p8OJK3bA009028@freefall.freebsd.org>

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

>Number:         160988
>Category:       ports
>Synopsis:       [UPDATE] devel/py-zopeInterface: update to 3.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 24 19:20:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA2
>Organization:
>Environment:
9.0-BETA2 i386
>Description:
- update to 3.8.0
- change comment
- add license
- it now requires python > 2.4
- update WWW

tinderbuild logs:
8.2: http://happy-nation.by.ru/ports/tb/8.2/py27-zopeInterface-3.8.0.log
7.2: http://happy-nation.by.ru/ports/tb/7.4/py27-zopeInterface-3.8.0.log

PLEASE NOTE, that this patch should be committed along with devel/py-zope.component update - ports/160987
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/Makefile b/Makefile
index 82d8598..27819b6 100644
--- a/Makefile
+++ b/Makefile
@@ -6,16 +6,19 @@
 #
 
 PORTNAME=	zopeInterface
-PORTVERSION=	3.6.5
+PORTVERSION=	3.8.0
 CATEGORIES=	devel zope python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	zope.interface-${PORTVERSION}
 
 MAINTAINER=	neal@nelson.name
-COMMENT=	Zope.interface package from Zope 3
+COMMENT=	Interfaces for Python
 
-USE_PYTHON=	yes
+LICENSE=	ZPL21
+
+# Python 3 ready
+USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_NOEGGINFO=	yes
 PYDISTUTILS_PKGNAME=	zope.interface
diff --git a/distinfo b/distinfo
index fe377c8..35bc5a7 100644
--- a/distinfo
+++ b/distinfo
@@ -1,2 +1,2 @@
-SHA256 (zope.interface-3.6.5.tar.gz) = 1af993db8053c674ac02f434b8472c0035a79b3ed8a8bf7618b9e74cb9f3e4b2
-SIZE (zope.interface-3.6.5.tar.gz) = 96376
+SHA256 (zope.interface-3.8.0.tar.gz) = 1d5411ff82fd3a73bad6efb38deddb3f98d61d590344deb0cdd308e8aa94d3ff
+SIZE (zope.interface-3.8.0.tar.gz) = 111537
diff --git a/pkg-descr b/pkg-descr
index e782c3e..87ddf43 100644
--- a/pkg-descr
+++ b/pkg-descr
@@ -1,6 +1,6 @@
-This is a separate distribution of the zope.interface package used in Zope 3, 
+This is a separate distribution of the zope.interface package used in Zope 3,
 along with the packages it depends on.
 
-WWW: http://www.zope.org/Products/ZopeInterface
+WWW: http://pypi.python.org/pypi/zope.interface
 
 -- Neal Nelson <neal@nelson.name>
diff --git a/pkg-plist b/pkg-plist
index 8637a5a..7eeadb9 100644
--- a/pkg-plist
+++ b/pkg-plist
@@ -76,6 +76,9 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/interfaces.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/interfaces.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/interfaces.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/registry.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/registry.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/registry.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/ro.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/ro.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/ro.pyo
@@ -122,6 +125,9 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_odd_declarations.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_odd_declarations.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_odd_declarations.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_registry.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_registry.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_registry.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_sorting.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_sorting.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/interface/tests/test_sorting.pyo


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



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