pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-proteus



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 21:04:10 UTC 2020

Modified Files:
        pkgsrc/devel/py-proteus: Makefile

Log Message:
devel/py-proteus: remove nonexistent files from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-proteus/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-proteus/Makefile
diff -u pkgsrc/devel/py-proteus/Makefile:1.6 pkgsrc/devel/py-proteus/Makefile:1.7
--- pkgsrc/devel/py-proteus/Makefile:1.6        Sat Jan 18 23:30:38 2020
+++ pkgsrc/devel/py-proteus/Makefile    Fri May 22 21:04:10 2020
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:38 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/22 21:04:10 rillig Exp $
+
 TRYTON_MODULE_NAME=    proteus
 PKGREVISION= 1
 .include "../../devel/py-trytond/Makefile.common"
@@ -17,9 +18,6 @@ USE_LANGUAGES=        # none
 
 .include "options.mk"
 
-REPLACE_PYTHON+=       tests/test_wizard.py tests/test_report.py tests/test_model.py tests/test_context.py
-REPLACE_PYTHON+=       tests/test_config.py
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index