pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-trytond-party



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec  6 13:54:58 UTC 2021

Modified Files:
        pkgsrc/misc/py-trytond-party: Makefile
Removed Files:
        pkgsrc/misc/py-trytond-party: options.mk

Log Message:
py-trytond-party: remove py-vatnumber dependency

The module is unmaintained upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/py-trytond-party/Makefile
cvs rdiff -u -r1.8 -r0 pkgsrc/misc/py-trytond-party/options.mk

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

Modified files:

Index: pkgsrc/misc/py-trytond-party/Makefile
diff -u pkgsrc/misc/py-trytond-party/Makefile:1.10 pkgsrc/misc/py-trytond-party/Makefile:1.11
--- pkgsrc/misc/py-trytond-party/Makefile:1.10  Sat Jan 18 23:33:04 2020
+++ pkgsrc/misc/py-trytond-party/Makefile       Mon Dec  6 13:54:58 2021
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:33:04 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2021/12/06 13:54:58 wiz Exp $
 TRYTON_MODULE_NAME=    trytond_party
 .include "../../devel/py-trytond/Makefile.common"
 CATEGORIES=    misc python
 
+PKGREVISION=   1
+
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.tryton.org/
 COMMENT=       Party module of the Tryton application platform
@@ -15,8 +17,6 @@ USE_LANGUAGES=        # none
 
 REPLACE_PYTHON+=       tests/test_party.py
 
-.include "options.mk"
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index