View | Details | Raw Unified | Return to bug 160523
Collapse All | Expand All

(-)b/Makefile (-1 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zope.deprecation
8
PORTNAME=	zope.deprecation
9
PORTVERSION=	3.4.1
9
PORTVERSION=	3.5.0
10
CATEGORIES=	devel python
10
CATEGORIES=	devel python
11
MASTER_SITES=	CHEESESHOP
11
MASTER_SITES=	CHEESESHOP
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-19 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Link Here
14
MAINTAINER=	clsung@FreeBSD.org
14
MAINTAINER=	clsung@FreeBSD.org
15
COMMENT=	Zope 3 Deprecation Infrastructure
15
COMMENT=	Zope 3 Deprecation Infrastructure
16
16
17
DIST_SUBDIR=	zope
18
# Python3 ready
17
USE_PYTHON=	yes
19
USE_PYTHON=	yes
18
USE_PYDISTUTILS=	easy_install
20
USE_PYDISTUTILS=	easy_install
19
21
(-)b/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (zope.deprecation-3.4.1.tar.gz) = 1a4df823ae1cce7222bd7e89ba5ae9b5391d488fdc114353a4178642665acc4c
1
SHA256 (zope/zope.deprecation-3.5.0.tar.gz) = f73dedf51efa10bea9445bffbfcccbba1bd85ed067f9602a134c5900944caaf7
2
SIZE (zope.deprecation-3.4.1.tar.gz) = 15381
2
SIZE (zope/zope.deprecation-3.5.0.tar.gz) = 17199
(-)b/pkg-descr (-1 / +1 lines)
Lines 6-9 zope.deprecation provides a simple function called Link Here
6
'deprecated(names, reason)' to deprecate the previously mentioned
6
'deprecated(names, reason)' to deprecate the previously mentioned
7
Python objects.
7
Python objects.
8
8
9
WWW: http://www.python.org/pypi/zope.deprecation
9
WWW: http://pypi.python.org/pypi/zope.deprecation
(-)b/pkg-plist (-1 / +3 lines)
Lines 8-20 Link Here
8
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.py
8
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.py
9
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyc
9
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyc
10
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyo
10
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/__init__.pyo
11
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/README.txt
12
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.py
11
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.py
13
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.pyc
12
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.pyc
14
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.pyo
13
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/__init__.pyo
15
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.py
14
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.py
16
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.pyc
15
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.pyc
17
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.pyo
16
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/deprecation.pyo
17
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.py
18
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.pyc
19
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/fixture.pyo
18
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.py
20
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.py
19
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.pyc
21
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.pyc
20
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.pyo
22
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/zope/deprecation/tests.pyo

Return to bug 160523