pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Nov  2 16:08:48 UTC 2019

Modified Files:
        pkgsrc/finance/homebank: Makefile
        pkgsrc/finance/moneyguru: Makefile
        pkgsrc/finance/p5-Locale-Currency-Format: Makefile
        pkgsrc/finance/py-quickbooks: Makefile
        pkgsrc/finance/py-trytond-account-asset: Makefile
        pkgsrc/finance/py-trytond-account-payment-sepa: Makefile
        pkgsrc/finance/py-trytond-bank: Makefile
        pkgsrc/finance/py-vatnumber: Makefile
        pkgsrc/finance/xquote: Makefile

Log Message:
finance: align variable assignments

pkglint -Wall -F --only aligned -r

No manual corrections.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/finance/homebank/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/finance/moneyguru/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/finance/p5-Locale-Currency-Format/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-quickbooks/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-trytond-account-asset/Makefile
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/finance/py-trytond-account-payment-sepa/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/py-trytond-bank/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/finance/py-vatnumber/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/finance/xquote/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/homebank/Makefile
diff -u pkgsrc/finance/homebank/Makefile:1.16 pkgsrc/finance/homebank/Makefile:1.17
--- pkgsrc/finance/homebank/Makefile:1.16       Sun Aug 11 13:21:00 2019
+++ pkgsrc/finance/homebank/Makefile    Sat Nov  2 16:08:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:21:00 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/02 16:08:47 rillig Exp $
 
 DISTNAME=      homebank-5.1.6
 PKGREVISION=   15
@@ -10,9 +10,9 @@ HOMEPAGE=     http://homebank.free.fr/
 COMMENT=       HomeBank is to manage your personal accounts at home
 LICENSE=       gnu-gpl-v2
 
-GNU_CONFIGURE= yes
-USE_PKGLOCALEDIR=   yes
-USE_TOOLS+=    pkg-config perl intltool gmake msgfmt
+GNU_CONFIGURE=         yes
+USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            pkg-config perl intltool gmake msgfmt
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.homebank
 PKG_SUPPORTED_OPTIONS= libofx

Index: pkgsrc/finance/moneyguru/Makefile
diff -u pkgsrc/finance/moneyguru/Makefile:1.23 pkgsrc/finance/moneyguru/Makefile:1.24
--- pkgsrc/finance/moneyguru/Makefile:1.23      Thu Apr 25 07:32:54 2019
+++ pkgsrc/finance/moneyguru/Makefile   Sat Nov  2 16:08:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/04/25 07:32:54 maya Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/02 16:08:47 rillig Exp $
 
 DISTNAME=      moneyguru-src-2.11.0
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -24,8 +24,8 @@ USE_LANGUAGES=        c
 USE_TOOLS=     pax
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PY_PATCHPLIST=         yes
-REPLACE_PYTHON+=       run.py
+PY_PATCHPLIST=                 yes
+REPLACE_PYTHON+=               run.py
 
 INSTALLATION_DIRS=     bin share/applications share/moneyguru
 

Index: pkgsrc/finance/p5-Locale-Currency-Format/Makefile
diff -u pkgsrc/finance/p5-Locale-Currency-Format/Makefile:1.18 pkgsrc/finance/p5-Locale-Currency-Format/Makefile:1.19
--- pkgsrc/finance/p5-Locale-Currency-Format/Makefile:1.18      Sun Aug 11 13:21:00 2019
+++ pkgsrc/finance/p5-Locale-Currency-Format/Makefile   Sat Nov  2 16:08:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:21:00 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/02 16:08:48 rillig Exp $
 
 DISTNAME=      Locale-Currency-Format-1.35
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://metacpan.org/release/L
 COMMENT=       Perl functions for formatting monetary values
 LICENSE=       gnu-gpl-v2 # OR artistic
 
-#DEPENDS+=       p5-Locale-Codes>=2.07:../../misc/p5-Locale-Codes
+#DEPENDS+=     p5-Locale-Codes>=2.07:../../misc/p5-Locale-Codes
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Locale/Currency/Format/.packlist

