Thu Feb 16 08:46:07 2017 UTC ()
Added devel/py-automat dependency


(adam)
diff -r1.31 -r1.32 pkgsrc/net/py-twisted/Makefile

cvs diff -r1.31 -r1.32 pkgsrc/net/py-twisted/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-twisted/Makefile 2017/02/13 18:59:04 1.31
+++ pkgsrc/net/py-twisted/Makefile 2017/02/16 08:46:07 1.32
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.31 2017/02/13 18:59:04 adam Exp $ 1# $NetBSD: Makefile,v 1.32 2017/02/16 08:46:07 adam Exp $
2 2
3PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 3PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
4COMMENT= Framework for writing networked applications 4COMMENT= Framework for writing networked applications
5.include "../../net/py-twisted/Makefile.common" 5.include "../../net/py-twisted/Makefile.common"
6 6
 7DEPENDS+= ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat
7DEPENDS+= ${PYPKGPREFIX}-constantly-[0-9]*:../../devel/py-constantly 8DEPENDS+= ${PYPKGPREFIX}-constantly-[0-9]*:../../devel/py-constantly
8DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental 9DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
9DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL 10DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
10DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity 11DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
11DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface 12DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface
12 13
13REPLACE_PYTHON+= src/twisted/mail/test/pop3testserver.py 14REPLACE_PYTHON+= src/twisted/mail/test/pop3testserver.py
14REPLACE_PYTHON+= src/twisted/trial/test/scripttest.py 15REPLACE_PYTHON+= src/twisted/trial/test/scripttest.py
15REPLACE_PYTHON+= src/twisted/python/test/pullpipe.py 16REPLACE_PYTHON+= src/twisted/python/test/pullpipe.py
16 17
17CFLAGS.SunOS+= -D_XOPEN_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -Du_int=uint32_t 18CFLAGS.SunOS+= -D_XOPEN_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 -Du_int=uint32_t
18 19
19# twisted will install files present in the source directory even 20# twisted will install files present in the source directory even