summaryrefslogtreecommitdiff
path: root/net/py-twisted
diff options
context:
space:
mode:
authorepg <epg>2008-09-19 18:03:24 +0000
committerepg <epg>2008-09-19 18:03:24 +0000
commita50065d7aa2b2b28c7132a8a8addcfbcb71b8f74 (patch)
treef50c79e246533ae92c824994344d2eef11878562 /net/py-twisted
parent04d0a2b47a8e6f55846472541acf0df8ebede1f9 (diff)
downloadpkgsrc-a50065d7aa2b2b28c7132a8a8addcfbcb71b8f74.tar.gz
Include application .mk and add two scripts (used only in tests anyway) to
REPLACE_PYTHON.
Diffstat (limited to 'net/py-twisted')
-rw-r--r--net/py-twisted/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/py-twisted/Makefile b/net/py-twisted/Makefile
index bae89c409b9..2278a26edb3 100644
--- a/net/py-twisted/Makefile
+++ b/net/py-twisted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/09/16 01:59:07 epg Exp $
+# $NetBSD: Makefile,v 1.13 2008/09/19 18:03:24 epg Exp $
#
PKGNAME= ${PYPKGPREFIX}-twisted-${TWISTED_VERSION}
@@ -8,8 +8,12 @@ COMMENT= Framework for writing networked applications
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface
+REPLACE_PYTHON+= ${WRKSRC}/twisted/mail/test/pop3testserver.py
+REPLACE_PYTHON+= ${WRKSRC}/twisted/trial/test/scripttest.py
+
do-test:
cd ${WRKSRC} && ./build/scripts-${PYVERSSUFFIX}/trial twisted
+.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"