1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Updated to 3.11.0 after devel/py-zope.interface upgrade

- Fixed *_DEPENDS due to py-zope.interface rename

PR:		ports/160987
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	clsung (maintainer)
This commit is contained in:
Greg Larkin 2011-09-29 21:04:02 +00:00
parent d9dea7cf1a
commit 137678f338
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282629
3 changed files with 10 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= zope.component
PORTVERSION= 3.10.0
PORTVERSION= 3.11.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,10 +14,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Zope Component Architecture
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0:${PORTSDIR}/devel/py-zopeInterface \
${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent
RUN_DEPENDS= ${BUILD_DEPENDS}
LICENSE= ZPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent
RUN_DEPENDS:= ${BUILD_DEPENDS}
DIST_SUBDIR= zope
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install

View File

@ -1,2 +1,2 @@
SHA256 (zope.component-3.10.0.tar.gz) = 83814423894eb024fdd413ca86e193968b6474ccc4bc72ee93e96fa462abd319
SIZE (zope.component-3.10.0.tar.gz) = 101941
SHA256 (zope/zope.component-3.11.0.tar.gz) = 475861c57e4c5bf597e45081a2bfaef3d0bf1d654af24a6ba44ba71a48088bb2
SIZE (zope/zope.component-3.11.0.tar.gz) = 99601

View File

@ -10,4 +10,4 @@ Adapters are components that are computed from other components
to adapt them to some interface. Because they are computed from
other objects, they are provided as factories, usually classes.
WWW: http://www.python.org/pypi/zope.component
WWW: http://pypi.python.org/pypi/zope.component