diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-10-10 02:38:39 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-10-10 02:38:39 +0000 |
commit | 03a5ea3e02b765df1f1f6e381a6bbe5e97b16abb (patch) | |
tree | f35830d1662d5d8f73dc31261ae6c6823cdb1381 /devel/py-zconfig | |
parent | de399c166e6bb15f0203763c81eca318578c9ea5 (diff) |
Notes
Diffstat (limited to 'devel/py-zconfig')
-rw-r--r-- | devel/py-zconfig/Makefile | 14 | ||||
-rw-r--r-- | devel/py-zconfig/distinfo | 4 | ||||
-rw-r--r-- | devel/py-zconfig/pkg-descr | 2 |
3 files changed, 9 insertions, 11 deletions
diff --git a/devel/py-zconfig/Makefile b/devel/py-zconfig/Makefile index 0a553c01e5c0..5dc56f7ee7db 100644 --- a/devel/py-zconfig/Makefile +++ b/devel/py-zconfig/Makefile @@ -5,22 +5,20 @@ # $FreeBSD$ PORTNAME= zconfig -PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTVERSION= 2.9.0 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://www.zope.org/Members/fdrake/zconfig/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ZConfig-${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= ZConfig is a general use python configuration library +COMMENT= General use python configuration library -WRKSRC= ${WRKDIR}/ZConfig-${PORTVERSION} +LICENSE= ZPL21 -USE_PYTHON= 2.5+ +USE_ZIP= yes +USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= easy_install - PYDISTUTILS_PKGNAME= ZConfig .include <bsd.port.mk> diff --git a/devel/py-zconfig/distinfo b/devel/py-zconfig/distinfo index e19ae6e33c99..a1c8e23221e3 100644 --- a/devel/py-zconfig/distinfo +++ b/devel/py-zconfig/distinfo @@ -1,2 +1,2 @@ -SHA256 (ZConfig-2.8.0.tar.gz) = 5d4d2d993f3d3e58f7f700a6be2e73532a2331e473fe6d923ef2dde9c7f08fa4 -SIZE (ZConfig-2.8.0.tar.gz) = 256911 +SHA256 (ZConfig-2.9.0.zip) = 74845b421b5d917b706248ae2eb2123a2a4ae7a0cb04dfae4540c781268e9ec8 +SIZE (ZConfig-2.9.0.zip) = 296775 diff --git a/devel/py-zconfig/pkg-descr b/devel/py-zconfig/pkg-descr index f51daec18ec7..e5300d6c8d2a 100644 --- a/devel/py-zconfig/pkg-descr +++ b/devel/py-zconfig/pkg-descr @@ -5,4 +5,4 @@ very different from the model support by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications. -WWW: http://www.zope.org/Members/fdrake/zconfig/ +WWW: http://pypi.python.org/pypi/ZConfig |