- update to 3.8.0

- hold distfile in distfiles/zope
- add LICENSE (ZPL21)
- align dependencies per setup.py
- update WWW

PR:		port/163210
Submitted by:	rm
This commit is contained in:
Cheng-Lung Sung 2011-12-15 00:47:12 +00:00
parent e42fc1b888
commit cae5d17ffa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287401
3 changed files with 10 additions and 10 deletions

View file

@ -6,22 +6,22 @@
# #
PORTNAME= zope.configuration PORTNAME= zope.configuration
PORTVERSION= 3.7.4 PORTVERSION= 3.8.0
PORTREVISION= 1
CATEGORIES= devel textproc python CATEGORIES= devel textproc python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= clsung@FreeBSD.org MAINTAINER= clsung@FreeBSD.org
COMMENT= Zope Configuration Markup Language (ZCML) COMMENT= Zope Configuration Markup Language (ZCML)
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:${PORTSDIR}/devel/py-zope.interface \ LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS= easy_install USE_PYDISTUTILS= easy_install
USE_ZIP= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (zope.configuration-3.7.4.zip) = 1cb7e757ee282fe25eecaf9bf6a5e8715025bc7c6c4374a996879cd5a24c9249 SHA256 (zope/zope.configuration-3.8.0.tar.gz) = 715b1a669a49d1968165ad6ce4dd7ae206df9289ffa0376bf71466c88a0ff4c1
SIZE (zope.configuration-3.7.4.zip) = 76762 SIZE (zope/zope.configuration-3.8.0.tar.gz) = 51630

View file

@ -6,4 +6,4 @@ configuration system provide configuration directives in some language
that express configuration choices. The intent is that the language be that express configuration choices. The intent is that the language be
pluggable. An XML language is provided by default. pluggable. An XML language is provided by default.
WWW: http://www.python.org/pypi/zope.configuration WWW: http://pypi.python.org/pypi/zope.configuration