Index: pkgsrc/finance/py-quickbooks/Makefile
diff -u pkgsrc/finance/py-quickbooks/Makefile:1.3 pkgsrc/finance/py-quickbooks/Makefile:1.4
--- pkgsrc/finance/py-quickbooks/Makefile:1.3   Fri Mar 17 20:46:51 2017
+++ pkgsrc/finance/py-quickbooks/Makefile       Sat Nov  2 16:08:48 2019
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2017/03/17 20:46:51 darcy Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/02 16:08:48 rillig Exp $
 
-DISTNAME=      python-quickbooks-0.6.0
-PKGNAME=       ${PYPKGPREFIX}-quickbooks-0.6.0
-CATEGORIES=    python finance
-MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-quickbooks/}
+DISTNAME=      python-quickbooks-0.6.0
+PKGNAME=       ${PYPKGPREFIX}-quickbooks-0.6.0
+CATEGORIES=    python finance
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-quickbooks/}
 
-MAINTAINER=    darcy%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/sidecars/python-quickbooks
-COMMENT=       Python library for accessing the Quickbooks API
-LICENSE=       mit
+MAINTAINER=    darcy%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sidecars/python-quickbooks
+COMMENT=       Python library for accessing the Quickbooks API
+LICENSE=       mit
 
-USE_LANGUAGES=      # none
+USE_LANGUAGES= # none
 
-DEPENDS+=       ${PYPKGPREFIX}-rauth>=0.7.3:../../devel/py-rauth
+DEPENDS+=      ${PYPKGPREFIX}-rauth>=0.7.3:../../devel/py-rauth
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"

Index: pkgsrc/finance/py-trytond-account-asset/Makefile
diff -u pkgsrc/finance/py-trytond-account-asset/Makefile:1.5 pkgsrc/finance/py-trytond-account-asset/Makefile:1.6
--- pkgsrc/finance/py-trytond-account-asset/Makefile:1.5        Mon Feb 20 17:00:35 2017
+++ pkgsrc/finance/py-trytond-account-asset/Makefile    Sat Nov  2 16:08:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/02/20 17:00:35 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 16:08:48 rillig Exp $
 TRYTON_MODULE_NAME=    trytond_account_asset
 .include "../../devel/py-trytond/Makefile.common"
 CATEGORIES=    finance python
@@ -8,13 +8,13 @@ HOMEPAGE=     http://www.tryton.org/
 COMMENT=       Account_asset module of the Tryton application platform
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=   ${PYPKGPREFIX}-cached-property-[0-9]*:../../devel/py-cached-property
-DEPENDS+=   ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+=   ${PYPKGPREFIX}-trytond-account>=${TRYTON_BASEVER}:../../finance/py-trytond-account
-DEPENDS+=   ${PYPKGPREFIX}-trytond-account-product>=${TRYTON_BASEVER}:../../finance/py-trytond-account-product
-DEPENDS+=   ${PYPKGPREFIX}-trytond-account-invoice>=${TRYTON_BASEVER}:../../finance/py-trytond-account-invoice
-DEPENDS+=   ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-trytond-product
-DEPENDS+=   ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
+DEPENDS+=      ${PYPKGPREFIX}-cached-property-[0-9]*:../../devel/py-cached-property
+DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-trytond-account>=${TRYTON_BASEVER}:../../finance/py-trytond-account
+DEPENDS+=      ${PYPKGPREFIX}-trytond-account-product>=${TRYTON_BASEVER}:../../finance/py-trytond-account-product
+DEPENDS+=      ${PYPKGPREFIX}-trytond-account-invoice>=${TRYTON_BASEVER}:../../finance/py-trytond-account-invoice
+DEPENDS+=      ${PYPKGPREFIX}-trytond-product>=${TRYTON_BASEVER}:../../misc/py-trytond-product
+DEPENDS+=      ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/finance/py-trytond-account-payment-sepa/Makefile
diff -u pkgsrc/finance/py-trytond-account-payment-sepa/Makefile:1.9 pkgsrc/finance/py-trytond-account-payment-sepa/Makefile:1.10
--- pkgsrc/finance/py-trytond-account-payment-sepa/Makefile:1.9 Mon Sep  2 13:20:16 2019
+++ pkgsrc/finance/py-trytond-account-payment-sepa/Makefile     Sat Nov  2 16:08:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/09/02 13:20:16 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/02 16:08:48 rillig Exp $
 TRYTON_MODULE_NAME=    trytond_account_payment_sepa
 .include "../../devel/py-trytond/Makefile.common"
 CATEGORIES=    finance python
