Date: Tue, 6 Sep 2011 17:32:34 GMT From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/160523: [UPDATE] devel/py-zope.deprecation: update to 3.5.0 Message-ID: <201109061732.p86HWYCv098721@red.freebsd.org> Resent-Message-ID: <201109061740.p86He3pO096654@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160523 >Category: ports >Synopsis: [UPDATE] devel/py-zope.deprecation: update to 3.5.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: Tue Sep 06 17:40:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 9.0-BETA1 >Organization: >Environment: 9.0-BETA1 i386 >Description: - update to 3.5.0 - save distfile to zope subdir - add comment that this port now will work with python3 - update WWW tinderbuild logs: 7.4: http://happy-nation.by.ru/ports/tb/7.4/py27-zope.deprecation-3.5.0.log 8.2: http://happy-nation.by.ru/ports/tb/8.2/py27-zope.deprecation-3.5.0.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/Makefile b/Makefile index 9353a35..c9506e8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zope.deprecation -PORTVERSION= 3.4.1 +PORTVERSION= 3.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= clsung@FreeBSD.org COMMENT= Zope 3 Deprecation Infrastructure +DIST_SUBDIR= zope +# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= easy_install diff --git a/distinfo b/distinfo index ac48614..7cae864 100644 --- a/distinfo +++ b/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope.deprecation-3.4.1.tar.gz) = 1a4df823ae1cce7222bd7e89ba5ae9b5391d488fdc114353a4178642665acc4c -SIZE (zope.deprecation-3.4.1.tar.gz) = 15381 +SHA256 (zope/zope.deprecation-3.5.0.tar.gz) = f73dedf51efa10bea9445bffbfcccbba1bd85ed067f9602a134c5900944caaf7 +SIZE (zope/zope.deprecation-3.5.0.tar.gz) = 17199 diff --git a/pkg-descr b/pkg-descr index cc17dd9..db612f4 100644 --- a/pkg-descr +++ b/pkg-descr @@ -6,4 +6,4 @@ zope.deprecation provides a simple function called 'deprecated(names, reason)' to deprecate the previously mentioned Python objects. -WWW: http://www.python.org/pypi/zope.deprecation +WWW: http://pypi.python.org/pypi/zope.deprecation diff --git a/pkg-plist b/pkg-plist index 5f5f4e3..e92ae18 100644 --- a/pkg-plist +++ b/pkg-plist @@ -8,13 +8,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/README.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.pyo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109061732.p86HWYCv098721>