summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-01-07Update pkgver() and provides as suggested to include tagged versionAdrian Perez de Castro
2018-03-05Add "beancount" in provides/conflictsAdrian Perez de Castro
2017-02-27Make package provide ledgerhub-hgAdrian Perez de Castro
It turns out that ledgerhub is no more, and the code has been imported into beancount: https://groups.google.com/forum/#!msg/beancount/_fPGxWo4Ewg/nOBsrXvSDAAJ
2017-01-06Fix name of Google Python API packageAdrian Perez de Castro
2017-01-06Update dependenciesAdrian Perez de Castro
Also, follow the same scheme as the "beancount" package: python-bottle is a normal depends=, and mpdecimal is added as well.
2015-07-09Added python-ply, and python-dateutil as depenciesAdrian Perez de Castro
2015-06-20Tidy up dependencies after the last updates to the Beancount codeAdrian Perez de Castro
Namely: - python-cdecimal is not ever needed, instead we depend on Python 3.3 or newer, which guarantees that "import decimal" uses a fast C implementation. - A small Python .so is now built, so "arch" cannot be "any". - python-bottle should be an "optdepends", because most of beancount will happily work without it. It is only needed for the "beancount web" command.
2015-06-20Update repository URLAdrian Perez de Castro
2015-06-20Added missing dependenciesAdrian Perez de Castro
2015-06-20Initial importAdrian Perez de Castro