Commit graph

186 commits

Author SHA1 Message Date
Guillaume Le Vaillant f7237a2e39
gnu: bitcoin-abc: Update to 0.21.6.
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.21.6.
  [build-system]: Use cmake-build-system.
  [native-inputs]: Remove autoconf, automake and libtool.
  [inputs]: Add zeromq.
  [arguments]: Drop inheritance from bitcoin-core and use explicit
  'make-qt-deterministic', 'set-home' and 'check-functional' phases.
2020-05-15 17:34:52 +02:00
Guillaume Le Vaillant 89c5b924e1
gnu: bitcoin-unlimited: Update to 1.8.0.0.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.8.0.0.
  [arguments]: Add 'fix-build' phase, update 'fix-tests' phase.
2020-05-15 17:34:52 +02:00
Christopher Baines 8ba4d8a347
gnu: bitcoin-core: Reformat the package definition.
Change the indentation to match what Emacs does.

* gnu/packages/finance.scm (bitcoin-core): Change indentation of many lines.
2020-05-13 18:57:01 +01:00
Marius Bakke 46bbdef247
gnu: bitcoin: Fix test failure with Python 3.8.
* gnu/packages/patches/bitcoin-core-python-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/finance.scm (bitcoin-core)[source](patches): New field.
2020-05-11 21:55:01 +02:00
Vagrant Cascadian b76b1d3fb6
gnu: python-trezor: Update to 0.12.0.
* gnu/packages/finance (python-trezor): Update to 0.12.0.
  [arguments] Remove custom 'check phase.
  [propagated-inputs] Remove python-pyblake2.
2020-05-10 14:43:00 -07:00
Marius Bakke 7b07852ddb
gnu: ledger: Build with Python 3.
* gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.
2020-05-02 17:42:29 +02:00
Marius Bakke 795b4bca18
gnu: ledger: Update to 3.2.0.
* gnu/packages/finance.scm (ledger): Update to 3.2.0.
[arguments]: Add #:modules and #:imported-modules.  Add phase
'fix-python-installation-directory'.
2020-05-02 16:46:50 +02:00
TomZ 813a88bb5a
gnu: flowee: Update to 2020.03.2
* gnu/packages/finance.scm (flowee): Update to 2020.03.2
2020-04-25 22:24:00 +02:00
Martin Becze 0639a24038
gnu: Add trezord-udev-rules.
* gnu/packages/finance.scm (trezord-udev-rules): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-19 13:27:06 +02:00
Leo Famulari 5a8ef3c127
gnu: Use the test-only time zone database where appropriate.
* gnu/packages/backup.scm (duplicity)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-for-tests.
* gnu/packages/finance.scm (ledger): Likewise.
* gnu/packages/compression.scm (lhasa)[native-inputs]: Use tzdata-for-tests.
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Likewise.
* gnu/packages/databases.scm (mongodb)[native-inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[native-inputs]: Likewise.
2020-04-17 17:26:56 -04:00
Martin Becze abb37b3c62
gnu: trezord: Update to 2.0.29.
* gnu/packages/finance.scm (trezord): Update to 2.0.29.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 23:18:32 +02:00
TomZ 4e3314a4c5
gnu: fulcrum: Update to 1.1.0
* gnu/packages/finance.scm (fulcrum): Update to 1.1.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 23:18:32 +02:00
TomZ 87b343f753
gnu: Add flowee.
* gnu/packages/finance.scm (flowee): New variable.
2020-04-15 22:27:07 +02:00
Vagrant Cascadian 2918485c9f
gnu: geierlein: Fix grammar of "allow to do" to "allow doing".
* gnu/packages/finance (geierlein): Fix grammar.
2020-04-12 14:23:04 -07:00
Vagrant Cascadian 0fed29843c
gnu: geierlein: Fix grammar of "allows to send" to "sends".
* gnu/packages/finance (geierlein): Fix grammar.
2020-04-12 14:23:01 -07:00
Nicolas Goaziou fbfaba8a7c
gnu: python-duniterpy: Update to 0.57.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.57.0.
2020-04-11 14:29:35 +02:00
TomZ 3e6aa0ce96
gnu: Add fulcrum.
* gnu/packages/finance.scm (fulcrum): New variable.
2020-04-10 18:43:38 +02:00
Marius Bakke 48cb64084a
gnu: emacs-beancount: Do not inherit inputs from beancount.
* gnu/packages/finance.scm (emacs-beancount)[inputs, native-inputs]: New fields.
2020-04-07 18:46:38 +02:00
Marius Bakke 74b992fb43
gnu: beancount: pytest is a native input.
* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ...
[native-inputs]: ... here.
2020-04-07 18:46:38 +02:00
Marius Bakke 9afc618e1b
gnu: beancount: Do not propagate inputs.
* gnu/packages/finance.scm (beancount)[propagated-inputs]: Move everything
from here ...
[inputs]: ... to here.
2020-04-07 18:46:37 +02:00
Marius Bakke 805d70214a
gnu: emacs-beancount: Move to (gnu packages finance).
This is a fixup for commit abcac7a529, as
inheritance across modules is not safe.  Fixes <https://bugs.gnu.org/40488>.
Reported by Christopher Baines <mail@cbaines.net>.

* gnu/packages/emacs-xyz.scm (emacs-beancount): Move from here ...
* gnu/packages/finance.scm: ... to here.
2020-04-07 18:46:37 +02:00
Christopher Lemmer Webber f1f724841a
gnu: Add beancount.
* gnu/packages/finance.scm (beancount): New variable.
* gnu/packages/patches/beancount-disable-googleapis-fonts.patch: New file.
* gnu/local.mk: Add it.
2020-04-02 11:19:53 -04:00
Tobias Geerinckx-Rice 53b9df20c1
gnu: Remove more packages deprecated for over almost a year.
* gnu/packages/games.scm (armagetron-advanced)
(cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts)
(the-battle-for-wesnoth, the-battle-for-wesnoth-server)
(project-starfighter, kiki-the-nano-bot, fish-fillets-ng)
(dungeon-crawl-stone-soup): Let's forget this ever happened.
* gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name)
(magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb)
(ert-runner, groovy-emacs-modes): Remove variable.
* gnu/packages/engineering.scm (emacs-emms-player-simple-mpv)
(emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise.
* gnu/packages/finance.scm (monero-core): Likewise.
* gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles)
(tales-of-maj-eyal, battle-tanks, the-legend-of-edgar)
(gnome-tweak-tool): Likewise.
* gnu/packages/gnuzilla.scm (conkeror): Likewise.
* gnu/packages/guile-xyz.scm (mcron2): Likewise.
* gnu/packages/image.scm (pngcrunch): Likewise.
* gnu/packages/linux.scm (eudev-with-hwdb): Likewise.
* gnu/packages/maths.scm (qtoctave): Likewise.
* gnu/packages/package-management.scm (guile2.0-guix): Likewise.
* gnu/packages/php.scm (php-with-bcmath): Likewise.
* gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next):
Likewise.
* gnu/packages/video.scm (livestreamer): Likewise.
* gnu/packages/virtualization.scm (lookingglass): Likewise.
* gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise.
* gnu/packages/syndication.scm (newsbeuter): Likewise.
(newsboat)[description]: Remove historical footnote.
2020-03-29 18:40:56 +02:00
Guillaume Le Vaillant 620c756443
gnu: electron-cash: Update to 4.0.14.
* gnu/packages/finance.scm (electron-cash): Update to 4.0.14.
2020-03-25 11:09:45 +01:00
Guillaume Le Vaillant e6a0cd9aa1
gnu: electron-cash: Update to 4.0.13.
This package was inheriting from electrum, but as now almost all the fields
have differences, let's make these two packages independent from each other.

