diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-29 20:02:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-29 20:02:53 +0000 |
commit | 637e81c70b74d7e44854acfc6e714f5495abc674 (patch) | |
tree | 05c35171ddd359f8dc4a019d41eb776687107913 | |
parent | - Update to 4.1.0 (diff) |
- Update to 4.2.2
- Add NO_ARCH
Changes: https://github.com/zopefoundation/zope.component/blob/master/CHANGES.rst
PR: 204878
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 31 days)
-rw-r--r-- | devel/py-zope.component/Makefile | 9 | ||||
-rw-r--r-- | devel/py-zope.component/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/py-zope.component/Makefile b/devel/py-zope.component/Makefile index 84029444de47..352ebd8d34e5 100644 --- a/devel/py-zope.component/Makefile +++ b/devel/py-zope.component/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zope.component -PORTVERSION= 3.12.1 +PORTVERSION= 4.2.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,11 @@ COMMENT= Zope Component Architecture LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.8.0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=4.1.0:${PORTSDIR}/devel/py-zope.interface -USES= python:2 zip +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/devel/py-zope.component/distinfo b/devel/py-zope.component/distinfo index 25b735a8b055..e5d55e5f160e 100644 --- a/devel/py-zope.component/distinfo +++ b/devel/py-zope.component/distinfo @@ -1,2 +1,2 @@ -SHA256 (zope/zope.component-3.12.1.zip) = b954f2efa11f0409dd9f94364abe823b4f04f2ca4902fd89a99bd0648f378de0 -SIZE (zope/zope.component-3.12.1.zip) = 127498 +SHA256 (zope/zope.component-4.2.2.tar.gz) = 282c112b55dd8e3c869a3571f86767c150ab1284a9ace2bdec226c592acaf81a +SIZE (zope/zope.component-4.2.2.tar.gz) = 546598 |