pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-trytond-account-invoice-history



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 21:06:23 UTC 2020

Modified Files:
        pkgsrc/finance/py-trytond-account-invoice-history: Makefile

Log Message:
py-trytond-account-invoice-history: clean up REPLACE_PYTHON

This package does not have any tests anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/finance/py-trytond-account-invoice-history/Makefile

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

Modified files:

Index: pkgsrc/finance/py-trytond-account-invoice-history/Makefile
diff -u pkgsrc/finance/py-trytond-account-invoice-history/Makefile:1.3 pkgsrc/finance/py-trytond-account-invoice-history/Makefile:1.4
--- pkgsrc/finance/py-trytond-account-invoice-history/Makefile:1.3      Sat Jan 18 23:30:54 2020
+++ pkgsrc/finance/py-trytond-account-invoice-history/Makefile  Fri May 22 21:06:23 2020
@@ -1,4 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 23:30:54 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/22 21:06:23 rillig Exp $
+
 TRYTON_MODULE_NAME=    trytond_account_invoice_history
 .include "../../devel/py-trytond/Makefile.common"
 CATEGORIES=    finance python
@@ -14,8 +15,6 @@ DEPENDS+=     ${PYPKGPREFIX}-trytond>=${TRYT
 
 USE_LANGUAGES= # none
 
-REPLACE_PYTHON+=       tests/test_account_invoice_history.py
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index