diff options
author | epg <epg@pkgsrc.org> | 2008-09-19 18:03:24 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-09-19 18:03:24 +0000 |
commit | faff8945ae8a433829a64ffe04a6191e3a095ca3 (patch) | |
tree | f50c79e246533ae92c824994344d2eef11878562 | |
parent | 79ad709f8b74d27f9d69dddcbb9d2ce61a216149 (diff) | |
download | pkgsrc-faff8945ae8a433829a64ffe04a6191e3a095ca3.tar.gz |
Include application .mk and add two scripts (used only in tests anyway) to
REPLACE_PYTHON.
-rw-r--r-- | net/py-twisted/Makefile | 6 |
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" |