From 41cd0df73e490c95ef80db6b8a63966083a5f645 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Apr 2015 09:17:41 +0000 Subject: Update to 2.8.2: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.8.2 (2015-01-02) Fix amount cell painting which didn’t work properly. [Windows] (#407) Fix import window’s checkbox cell which would sometimes wrongly go in edit mode. [Linux, Windows] (#406) Fix chart visibility glitch in account view. [Mac] (#357) Add a --no-ext build option. (#408) 2.8.1 (2014-12-14) Fix amount deletion bug on drag & drop transaction re-ordering. [Linux, Windows] (#402) Fix bug where clicking account-jumping arrows would lead to the wrong place. [Linux, Windows] (#404) 2.8.0 (2014-11-09) Make amount fields prettier. Thanks Nelson Brown! [Windows, Linux] (#14 #15) In sheets, make totals’ currency explicit when in multi-currency context. (#392) Add “Assign imbalance” button to the Transaction panel. (#398) Fix glitch in sheets expanded nodes restoration. [Mac] (#388) Fix a QIF transaction matching bug. Fix account selection glitch causing the account to lose focus. [Windows, Linux] Fix IndexError on file switching. [Windows, Linux] (#393) Remove Cashculator integration. It was broken anyway. [Mac] Greatly improve developer documentation. Minimum OS X version is now Lion (10.7). Minimum Windows version is now Windows 7. 64-bit required. Minimum Ubuntu version is now 14.04. --- finance/moneyguru/Makefile | 11 +- finance/moneyguru/PLIST | 297 ++++++++++++++------- finance/moneyguru/distinfo | 9 +- .../moneyguru/patches/patch-hscommon_sphinxgen.py | 16 -- 4 files changed, 203 insertions(+), 130 deletions(-) delete mode 100644 finance/moneyguru/patches/patch-hscommon_sphinxgen.py (limited to 'finance') diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile index 44761addb42..0fafb251641 100644 --- a/finance/moneyguru/Makefile +++ b/finance/moneyguru/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2014/09/17 22:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2015/04/03 09:17:41 wiz Exp $ # # any of ~* is fine, they are the same and just there for Ubuntu # so moneyguru's built for all releases -DISTNAME= 2.7.2 -PKGNAME= moneyguru-${DISTNAME} +DISTNAME= moneyguru-2.8.2 CATEGORIES= finance -MASTER_SITES= https://github.com/hsoft/moneyguru/archive/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=hsoft/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.hardcoded.net/moneyguru/ @@ -18,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree -DIST_SUBDIR= moneyguru +GITHUB_TAG= ${PKGVERSION_NOREV} EXTRACT_USING= bsdtar WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} @@ -48,8 +47,6 @@ do-install: cd ${WRKSRC} && pax -pp -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru ${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications ${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru -# remove after patches/patch-hscommon_sphinxgen.py is gone - ${RM} ${DESTDIR}${PREFIX}/share/moneyguru/hscommon/sphinxgen.py.orig .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" diff --git a/finance/moneyguru/PLIST b/finance/moneyguru/PLIST index 109caead364..2529e259642 100644 --- a/finance/moneyguru/PLIST +++ b/finance/moneyguru/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2015/04/02 07:22:35 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.8 2015/04/03 09:17:41 wiz Exp $ bin/moneyguru share/applications/moneyguru.desktop share/moneyguru/ambuttonbar/AMButtonBar.h @@ -22,13 +22,44 @@ share/moneyguru/build/help/.buildinfo share/moneyguru/build/help/.doctrees/basics.doctree share/moneyguru/build/help/.doctrees/cash.doctree share/moneyguru/build/help/.doctrees/changelog.doctree +share/moneyguru/build/help/.doctrees/contribute.doctree share/moneyguru/build/help/.doctrees/credits.doctree share/moneyguru/build/help/.doctrees/currencies.doctree -share/moneyguru/build/help/.doctrees/developer/api/document.doctree -share/moneyguru/build/help/.doctrees/developer/api/index.doctree share/moneyguru/build/help/.doctrees/developer/architecture.doctree share/moneyguru/build/help/.doctrees/developer/build.doctree +share/moneyguru/build/help/.doctrees/developer/core/app.doctree +share/moneyguru/build/help/.doctrees/developer/core/document.doctree +share/moneyguru/build/help/.doctrees/developer/core/gui/account_panel.doctree +share/moneyguru/build/help/.doctrees/developer/core/gui/base.doctree +share/moneyguru/build/help/.doctrees/developer/core/gui/chart.doctree +share/moneyguru/build/help/.doctrees/developer/core/gui/lookup.doctree +share/moneyguru/build/help/.doctrees/developer/core/gui/pie_chart.doctree +share/moneyguru/build/help/.doctrees/developer/core/index.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/account.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/amount.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/budget.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/date.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/entry.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/oven.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/recurrence.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/transaction.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/transaction_list.doctree +share/moneyguru/build/help/.doctrees/developer/core/model/undo.doctree +share/moneyguru/build/help/.doctrees/developer/core/plugin.doctree share/moneyguru/build/help/.doctrees/developer/devprocess.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/build.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/currency.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/desktop.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/gui/base.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/gui/column.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/gui/selectable_list.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/gui/table.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/gui/text_field.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/gui/tree.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/index.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/notify.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/path.doctree +share/moneyguru/build/help/.doctrees/developer/hscommon/util.doctree share/moneyguru/build/help/.doctrees/developer/index.doctree share/moneyguru/build/help/.doctrees/developer/refactorings.doctree share/moneyguru/build/help/.doctrees/editing.doctree @@ -61,13 +92,44 @@ share/moneyguru/build/help/_images/reconciliation_checkmark.png share/moneyguru/build/help/_sources/basics.txt share/moneyguru/build/help/_sources/cash.txt share/moneyguru/build/help/_sources/changelog.txt +share/moneyguru/build/help/_sources/contribute.txt share/moneyguru/build/help/_sources/credits.txt share/moneyguru/build/help/_sources/currencies.txt -share/moneyguru/build/help/_sources/developer/api/document.txt -share/moneyguru/build/help/_sources/developer/api/index.txt share/moneyguru/build/help/_sources/developer/architecture.txt share/moneyguru/build/help/_sources/developer/build.txt +share/moneyguru/build/help/_sources/developer/core/app.txt +share/moneyguru/build/help/_sources/developer/core/document.txt +share/moneyguru/build/help/_sources/developer/core/gui/account_panel.txt +share/moneyguru/build/help/_sources/developer/core/gui/base.txt +share/moneyguru/build/help/_sources/developer/core/gui/chart.txt +share/moneyguru/build/help/_sources/developer/core/gui/lookup.txt +share/moneyguru/build/help/_sources/developer/core/gui/pie_chart.txt +share/moneyguru/build/help/_sources/developer/core/index.txt +share/moneyguru/build/help/_sources/developer/core/model/account.txt +share/moneyguru/build/help/_sources/developer/core/model/amount.txt +share/moneyguru/build/help/_sources/developer/core/model/budget.txt +share/moneyguru/build/help/_sources/developer/core/model/date.txt +share/moneyguru/build/help/_sources/developer/core/model/entry.txt +share/moneyguru/build/help/_sources/developer/core/model/oven.txt +share/moneyguru/build/help/_sources/developer/core/model/recurrence.txt +share/moneyguru/build/help/_sources/developer/core/model/transaction.txt +share/moneyguru/build/help/_sources/developer/core/model/transaction_list.txt +share/moneyguru/build/help/_sources/developer/core/model/undo.txt +share/moneyguru/build/help/_sources/developer/core/plugin.txt share/moneyguru/build/help/_sources/developer/devprocess.txt +share/moneyguru/build/help/_sources/developer/hscommon/build.txt +share/moneyguru/build/help/_sources/developer/hscommon/currency.txt +share/moneyguru/build/help/_sources/developer/hscommon/desktop.txt +share/moneyguru/build/help/_sources/developer/hscommon/gui/base.txt +share/moneyguru/build/help/_sources/developer/hscommon/gui/column.txt +share/moneyguru/build/help/_sources/developer/hscommon/gui/selectable_list.txt +share/moneyguru/build/help/_sources/developer/hscommon/gui/table.txt +share/moneyguru/build/help/_sources/developer/hscommon/gui/text_field.txt +share/moneyguru/build/help/_sources/developer/hscommon/gui/tree.txt +share/moneyguru/build/help/_sources/developer/hscommon/index.txt +share/moneyguru/build/help/_sources/developer/hscommon/notify.txt +share/moneyguru/build/help/_sources/developer/hscommon/path.txt +share/moneyguru/build/help/_sources/developer/hscommon/util.txt share/moneyguru/build/help/_sources/developer/index.txt share/moneyguru/build/help/_sources/developer/refactorings.txt share/moneyguru/build/help/_sources/editing.txt @@ -78,24 +140,22 @@ share/moneyguru/build/help/_sources/index.txt share/moneyguru/build/help/_sources/plugins.txt share/moneyguru/build/help/_sources/reconciliation.txt share/moneyguru/build/help/_static/ajax-loader.gif -share/moneyguru/build/help/_static/alert_info_32.png -share/moneyguru/build/help/_static/alert_warning_32.png share/moneyguru/build/help/_static/basic.css -share/moneyguru/build/help/_static/bg-page.png -share/moneyguru/build/help/_static/bullet_orange.png share/moneyguru/build/help/_static/comment-bright.png share/moneyguru/build/help/_static/comment-close.png share/moneyguru/build/help/_static/comment.png +share/moneyguru/build/help/_static/contents.png share/moneyguru/build/help/_static/doctools.js share/moneyguru/build/help/_static/down-pressed.png share/moneyguru/build/help/_static/down.png share/moneyguru/build/help/_static/file.png -share/moneyguru/build/help/_static/haiku.css share/moneyguru/build/help/_static/jquery.js share/moneyguru/build/help/_static/minus.png +share/moneyguru/build/help/_static/navigation.png share/moneyguru/build/help/_static/plus.png share/moneyguru/build/help/_static/pygments.css share/moneyguru/build/help/_static/searchtools.js +share/moneyguru/build/help/_static/sphinxdoc.css share/moneyguru/build/help/_static/underscore.js share/moneyguru/build/help/_static/up-pressed.png share/moneyguru/build/help/_static/up.png @@ -103,13 +163,44 @@ share/moneyguru/build/help/_static/websupport.js share/moneyguru/build/help/basics.html share/moneyguru/build/help/cash.html share/moneyguru/build/help/changelog.html +share/moneyguru/build/help/contribute.html share/moneyguru/build/help/credits.html share/moneyguru/build/help/currencies.html -share/moneyguru/build/help/developer/api/document.html -share/moneyguru/build/help/developer/api/index.html share/moneyguru/build/help/developer/architecture.html share/moneyguru/build/help/developer/build.html +share/moneyguru/build/help/developer/core/app.html +share/moneyguru/build/help/developer/core/document.html +share/moneyguru/build/help/developer/core/gui/account_panel.html +share/moneyguru/build/help/developer/core/gui/base.html +share/moneyguru/build/help/developer/core/gui/chart.html +share/moneyguru/build/help/developer/core/gui/lookup.html +share/moneyguru/build/help/developer/core/gui/pie_chart.html +share/moneyguru/build/help/developer/core/index.html +share/moneyguru/build/help/developer/core/model/account.html +share/moneyguru/build/help/developer/core/model/amount.html +share/moneyguru/build/help/developer/core/model/budget.html +share/moneyguru/build/help/developer/core/model/date.html +share/moneyguru/build/help/developer/core/model/entry.html +share/moneyguru/build/help/developer/core/model/oven.html +share/moneyguru/build/help/developer/core/model/recurrence.html +share/moneyguru/build/help/developer/core/model/transaction.html +share/moneyguru/build/help/developer/core/model/transaction_list.html +share/moneyguru/build/help/developer/core/model/undo.html +share/moneyguru/build/help/developer/core/plugin.html share/moneyguru/build/help/developer/devprocess.html +share/moneyguru/build/help/developer/hscommon/build.html +share/moneyguru/build/help/developer/hscommon/currency.html +share/moneyguru/build/help/developer/hscommon/desktop.html +share/moneyguru/build/help/developer/hscommon/gui/base.html +share/moneyguru/build/help/developer/hscommon/gui/column.html +share/moneyguru/build/help/developer/hscommon/gui/selectable_list.html +share/moneyguru/build/help/developer/hscommon/gui/table.html +share/moneyguru/build/help/developer/hscommon/gui/text_field.html +share/moneyguru/build/help/developer/hscommon/gui/tree.html +share/moneyguru/build/help/developer/hscommon/index.html +share/moneyguru/build/help/developer/hscommon/notify.html +share/moneyguru/build/help/developer/hscommon/path.html +share/moneyguru/build/help/developer/hscommon/util.html share/moneyguru/build/help/developer/index.html share/moneyguru/build/help/developer/refactorings.html share/moneyguru/build/help/editing.html @@ -125,35 +216,29 @@ share/moneyguru/build/help/searchindex.js share/moneyguru/build/lib.${LOWER_OPSYS}-${OS_VERSION}-amd64-${PYVERSSUFFIX}/_amount.so share/moneyguru/build/locale/cs/LC_MESSAGES/columns.mo share/moneyguru/build/locale/cs/LC_MESSAGES/core.mo -share/moneyguru/build/locale/cs/LC_MESSAGES/hscommon.mo share/moneyguru/build/locale/cs/LC_MESSAGES/qtlib.mo share/moneyguru/build/locale/cs/LC_MESSAGES/ui.mo share/moneyguru/build/locale/de/LC_MESSAGES/columns.mo share/moneyguru/build/locale/de/LC_MESSAGES/core.mo -share/moneyguru/build/locale/de/LC_MESSAGES/hscommon.mo share/moneyguru/build/locale/de/LC_MESSAGES/qtlib.mo share/moneyguru/build/locale/de/LC_MESSAGES/ui.mo share/moneyguru/build/locale/es/LC_MESSAGES/columns.mo share/moneyguru/build/locale/es/LC_MESSAGES/core.mo -share/moneyguru/build/locale/es/LC_MESSAGES/hscommon.mo share/moneyguru/build/locale/es/LC_MESSAGES/qtlib.mo share/moneyguru/build/locale/es/LC_MESSAGES/ui.mo share/moneyguru/build/locale/fr/LC_MESSAGES/columns.mo share/moneyguru/build/locale/fr/LC_MESSAGES/core.mo -share/moneyguru/build/locale/fr/LC_MESSAGES/hscommon.mo share/moneyguru/build/locale/fr/LC_MESSAGES/qtlib.mo share/moneyguru/build/locale/fr/LC_MESSAGES/ui.mo share/moneyguru/build/locale/it/LC_MESSAGES/columns.mo share/moneyguru/build/locale/it/LC_MESSAGES/core.mo -share/moneyguru/build/locale/it/LC_MESSAGES/hscommon.mo share/moneyguru/build/locale/it/LC_MESSAGES/qtlib.mo share/moneyguru/build/locale/it/LC_MESSAGES/ui.mo share/moneyguru/build/locale/nl/LC_MESSAGES/columns.mo share/moneyguru/build/locale/nl/LC_MESSAGES/core.mo -share/moneyguru/build/locale/nl/LC_MESSAGES/hscommon.mo share/moneyguru/build/locale/nl/LC_MESSAGES/qtlib.mo share/moneyguru/build/locale/nl/LC_MESSAGES/ui.mo -share/moneyguru/build/temp.netbsd-${OS_VERSION}-amd64-${PYVERSSUFFIX}/core/modules/amount.o +share/moneyguru/build/temp.${LOWER_OPSYS}-${OS_VERSION}-amd64-${PYVERSSUFFIX}/core/modules/amount.o share/moneyguru/cocoa/InfoTemplate.plist share/moneyguru/cocoa/MGConst.h share/moneyguru/cocoa/controllers/MGAccountLookup.h @@ -172,10 +257,6 @@ share/moneyguru/cocoa/controllers/MGBudgetPanel.h share/moneyguru/cocoa/controllers/MGBudgetPanel.m share/moneyguru/cocoa/controllers/MGCSVImportOptions.h share/moneyguru/cocoa/controllers/MGCSVImportOptions.m -share/moneyguru/cocoa/controllers/MGCashculatorAccountTable.h -share/moneyguru/cocoa/controllers/MGCashculatorAccountTable.m -share/moneyguru/cocoa/controllers/MGCashculatorView.h -share/moneyguru/cocoa/controllers/MGCashculatorView.m share/moneyguru/cocoa/controllers/MGChart.h share/moneyguru/cocoa/controllers/MGChart.m share/moneyguru/cocoa/controllers/MGCompletionLookup.h @@ -333,7 +414,6 @@ share/moneyguru/cocoa/ui/account_reassign_panel.py share/moneyguru/cocoa/ui/account_sheet_view.py share/moneyguru/cocoa/ui/account_view.py share/moneyguru/cocoa/ui/budget_panel.py -share/moneyguru/cocoa/ui/cashculator_view.py share/moneyguru/cocoa/ui/common.py share/moneyguru/cocoa/ui/csv_import_options.py share/moneyguru/cocoa/ui/csv_layout_name.py @@ -362,13 +442,6 @@ share/moneyguru/cocoalib/HSAboutBox.h share/moneyguru/cocoalib/HSAboutBox.m share/moneyguru/cocoalib/HSErrorReportWindow.h share/moneyguru/cocoalib/HSErrorReportWindow.m -share/moneyguru/cocoalib/HSFairware.h -share/moneyguru/cocoalib/HSFairware.m -share/moneyguru/cocoalib/HSFairwareAboutBox.h -share/moneyguru/cocoalib/HSFairwareAboutBox.m -share/moneyguru/cocoalib/HSFairwareProtocol.h -share/moneyguru/cocoalib/HSFairwareReminder.h -share/moneyguru/cocoalib/HSFairwareReminder.m share/moneyguru/cocoalib/HSGeometry.h share/moneyguru/cocoalib/HSGeometry.m share/moneyguru/cocoalib/HSPyUtil.h @@ -455,10 +528,7 @@ share/moneyguru/cocoalib/locale/uk/LC_MESSAGES/cocoalib.po share/moneyguru/cocoalib/locale/vi/LC_MESSAGES/cocoalib.po share/moneyguru/cocoalib/locale/zh_CN/LC_MESSAGES/cocoalib.po share/moneyguru/cocoalib/ui/about.py -share/moneyguru/cocoalib/ui/demo_reminder.py -share/moneyguru/cocoalib/ui/enter_code.py share/moneyguru/cocoalib/ui/error_report.py -share/moneyguru/cocoalib/ui/fairware_about.py share/moneyguru/cocoalib/ui/progress.py share/moneyguru/cocoalib/views/HSOutlineView.h share/moneyguru/cocoalib/views/HSOutlineView.m @@ -469,11 +539,25 @@ share/moneyguru/cocoalib/views/NSIndexPathAdditions.m share/moneyguru/cocoalib/views/NSTableViewAdditions.h share/moneyguru/cocoalib/views/NSTableViewAdditions.m share/moneyguru/core/__init__.py +share/moneyguru/core/__init__.pyc +share/moneyguru/core/app.pyc +share/moneyguru/core/const.pyc +share/moneyguru/core/document.pyc +share/moneyguru/core/exception.pyc +share/moneyguru/core/plugin.pyc share/moneyguru/core/app.py share/moneyguru/core/const.py share/moneyguru/core/document.py share/moneyguru/core/exception.py share/moneyguru/core/gui/__init__.py +share/moneyguru/core/gui/__init__.pyc +share/moneyguru/core/gui/account_panel.pyc +share/moneyguru/core/gui/base.pyc +share/moneyguru/core/gui/chart.pyc +share/moneyguru/core/gui/lookup.pyc +share/moneyguru/core/gui/pie_chart.pyc +share/moneyguru/core/gui/print_view.pyc +share/moneyguru/core/gui/table.pyc share/moneyguru/core/gui/account_balance_graph.py share/moneyguru/core/gui/account_flow_graph.py share/moneyguru/core/gui/account_lookup.py @@ -489,8 +573,6 @@ share/moneyguru/core/gui/base.py share/moneyguru/core/gui/budget_panel.py share/moneyguru/core/gui/budget_table.py share/moneyguru/core/gui/budget_view.py -share/moneyguru/core/gui/cashculator_account_table.py -share/moneyguru/core/gui/cashculator_view.py share/moneyguru/core/gui/chart.py share/moneyguru/core/gui/completable_edit.py share/moneyguru/core/gui/completion_lookup.py @@ -534,18 +616,34 @@ share/moneyguru/core/gui/transaction_table_base.py share/moneyguru/core/gui/transaction_view.py share/moneyguru/core/gui/view_options.py share/moneyguru/core/loader/__init__.py +share/moneyguru/core/loader/__init__.pyc +share/moneyguru/core/loader/base.pyc +share/moneyguru/core/loader/native.pyc share/moneyguru/core/loader/base.py share/moneyguru/core/loader/csv.py share/moneyguru/core/loader/native.py share/moneyguru/core/loader/ofx.py share/moneyguru/core/loader/qif.py share/moneyguru/core/model/__init__.py +share/moneyguru/core/model/__init__.pyc +share/moneyguru/core/model/_amount_ref.pyc +share/moneyguru/core/model/account.pyc +share/moneyguru/core/model/amount.pyc +share/moneyguru/core/model/budget.pyc +share/moneyguru/core/model/currency.pyc +share/moneyguru/core/model/date.pyc +share/moneyguru/core/model/entry.pyc +share/moneyguru/core/model/oven.pyc +share/moneyguru/core/model/recurrence.pyc +share/moneyguru/core/model/sort.pyc +share/moneyguru/core/model/transaction.pyc +share/moneyguru/core/model/transaction_list.pyc +share/moneyguru/core/model/undo.pyc share/moneyguru/core/model/_amount.so share/moneyguru/core/model/_amount_ref.py share/moneyguru/core/model/account.py share/moneyguru/core/model/amount.py share/moneyguru/core/model/budget.py -share/moneyguru/core/model/cashculator.py share/moneyguru/core/model/completion.py share/moneyguru/core/model/currency.py share/moneyguru/core/model/date.py @@ -559,6 +657,8 @@ share/moneyguru/core/model/undo.py share/moneyguru/core/modules/amount.c share/moneyguru/core/plugin.py share/moneyguru/core/saver/__init__.py +share/moneyguru/core/saver/__init__.pyc +share/moneyguru/core/saver/native.pyc share/moneyguru/core/saver/csv.py share/moneyguru/core/saver/native.py share/moneyguru/core/saver/qif.py @@ -716,7 +816,6 @@ share/moneyguru/help/cs/currencies.rst share/moneyguru/help/cs/editing.rst share/moneyguru/help/cs/faq.rst share/moneyguru/help/cs/forecast.rst -share/moneyguru/help/cs/image share/moneyguru/help/cs/import.rst share/moneyguru/help/cs/index.rst share/moneyguru/help/cs/reconciliation.rst @@ -728,7 +827,6 @@ share/moneyguru/help/de/currencies.rst share/moneyguru/help/de/editing.rst share/moneyguru/help/de/faq.rst share/moneyguru/help/de/forecast.rst -share/moneyguru/help/de/image share/moneyguru/help/de/import.rst share/moneyguru/help/de/index.rst share/moneyguru/help/de/reconciliation.rst @@ -737,15 +835,46 @@ share/moneyguru/help/en/cash.rst share/moneyguru/help/en/changelog.rst share/moneyguru/help/en/changelog.tmpl share/moneyguru/help/en/conf.py +share/moneyguru/help/en/contribute.rst share/moneyguru/help/en/credits.rst share/moneyguru/help/en/credits.tmpl share/moneyguru/help/en/currencies.rst -share/moneyguru/help/en/developer/api/document.rst -share/moneyguru/help/en/developer/api/index.rst share/moneyguru/help/en/developer/architecture.rst share/moneyguru/help/en/developer/build.rst share/moneyguru/help/en/developer/conf.py +share/moneyguru/help/en/developer/core/app.rst +share/moneyguru/help/en/developer/core/document.rst +share/moneyguru/help/en/developer/core/gui/account_panel.rst +share/moneyguru/help/en/developer/core/gui/base.rst +share/moneyguru/help/en/developer/core/gui/chart.rst +share/moneyguru/help/en/developer/core/gui/lookup.rst +share/moneyguru/help/en/developer/core/gui/pie_chart.rst +share/moneyguru/help/en/developer/core/index.rst +share/moneyguru/help/en/developer/core/model/account.rst +share/moneyguru/help/en/developer/core/model/amount.rst +share/moneyguru/help/en/developer/core/model/budget.rst +share/moneyguru/help/en/developer/core/model/date.rst +share/moneyguru/help/en/developer/core/model/entry.rst +share/moneyguru/help/en/developer/core/model/oven.rst +share/moneyguru/help/en/developer/core/model/recurrence.rst +share/moneyguru/help/en/developer/core/model/transaction.rst +share/moneyguru/help/en/developer/core/model/transaction_list.rst +share/moneyguru/help/en/developer/core/model/undo.rst +share/moneyguru/help/en/developer/core/plugin.rst share/moneyguru/help/en/developer/devprocess.rst +share/moneyguru/help/en/developer/hscommon/build.rst +share/moneyguru/help/en/developer/hscommon/currency.rst +share/moneyguru/help/en/developer/hscommon/desktop.rst +share/moneyguru/help/en/developer/hscommon/gui/base.rst +share/moneyguru/help/en/developer/hscommon/gui/column.rst +share/moneyguru/help/en/developer/hscommon/gui/selectable_list.rst +share/moneyguru/help/en/developer/hscommon/gui/table.rst +share/moneyguru/help/en/developer/hscommon/gui/text_field.rst +share/moneyguru/help/en/developer/hscommon/gui/tree.rst +share/moneyguru/help/en/developer/hscommon/index.rst +share/moneyguru/help/en/developer/hscommon/notify.rst +share/moneyguru/help/en/developer/hscommon/path.rst +share/moneyguru/help/en/developer/hscommon/util.rst share/moneyguru/help/en/developer/index.rst share/moneyguru/help/en/developer/refactorings.rst share/moneyguru/help/en/editing.rst @@ -764,7 +893,6 @@ share/moneyguru/help/fr/currencies.rst share/moneyguru/help/fr/editing.rst share/moneyguru/help/fr/faq.rst share/moneyguru/help/fr/forecast.rst -share/moneyguru/help/fr/image share/moneyguru/help/fr/import.rst share/moneyguru/help/fr/index.rst share/moneyguru/help/fr/reconciliation.rst @@ -818,33 +946,40 @@ share/moneyguru/help/it/currencies.rst share/moneyguru/help/it/editing.rst share/moneyguru/help/it/faq.rst share/moneyguru/help/it/forecast.rst -share/moneyguru/help/it/image share/moneyguru/help/it/import.rst share/moneyguru/help/it/index.rst share/moneyguru/help/it/reconciliation.rst share/moneyguru/hscommon/.gitignore -share/moneyguru/hscommon/.tx/config share/moneyguru/hscommon/LICENSE share/moneyguru/hscommon/README share/moneyguru/hscommon/__init__.py share/moneyguru/hscommon/__init__.pyc -share/moneyguru/hscommon/build.py share/moneyguru/hscommon/build.pyc +share/moneyguru/hscommon/currency.pyc +share/moneyguru/hscommon/desktop.pyc +share/moneyguru/hscommon/geometry.pyc +share/moneyguru/hscommon/loc.pyc +share/moneyguru/hscommon/notify.pyc +share/moneyguru/hscommon/path.pyc +share/moneyguru/hscommon/plat.pyc +share/moneyguru/hscommon/pygettext.pyc +share/moneyguru/hscommon/sphinxgen.pyc +share/moneyguru/hscommon/trans.pyc +share/moneyguru/hscommon/util.pyc +share/moneyguru/hscommon/build.py share/moneyguru/hscommon/conflict.py share/moneyguru/hscommon/currency.py share/moneyguru/hscommon/debug.py -share/moneyguru/hscommon/docs/build.rst -share/moneyguru/hscommon/docs/conf.py -share/moneyguru/hscommon/docs/conflict.rst -share/moneyguru/hscommon/docs/currency.rst -share/moneyguru/hscommon/docs/index.rst -share/moneyguru/hscommon/docs/notify.rst -share/moneyguru/hscommon/docs/path.rst -share/moneyguru/hscommon/docs/reg.rst -share/moneyguru/hscommon/docs/sqlite.rst -share/moneyguru/hscommon/docs/util.rst +share/moneyguru/hscommon/desktop.py share/moneyguru/hscommon/geometry.py share/moneyguru/hscommon/gui/__init__.py +share/moneyguru/hscommon/gui/__init__.pyc +share/moneyguru/hscommon/gui/base.pyc +share/moneyguru/hscommon/gui/column.pyc +share/moneyguru/hscommon/gui/selectable_list.pyc +share/moneyguru/hscommon/gui/table.pyc +share/moneyguru/hscommon/gui/text_field.pyc +share/moneyguru/hscommon/gui/tree.pyc share/moneyguru/hscommon/gui/base.py share/moneyguru/hscommon/gui/column.py share/moneyguru/hscommon/gui/progress_window.py @@ -852,52 +987,22 @@ share/moneyguru/hscommon/gui/selectable_list.py share/moneyguru/hscommon/gui/table.py share/moneyguru/hscommon/gui/text_field.py share/moneyguru/hscommon/gui/tree.py -share/moneyguru/hscommon/io.py -share/moneyguru/hscommon/io.pyc +share/moneyguru/hscommon/jobprogress/__init__.py +share/moneyguru/hscommon/jobprogress/job.py +share/moneyguru/hscommon/jobprogress/performer.py +share/moneyguru/hscommon/jobprogress/qt.py share/moneyguru/hscommon/loc.py -share/moneyguru/hscommon/loc.pyc -share/moneyguru/hscommon/locale/cs/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/cs/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/de/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/de/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/es/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/es/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/fr/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/fr/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/hscommon.pot -share/moneyguru/hscommon/locale/hy/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/hy/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/it/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/it/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/nl/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/nl/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/pt_BR/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/pt_BR/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/ru/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/ru/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/uk/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/uk/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/vi/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/vi/LC_MESSAGES/hscommon.po -share/moneyguru/hscommon/locale/zh_CN/LC_MESSAGES/hscommon.mo -share/moneyguru/hscommon/locale/zh_CN/LC_MESSAGES/hscommon.po share/moneyguru/hscommon/notify.py share/moneyguru/hscommon/path.py -share/moneyguru/hscommon/path.pyc share/moneyguru/hscommon/plat.py -share/moneyguru/hscommon/plat.pyc share/moneyguru/hscommon/pygettext.py -share/moneyguru/hscommon/pygettext.pyc -share/moneyguru/hscommon/reg.py share/moneyguru/hscommon/sphinxgen.py -share/moneyguru/hscommon/sphinxgen.pyc share/moneyguru/hscommon/sqlite.py share/moneyguru/hscommon/tests/__init__.py share/moneyguru/hscommon/tests/conflict_test.py share/moneyguru/hscommon/tests/currency_test.py share/moneyguru/hscommon/tests/notify_test.py share/moneyguru/hscommon/tests/path_test.py -share/moneyguru/hscommon/tests/reg_test.py share/moneyguru/hscommon/tests/selectable_list_test.py share/moneyguru/hscommon/tests/sqlite_test.py share/moneyguru/hscommon/tests/table_test.py @@ -906,7 +1011,6 @@ share/moneyguru/hscommon/tests/util_test.py share/moneyguru/hscommon/testutil.py share/moneyguru/hscommon/trans.py share/moneyguru/hscommon/util.py -share/moneyguru/hscommon/util.pyc share/moneyguru/images/account_in_12.png share/moneyguru/images/account_in_16.png share/moneyguru/images/account_out_12.png @@ -917,8 +1021,6 @@ share/moneyguru/images/balance_sheet_16.png share/moneyguru/images/balance_sheet_48.png share/moneyguru/images/budget_16.png share/moneyguru/images/budget_48.png -share/moneyguru/images/cashculator_16.png -share/moneyguru/images/cashculator_48.png share/moneyguru/images/check_16.png share/moneyguru/images/columns_16.png share/moneyguru/images/doc_icon.icns @@ -960,7 +1062,6 @@ share/moneyguru/locale/cs/LC_MESSAGES/columns.mo share/moneyguru/locale/cs/LC_MESSAGES/columns.po share/moneyguru/locale/cs/LC_MESSAGES/core.mo share/moneyguru/locale/cs/LC_MESSAGES/core.po -share/moneyguru/locale/cs/LC_MESSAGES/hscommon.mo share/moneyguru/locale/cs/LC_MESSAGES/qtlib.mo share/moneyguru/locale/cs/LC_MESSAGES/ui.mo share/moneyguru/locale/cs/LC_MESSAGES/ui.po @@ -968,7 +1069,6 @@ share/moneyguru/locale/de/LC_MESSAGES/columns.mo share/moneyguru/locale/de/LC_MESSAGES/columns.po share/moneyguru/locale/de/LC_MESSAGES/core.mo share/moneyguru/locale/de/LC_MESSAGES/core.po -share/moneyguru/locale/de/LC_MESSAGES/hscommon.mo share/moneyguru/locale/de/LC_MESSAGES/qtlib.mo share/moneyguru/locale/de/LC_MESSAGES/ui.mo share/moneyguru/locale/de/LC_MESSAGES/ui.po @@ -976,7 +1076,6 @@ share/moneyguru/locale/es/LC_MESSAGES/columns.mo share/moneyguru/locale/es/LC_MESSAGES/columns.po share/moneyguru/locale/es/LC_MESSAGES/core.mo share/moneyguru/locale/es/LC_MESSAGES/core.po -share/moneyguru/locale/es/LC_MESSAGES/hscommon.mo share/moneyguru/locale/es/LC_MESSAGES/qtlib.mo share/moneyguru/locale/es/LC_MESSAGES/ui.mo share/moneyguru/locale/es/LC_MESSAGES/ui.po @@ -984,7 +1083,6 @@ share/moneyguru/locale/fr/LC_MESSAGES/columns.mo share/moneyguru/locale/fr/LC_MESSAGES/columns.po share/moneyguru/locale/fr/LC_MESSAGES/core.mo share/moneyguru/locale/fr/LC_MESSAGES/core.po -share/moneyguru/locale/fr/LC_MESSAGES/hscommon.mo share/moneyguru/locale/fr/LC_MESSAGES/qtlib.mo share/moneyguru/locale/fr/LC_MESSAGES/ui.mo share/moneyguru/locale/fr/LC_MESSAGES/ui.po @@ -992,7 +1090,6 @@ share/moneyguru/locale/it/LC_MESSAGES/columns.mo share/moneyguru/locale/it/LC_MESSAGES/columns.po share/moneyguru/locale/it/LC_MESSAGES/core.mo share/moneyguru/locale/it/LC_MESSAGES/core.po -share/moneyguru/locale/it/LC_MESSAGES/hscommon.mo share/moneyguru/locale/it/LC_MESSAGES/qtlib.mo share/moneyguru/locale/it/LC_MESSAGES/ui.mo share/moneyguru/locale/it/LC_MESSAGES/ui.po @@ -1000,7 +1097,6 @@ share/moneyguru/locale/nl/LC_MESSAGES/columns.mo share/moneyguru/locale/nl/LC_MESSAGES/columns.po share/moneyguru/locale/nl/LC_MESSAGES/core.mo share/moneyguru/locale/nl/LC_MESSAGES/core.po -share/moneyguru/locale/nl/LC_MESSAGES/hscommon.mo share/moneyguru/locale/nl/LC_MESSAGES/qtlib.mo share/moneyguru/locale/nl/LC_MESSAGES/ui.mo share/moneyguru/locale/nl/LC_MESSAGES/ui.po @@ -1121,7 +1217,6 @@ share/moneyguru/qt/controller/transaction/table.py share/moneyguru/qt/controller/transaction/view.py share/moneyguru/qt/controller/transaction_panel.py share/moneyguru/qt/installer.aip -share/moneyguru/qt/installer64.aip share/moneyguru/qt/mg.qrc share/moneyguru/qt/mg_rc.py share/moneyguru/qt/plat.py @@ -1132,6 +1227,7 @@ share/moneyguru/qt/print_/layout.py share/moneyguru/qt/support/__init__.py share/moneyguru/qt/support/bar_graph_view.py share/moneyguru/qt/support/chart_view.py +share/moneyguru/qt/support/column_view.py share/moneyguru/qt/support/completable_edit.py share/moneyguru/qt/support/date_edit.py share/moneyguru/qt/support/date_range_selector_view.py @@ -1178,9 +1274,6 @@ share/moneyguru/qtlib/preferences.py share/moneyguru/qtlib/progress_window.py share/moneyguru/qtlib/radio_box.py share/moneyguru/qtlib/recent.py -share/moneyguru/qtlib/reg.py -share/moneyguru/qtlib/reg_demo_dialog.py -share/moneyguru/qtlib/reg_submit_dialog.py share/moneyguru/qtlib/search_edit.py share/moneyguru/qtlib/selectable_list.py share/moneyguru/qtlib/table.py diff --git a/finance/moneyguru/distinfo b/finance/moneyguru/distinfo index cb95d6c5bab..b55388abc0a 100644 --- a/finance/moneyguru/distinfo +++ b/finance/moneyguru/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/09/17 22:37:04 wiz Exp $ +$NetBSD: distinfo,v 1.4 2015/04/03 09:17:41 wiz Exp $ -SHA1 (moneyguru/2.7.2.tar.gz) = 5d28f6970653ef5d3ffea0b79c04c83fbb3f4081 -RMD160 (moneyguru/2.7.2.tar.gz) = 77192c2b67400e4e9a3f1c749542048ff01d3d74 -Size (moneyguru/2.7.2.tar.gz) = 3126811 bytes -SHA1 (patch-hscommon_sphinxgen.py) = 7fa6569d833ba57c4cd529476ad9eff0d200b5c7 +SHA1 (moneyguru-2.8.2.tar.gz) = 09598cdde924612bf37ce34c56e785d0406ba14c +RMD160 (moneyguru-2.8.2.tar.gz) = f3a5d922ff08841727d9809ef51ee11e4f543a24 +Size (moneyguru-2.8.2.tar.gz) = 4124870 bytes diff --git a/finance/moneyguru/patches/patch-hscommon_sphinxgen.py b/finance/moneyguru/patches/patch-hscommon_sphinxgen.py deleted file mode 100644 index ef61a85f6c0..00000000000 --- a/finance/moneyguru/patches/patch-hscommon_sphinxgen.py +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-hscommon_sphinxgen.py,v 1.1 2014/09/17 22:37:04 wiz Exp $ - -Fix build with sphinx-1.2.3, from -https://github.com/hsoft/moneyguru/commit/53ee31a909c9e6021573167dd797b6a9cf8873a1 - ---- hscommon/sphinxgen.py.orig 2014-01-25 19:13:23.000000000 +0000 -+++ hscommon/sphinxgen.py -@@ -66,4 +66,7 @@ def gen(basepath, destpath, changelogpat - # missing dependencies which are in the virtualenv). Here, we do exactly what is done when - # calling the command from bash. - cmd = load_entry_point('Sphinx', 'console_scripts', 'sphinx-build') -- cmd(['sphinx-build', basepath, destpath]) -+ try: -+ cmd(['sphinx-build', basepath, destpath]) -+ except SystemExit: -+ print("Sphinx called sys.exit(), but we're cancelling it because we don't acutally want to exit") -- cgit v1.2.3