* gnu/packages/finance.scm (electron-cash): Update to 4.0.13.
  [inputs]: Add libevent, openssl, python-cython, python-hidapi,
  python-keepkey, python-stem, python-trezor, qtsvg and zlib.
  [arguments]: Add a wrap-qt phase allowing qtsvg to be found at runtime to
  show SVG icons correctly.
2020-03-22 19:03:52 +01:00
Marius Bakke 200acbc34b
gnu: python-stdnum: Update to 1.13.
* gnu/packages/finance.scm (python-stdnum): Update to 1.13.
[arguments]: New field.
[native-inputs]: Add PYTHON-NOSE.
2020-03-16 15:45:33 +01:00
Carl Dong 90799c35bd
gnu: bitcoin-core: Update to 0.19.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.19.1.

Co-Authored-By: fanquake <fanquake@gmail.com>
2020-03-10 15:27:53 -04:00
Guillaume Le Vaillant 06c8638830
gnu: monero-gui: Update to 0.15.0.4.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.4.
2020-03-10 13:55:20 +01:00
Guillaume Le Vaillant fc3aa11385
gnu: monero: Update to 0.15.0.5.
* gnu/packages/finance.scm (monero): Update to 0.15.0.5.
2020-03-10 13:55:20 +01:00
Tobias Geerinckx-Rice 9c99cb2276
gnu: grisbi: Use HTTPS home page.
* gnu/packages/finance.scm (grisbi)[home-page]: Use HTTPS.
2020-02-21 18:33:36 +01:00
Guillaume Le Vaillant 2e5044cfe4
gnu: monero: Disable core tests.
Core tests sometimes fail at least on i686-linux.
Let's disable them for now and just try hash tests and unit tests.