@@ -18,7 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-lxml>=2.0:../..
 
 REPLACE_PYTHON+=       tests/test_account_payment_sepa.py
 
-PYTHON_VERSIONS_ACCEPTED=       27 # py-simplesoap via py-stdnum and py-trytond-bank
+PYTHON_VERSIONS_ACCEPTED=      27 # py-simplesoap via py-stdnum and py-trytond-bank
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"

Index: pkgsrc/finance/py-trytond-bank/Makefile
diff -u pkgsrc/finance/py-trytond-bank/Makefile:1.8 pkgsrc/finance/py-trytond-bank/Makefile:1.9
--- pkgsrc/finance/py-trytond-bank/Makefile:1.8 Mon Sep  2 13:20:16 2019
+++ pkgsrc/finance/py-trytond-bank/Makefile     Sat Nov  2 16:08:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/09/02 13:20:16 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/02 16:08:48 rillig Exp $
 TRYTON_MODULE_NAME=    trytond_bank
 .include "../../devel/py-trytond/Makefile.common"
 CATEGORIES=    finance python
@@ -8,15 +8,15 @@ HOMEPAGE=     http://www.tryton.org/
 COMMENT=       Bank module of the Tryton application platform
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=   ${PYPKGPREFIX}-stdnum-[0-9]*:../../misc/py-stdnum
-DEPENDS+=   ${PYPKGPREFIX}-trytond-currency>=${TRYTON_BASEVER}:../../finance/py-trytond-currency
-DEPENDS+=   ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
-DEPENDS+=   ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
+DEPENDS+=      ${PYPKGPREFIX}-stdnum-[0-9]*:../../misc/py-stdnum
+DEPENDS+=      ${PYPKGPREFIX}-trytond-currency>=${TRYTON_BASEVER}:../../finance/py-trytond-currency
+DEPENDS+=      ${PYPKGPREFIX}-trytond-party>=${TRYTON_BASEVER}:../../misc/py-trytond-party
+DEPENDS+=      ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
 
 USE_LANGUAGES= # none
 
-REPLACE_PYTHON+=       tests/test_bank.py
-PYTHON_VERSIONS_ACCEPTED=       27 # py-simplesoap via py-stdnum
+REPLACE_PYTHON+=               tests/test_bank.py
+PYTHON_VERSIONS_ACCEPTED=      27 # py-simplesoap via py-stdnum
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"

Index: pkgsrc/finance/py-vatnumber/Makefile
diff -u pkgsrc/finance/py-vatnumber/Makefile:1.12 pkgsrc/finance/py-vatnumber/Makefile:1.13
--- pkgsrc/finance/py-vatnumber/Makefile:1.12   Mon Sep  2 13:20:16 2019
+++ pkgsrc/finance/py-vatnumber/Makefile        Sat Nov  2 16:08:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:16 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/02 16:08:48 rillig Exp $
 
 DISTNAME=              vatnumber-1.2
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE=              gnu-gpl-v3
 
 DEPENDS+=              ${PYPKGPREFIX}-stdnum-[0-9]*:../../misc/py-stdnum
 
-PYTHON_VERSIONS_ACCEPTED=       27 # py-simplesoap via py-stdnum
+PYTHON_VERSIONS_ACCEPTED=      27 # py-simplesoap via py-stdnum
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/finance/xquote/Makefile
diff -u pkgsrc/finance/xquote/Makefile:1.22 pkgsrc/finance/xquote/Makefile:1.23
--- pkgsrc/finance/xquote/Makefile:1.22 Wed Sep  6 10:40:27 2017
+++ pkgsrc/finance/xquote/Makefile      Sat Nov  2 16:08:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/09/06 10:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2019/11/02 16:08:48 rillig Exp $
 
 DISTNAME=              xquote-2.6.10
 PKGREVISION=           4
@@ -13,7 +13,7 @@ USE_IMAKE=            YES
 NO_INSTALL_MANPAGES=   YES
 
 # needs a symbol that appeared after 4.9.1
-BUILDLINK_API_DEPENDS.Xbae+=        Xbae>=4.50
+BUILDLINK_API_DEPENDS.Xbae+=   Xbae>=4.50
 
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"



Home | Main Index | Thread Index | Old Index