pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-twisted Include application .mk and add two scr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d935d3a1288
branches:  trunk
changeset: 547548:6d935d3a1288
user:      epg <epg%pkgsrc.org@localhost>
date:      Fri Sep 19 18:03:24 2008 +0000

description:
Include application .mk and add two scripts (used only in tests anyway) to
REPLACE_PYTHON.

diffstat:

 net/py-twisted/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 7b353b968f1c -r 6d935d3a1288 net/py-twisted/Makefile
--- a/net/py-twisted/Makefile   Fri Sep 19 17:49:26 2008 +0000
+++ b/net/py-twisted/Makefile   Fri Sep 19 18:03:24 2008 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index