Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance python/application.mk is not needed any more



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbdc9c31ea11
branches:  trunk
changeset: 432516:dbdc9c31ea11
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 22 21:33:36 2020 +0000

description:
python/application.mk is not needed any more

diffstat:

 finance/py-trytond-account-invoice-history/Makefile |  3 +--
 finance/py-trytond-product-cost-fifo/Makefile       |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r dbc2bba81526 -r dbdc9c31ea11 finance/py-trytond-account-invoice-history/Makefile
--- a/finance/py-trytond-account-invoice-history/Makefile       Fri May 22 21:32:19 2020 +0000
+++ b/finance/py-trytond-account-invoice-history/Makefile       Fri May 22 21:33:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/22 21:06:23 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/22 21:33:36 adam Exp $
 
 TRYTON_MODULE_NAME=    trytond_account_invoice_history
 .include "../../devel/py-trytond/Makefile.common"
@@ -15,6 +15,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dbc2bba81526 -r dbdc9c31ea11 finance/py-trytond-product-cost-fifo/Makefile
--- a/finance/py-trytond-product-cost-fifo/Makefile     Fri May 22 21:32:19 2020 +0000
+++ b/finance/py-trytond-product-cost-fifo/Makefile     Fri May 22 21:33:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/22 21:08:42 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/22 21:33:36 adam Exp $
 
 TRYTON_MODULE_NAME=    trytond_product_cost_fifo
 .include "../../devel/py-trytond/Makefile.common"
@@ -15,6 +15,5 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index