aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
Commit message (Collapse)AuthorAge
* gnu: python-duniterpy: Improve description.Nicolas Goaziou2018-12-19
| | | | | * gnu/packages/finance.scm (python-duniterpy)[description]: Expound features to match list in homepage.
* gnu: python-duniterpy: Build documentation.Nicolas Goaziou2018-12-19
| | | | | * gnu/packages/finance.scm (python-duniterpy)[arguments]: Build and install documentation.
* gnu: python-duniterpy: Update to 0.51.0.Nicolas Goaziou2018-12-19
| | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.51.0.
* gnu: silkaj: Update to 0.6.1.Nicolas Goaziou2018-12-14
| | | | * gnu/packages/finance.scm (silkaj): Update to 0.6.1.
* Merge branch 'core-updates'Ludovic Courtès2018-12-03
|\
| * gnu: ledger: Fix build with Boost >= 1.68.Marius Bakke2018-11-24
| | | | | | | | * gnu/packages/finance.scm (ledger)[arguments]: Add phase 'boost-compat.
* | gnu: python-duniterpy: Update to 0.50.0.Nicolas Goaziou2018-12-02
| | | | | | | | | | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.50.0. [arguments]: Drop tests, which are failing. [propagated-inputs]: Add python-attr.
* | gnu: silkaj: Update to 0.6.0.Nicolas Goaziou2018-12-02
|/ | | | | * gnu/packages/finance.scm (silkaj): Update to 0.6.0. [arguments]: Remove #:phases since upstream improved install process.
* gnu: python-trezor: Update to 0.10.2.Vagrant Cascadian2018-08-29
| | | | | | | | | | * gnu/packages/finance.scm (python-trezor): Update to 0.10.2. [arguments]: Replace check with tests that do not require hardware device. [propagated-inputs]: Add python-click, python-libusb1, python-pyblake2 and python-typing. [native-inputs]: Add python-mock and python-pytest. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: electron-cash: Update to 3.3.1.Vagrant Cascadian2018-08-28
| | | | | | * gnu/packages/finance.scm (electron-cash): Update to 3.3.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-duniterpy: Update home page.Nicolas Goaziou2018-08-09
| | | | * gnu/packages/finance.scm (python-duniterpy) [home-page]: Update URL.
* gnu: python-duniterpy: Update to 0.43.7.Nicolas Goaziou2018-08-09
| | | | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.43.7. [source]: Change upstream repository, which moved to a Gitlab instance. [arguments]: Remove phase removing a failing test, no longer needed.
* gnu: monero-gui: Build with modular qt.Efraim Flashner2018-07-30
| | | | | | | | | * gnu/packages/finance.scm (monero-gui)[inputs]: Remove qt, add qtbase, qtdeclarative, qtgraphicaleffects, qtquickcontrols. [native-inputs]: Add qttools. [arguments]: Add a custom phase to patch the absolute file-name of lrelease and lupdate. Add a custom phase to wrap the executable with QT environmental variables.
* gnu: monero-gui: Use git-file-name.Efraim Flashner2018-07-29
| | | | | * gnu/packages/finance.scm (monero-gui)[source]: Rename the downloaded source using 'git-file-name'.
* gnu: monero: Use git-file-name.Efraim Flashner2018-07-29
| | | | | * gnu/packages/finance.scm (monero)[source]: Rename the downloaded source using 'git-file-name'.
* gnu: bitcoin-core: Update to 0.16.1.Andreas Enge2018-07-19
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.16.1.
* gnu: monero-core: Rename package to "monero-gui".Theodoros Foradis2018-07-16
| | | | | | | | * gnu/packages/finance.scm (monero-core): Define in terms of 'deprecated-package'. (monero-gui): New variable, formerly known as "monero-core". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero-core: Return #t from phases.Theodoros Foradis2018-07-16
| | | | | | * gnu/packages/engineering.scm (monero)[arguments]: Substitute invoke for system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero-core: Update to 0.12.2.0.Theodoros Foradis2018-07-16
| | | | | | | * gnu/packages/finance.scm (monero-core): Update to 0.12.2.0. [source]: Use 'git-fetch'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero: Return #t from phases.Theodoros Foradis2018-07-16
| | | | | | * gnu/packages/finance.scm (monero)[arguments]: Substitute invoke for system*. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero: Update to 0.12.3.0.Theodoros Foradis2018-07-16
| | | | | | | | | | | | * gnu/packages/patches/monero-use-system-miniupnpc.patch: New file. * gnu/local.mk: Add it. * gnu/packages/finance.scm (monero): Update to 0.12.3.0. [source]: Add patch. Remove snippet because miniupnpc, rapidjson and unbound are no longer bundled in-tree. [inputs]: Add zeromq, cppzmq, libsodium. Use monero-miniupnpc. [arguments]: Change build-type to "release". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add electron-cash.Vagrant Cascadian2018-07-16
| | | | | | * gnu/packages/finance.scm (electron-cash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Electrum: Update to 3.2.2.Vagrant Cascadian2018-07-07
| | | | | | | [[PGP Signed Part:No public key for B78B82D4814B91B6 created at 2018-07-05T22:50:32+0200 using RSA]] * gnu/packages/finance.scm (electrum): Update to 3.2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ledger: Use HTTPS home page URI.Arun Isaac2018-07-04
| | | | * gnu/packages/finance.scm (ledger)[home-page]: Use HTTPS URI.
* gnu: ledger: Use invoke and fix #t return.Arun Isaac2018-07-04
| | | | | | * gnu/packages/finance.scm (ledger)[arguments]: Replace system* with invoke in build-doc phase. Remove #t return from relocate-elisp phase since emacs-generate-autoloads already returns #t.
* gnu: ledger: Skip failing test.Arun Isaac2018-07-04
| | | | | | * gnu/packages/finance.scm (ledger)[arguments]: Set #:make-flags to skip failing test BaselineTest_cmd-org. Replace check phase with the check phase from gnu-build-system.
* gnu: python-duniterpy: Change module.Nicolas Goaziou2018-07-02
| | | | | * gnu/packages/python-crypto.scm (python-duniterpy): Move... * gnu/packages/finance.scm: ... here.
* gnu: Add silkaj.Nicolas Goaziou2018-07-02
| | | | * gnu/packages/finance.scm (silkaj): New variable.
* gnu: Add python-stdnum.Adriano Peluso2018-01-22
| | | | | | * gnu/packages/finance.scm (python-stdnum, python2-stdnum): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: geierlein: Use HTTPS for home page.Tobias Geerinckx-Rice2018-01-09
| | | | * gnu/packages/finance.scm (geierlein)[home-page]: Use HTTPS.
* gnu: geierlein: Update to 0.9.13.Tobias Geerinckx-Rice2018-01-09
| | | | * gnu/packages/finance.scm (geierlein): Update to 0.9.13.
* gnu: ledger: Fix test failures.Eric Bavier2018-01-08
| | | | | | | * gnu/packages/patches/ledger-revert-boost-python-fix.patch, gnu/packages/patches/ledger-fix-uninitialized.patch: New patches. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/finance.scm (ledger)[source]: Use them.
* gnu: Electrum: Update to 3.0.5 [security fixes].Leo Famulari2018-01-08
| | | | | | | | This fixes a critical security issue: <https://github.com/spesmilo/electrum/issues/3374> * gnu/packages/finance.scm (electrum): Update to 3.0.5.
* gnu: ledger-agent: Escape '@' symbols in description.Marius Bakke2017-12-29
| | | | | | | Fixes a Texinfo syntax error introduced in d596fea5fd6cbcd98f1bc185817f2ae9d82060a9. Reported by Fis Trivial in <https://bugs.gnu.org/29879>. * gnu/packages/finance.scm (ledger-agent)[description]: Escape '@'.
* gnu: Add keepkey-agent.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (keepkey-agent): New variable.
* gnu: Add python-keepkey.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (python-keepkey, python2-keepkey): New variables.
* gnu: Add trezor-agent.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (trezor-agent): New variable.
* gnu: Add ledger-agent.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (ledger-agent): New variable.
* gnu: Add python-trezor.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (python-trezor, python2-trezor): New variables.
* gnu: Add python-ledgerblue.Danny Milosavljevic2017-12-28
| | | | | * gnu/packages/finance.scm: Import (gnu packages libusb). (python-ledgerblue, python2-ledgerblue): New variables.
* gnu: Add python-mnemonic.Danny Milosavljevic2017-12-26
| | | | * gnu/packages/finance.scm (python-mnemonic, python2-mnemonic): New variables.
* gnu: Add python-trezor-agent.Danny Milosavljevic2017-12-26
| | | | | * gnu/packages/finance.scm (python-trezor-agent, python2-trezor-agent): New variables.
* gnu: monero-core: Fix missing dependency.Vasile Dumitrascu2017-11-30
| | | | | | * gnu/packages/finance.scm (monero-core)[inputs]: Add readline. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero-core: Update to 0.11.1.0.Vasile Dumitrascu2017-11-27
| | | | | | * gnu/packages/finance.scm (monero-core): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: monero: Update to 0.11.1.0.Vasile Dumitrascu2017-11-27
| | | | | | * gnu/packages/finance.scm (monero): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: bitcoin: Update to 0.15.1.Marius Bakke2017-11-19
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.15.1.
* gnu: Move more packages from python to python-web.Ludovic Courtès2017-11-16
| | | | | | | | | | | | | * gnu/packages/python.scm (python-requests, python2-requests) (python-requests-2.7, python-oauthlib, python2-oauthlib) (python-furl, python2-furl, python-wsgi-intercept) (python-publicsuffix, python2-publicsuffix) (python-publicsuffix2, python2-publicsuffix2): Move to... * gnu/packages/python-web.scm: ... here. * gnu/packages/bioinformatics.scm, gnu/packages/finance.scm: gnu/packages/maths.scm, gnu/packages/terminals.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm: Adjust accordingly.
* gnu: Move crypto packages from python to python-crypto.Ludovic Courtès2017-11-16
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-passlib, python2-passlib) (python-py-bcrypt, python2-py-bcrypt) (python-paramiko, python2-paramiko, python-ecdsa, python2-ecdsa) (python-pycrypto, python2-pycrypto, python-keyring, python2-keyring) (python-certifi, python2-certifi) (python-cryptography-vectors, python2-cryptography-vectors) (python-cryptography, python2-cryptography) (python-pyopenssl, python2-pyopenssl) (python-axolotl-curve25519, python2-axolotl-curve25519) (python-axolotl, python2-axolotl, python2-slowaes) (python-pyaes, python2-pyaes): Move to... * gnu/packages/python-crypto.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/admin.scm, gnu/packages/backup.scm, gnu/packages/crypto.scm, gnu/packages/finance.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/messaging.scm, gnu/packages/openstack.scm, gnu/packages/python-web.scm, gnu/packages/tls.scm, gnu/packages/xorg.scm: Adjust accordingly.
* gnu: electrum: Update to 3.0.Carlo Zancanaro2017-11-07
| | | | | | | | gnu/packages/finance.scm (electrum): Update to 3.0. [inputs]: Change to python3 inputs. [arguments]: Remove python-2. Disable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Standardise indentation of finance module imports.Christopher Baines2017-10-04
| | | | * gnu/packages/finance.scm (define-module): Use 2 space indentation.