diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-11-13 10:44:13 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-11-13 10:44:13 +0000 |
commit | b2954c7a445d6c52351bf69aeabbc397b5339736 (patch) | |
tree | ec6816be765537b389bbd84da0cd43ee9ac46d7b | |
parent | 5c700e15b1459e0aa2b07077a566fc7ea3f09852 (diff) | |
download | freebsd-ports-b2954c7a445d6c52351bf69aeabbc397b5339736.zip |
devel/py-twisted: update 16.4.1 -> 16.5.0
PR: 210517
Changes: https://github.com/twisted/twisted/blob/twisted-16.5.0/NEWS
Submitted by: Yuri Victorovich <yuri@rawbw.com>
-rw-r--r-- | devel/py-twisted/Makefile | 9 | ||||
-rw-r--r-- | devel/py-twisted/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 164a1c124cbc..07bce729ce6c 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 16.4.1 -PORTREVISION= 1 +PORTVERSION= 16.5.0 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,11 @@ COMMENT= Asynchronous networking framework written in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \ + ${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly \ + ${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental # Actually 2.7,3.3+ USES= python tar:bzip2 diff --git a/devel/py-twisted/distinfo b/devel/py-twisted/distinfo index f024f4376a68..ca5eff8ccedb 100644 --- a/devel/py-twisted/distinfo +++ b/devel/py-twisted/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476069007 -SHA256 (Twisted-16.4.1.tar.bz2) = 1d8d73f006c990744effb35588359fd44d43608649ac0b6b7edc71176e88e816 -SIZE (Twisted-16.4.1.tar.bz2) = 2975697 +TIMESTAMP = 1478963069 +SHA256 (Twisted-16.5.0.tar.bz2) = 0207d88807482fa670a84926590e163a2a081a29745de34c5a6dc21066abae73 +SIZE (Twisted-16.5.0.tar.bz2) = 2970708 |