* gnu/packages/finance.scm (monero)[arguments]: Don't run 'core_tests' in
  'check' phase.
2020-02-15 14:43:30 +01:00
Carl Dong 4730878b81
* gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.1.
Co-authored-by: fanquake <fanquake@gmail.com>
2020-02-10 13:11:59 -05:00
Marius Bakke c17fb65907
gnu: libofx: Disable parallel build.
* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
2020-01-26 13:59:39 +01:00
Nicolas Goaziou 293bc15d3b
gnu: silkaj: Update to 0.7.6.
* gnu/packages/finance.scm (silkaj): Update to 0.7.6.
[source]: Move to Pypi.
[home-page]: Update home page.
2020-01-25 23:03:19 +01:00
Nicolas Goaziou c1d79b49d1
gnu: python-duniterpy: Update to 0.56.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.56.0.
[source]: Move source to Pypi.
[arguments]: Add phase to work around a missing file.  Remove phases building
documentation since they are not applicable anymore.
[native-inputs]: Remove it, since it is not applicable in Pypi package.
[inputs]: Replace "python-attr" with "python-attrs".
2020-01-25 23:03:18 +01:00
Guillaume Le Vaillant 0edbb65d5c
gnu: Add bitcoin-unlimited.
* gnu/packages/finance.scm (bitcoin-unlimited): New variable.
2020-01-25 11:25:35 +01:00
Kei Kebreau 8b08cf4fdd
gnu: libofx: Fix description typo.
* gnu/packages/finance.scm (libofx): Change "a API" to "an API".
2020-01-17 15:23:30 -05:00
Kei Kebreau 952fe2da0c
gnu: Add libofx.
* gnu/packages/finance.scm (libofx): New variable.
2020-01-17 15:19:14 -05:00
Kei Kebreau 63ca1a8908
gnu: Add opensp.
* gnu/packages/finance.scm (opensp): New variable.
2020-01-17 15:19:14 -05:00
Guillaume Le Vaillant 230e5db71e
gnu: monero-gui: Update to 0.15.0.3.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.3.
  [build-system]: Use qt-build-system.
  [inputs]: Remove qtwebchannel and qtx11extras.
  [arguments]: Merge fix-library-paths, fix-monerod-path, fix-qt-paths and
  fix-install-path phases into a fix-paths phase. Remove custom build,
  change-dir and wrap-program phases. Add configure and build-zxcvbn-c phases.
2020-01-10 11:42:05 +01:00
Brant Gardner 2c50e52ab8
gnu: emacs-ledger-mode: Fix autoload failure.
* gnu/packages/finance.scm (emacs-ledger-mode)[arguments]: Replace the
  'relocate-elisp' phase by a 'patch-site-dir' phase to put the files in the
  right directory and a 'generate-autoload' phase to make the autoload file.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-01-09 18:21:19 +01:00
Vagrant Cascadian e5c32a3afa
gnu: electron-cash: Use substitute-keyword-arguments from electrum.
* gnu/packages/finance (electron-cash)[arguments]: Use
  substitute-keyword-arguments to re-use arguments from electrum.
2019-12-16 15:26:07 -08:00
Vagrant Cascadian d08c3e51ab
gnu: electron-cash: Update to 4.0.12.
* gnu/packages/finanace (electron-cash): Update to 4.0.12.
  [source] switch to git.
  [inputs] Add libsecp256k1.
  [arguments] Add phase patching to use libsecp256k1 from inputs.
2019-12-16 14:35:16 -08:00
Guillaume Le Vaillant 054ff198e4
gnu: bitcoin-abc: Update to 0.20.7.
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.7.
  [native-inputs]: Add autoconf, automake and libtool.
  [inputs]: Add qrencode and zlib.
  [arguments]: Remove fix-tests phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-09 18:32:04 +01:00
Marius Bakke b60d2bfff9
Merge branch 'master' into staging 2019-11-21 22:44:15 +01:00
Guillaume Le Vaillant a31b9dac1c
gnu: monero-gui: Update to 0.15.0.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21 22:41:45 +01:00
Guillaume Le Vaillant 182173b16d
gnu: monero: Update to 0.15.0.1.
* gnu/packages/finance.scm (monero): Update to 0.15.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21 22:41:45 +01:00
Marius Bakke f056553c6b
Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
Guillaume Le Vaillant 61fe56fc60
gnu: monero-gui: Update to 0.15.0.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.0.
  [home-page]: Update url.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-10 01:58:18 +01:00
Guillaume Le Vaillant df90b6e793
gnu: monero: Update to 0.15.0.0.
* gnu/packages/finance.scm (monero): Update to 0.15.0.0.
  [arguments]: Add 'install-librandomx' phase.
  [home-page]: Update url.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-10 01:58:17 +01:00