diff options
Diffstat (limited to 'net/py-twisted')
-rw-r--r-- | net/py-twisted/Makefile | 14 | ||||
-rw-r--r-- | net/py-twisted/Makefile.common | 7 | ||||
-rw-r--r-- | net/py-twisted/distinfo | 8 |
3 files changed, 15 insertions, 14 deletions
diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile index 95de9519599..235cc9886d0 100644 --- a/net/py-twisted/Makefile +++ b/net/py-twisted/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.48 2022/02/13 08:54:22 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2022/02/13 09:26:19 adam Exp $ + +.include "../../net/py-twisted/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} COMMENT= Framework for writing networked applications -.include "../../net/py-twisted/Makefile.common" -DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs -DEPENDS+= ${PYPKGPREFIX}-automat>=0.3.0:../../devel/py-automat +DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=4.4.2:../../devel/py-ZopeInterface +DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs +DEPENDS+= ${PYPKGPREFIX}-automat>=0.8.0:../../devel/py-automat DEPENDS+= ${PYPKGPREFIX}-constantly>=15.1:../../devel/py-constantly DEPENDS+= ${PYPKGPREFIX}-hamcrest>=1.9.0:../../devel/py-hamcrest DEPENDS+= ${PYPKGPREFIX}-hyperlink>=17.1.1:../../www/py-hyperlink -DEPENDS+= ${PYPKGPREFIX}-incremental>=16.10.1:../../devel/py-incremental -DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=4.4.2:../../devel/py-ZopeInterface +DEPENDS+= ${PYPKGPREFIX}-incremental>=21.3.0:../../devel/py-incremental +DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.6.5:../../devel/py-typing-extensions # TLS DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=16.0.0:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-service_identity>=18.1.0:../../security/py-service_identity diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 5c8b69c89a1..9ecca7da54d 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,16 +1,15 @@ -# $NetBSD: Makefile.common,v 1.45 2022/02/05 13:16:13 js Exp $ +# $NetBSD: Makefile.common,v 1.46 2022/02/13 09:26:19 adam Exp $ # # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile -DISTNAME= Twisted-22.1.0rc1 +DISTNAME= Twisted-22.1.0 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=T/Twisted/} -EXTRACT_SUFX= .tar.gz MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.twistedmatrix.com/ LICENSE= mit DISTINFO_FILE?= ${.CURDIR}/../../net/py-twisted/distinfo -PATCHDIR?= ${.CURDIR}/../../net/py-twisted/patches +#PATCHDIR?= ${.CURDIR}/../../net/py-twisted/patches diff --git a/net/py-twisted/distinfo b/net/py-twisted/distinfo index 8b1f62c719d..e7219e8d74c 100644 --- a/net/py-twisted/distinfo +++ b/net/py-twisted/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2022/02/05 13:16:13 js Exp $ +$NetBSD: distinfo,v 1.42 2022/02/13 09:26:19 adam Exp $ -BLAKE2s (Twisted-22.1.0rc1.tar.gz) = d773054ca8ba8b2e0a04d931b721e40935284a01274026f25d919ed7f4ae0931 -SHA512 (Twisted-22.1.0rc1.tar.gz) = 08e0fc9f973f79a3592cbd9a741b5a7f44df76dd98129818da3200d19290bfb2ee288506ed901ccd96ed5dcb8a1789654c20da8c022c7bbd52329374b7d0c996 -Size (Twisted-22.1.0rc1.tar.gz) = 3730403 bytes +BLAKE2s (Twisted-22.1.0.tar.gz) = 12359d9a322bd20b668260ec5b85e2e67d33795541e43fe1643a9b4fff755029 +SHA512 (Twisted-22.1.0.tar.gz) = b16603c15e99ddf845f42974e43c885800165158fb160238c00590e1ad22f9850b578de7bb23313040714667769af346d5dc89eada6051873884ee0a3fa01e97 +Size (Twisted-22.1.0.tar.gz) = 3729983 bytes |