@sugar Done.
Search Criteria
Package Details: beancount 3.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/beancount.git (read-only, click to copy) |
---|---|
Package Base: | beancount |
Description: | Double-Entry Accounting from Text Files |
Upstream URL: | http://furius.ca/beancount/ |
Keywords: | accounting beancount double-entry |
Licenses: | GPL |
Conflicts: | beancount-hg |
Submitter: | wzyboy |
Maintainer: | wzyboy |
Last Packager: | wzyboy |
Votes: | 26 |
Popularity: | 0.84 |
First Submitted: | 2016-05-16 08:03 (UTC) |
Last Updated: | 2025-01-07 23:49 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-dateutil
- python-regex (python-regex-gitAUR)
- meson-python (make)
- python-build (make)
- python-installer (make)
- python-wheel (make)
Required by (16)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
wzyboy commented on 2020-06-12 05:52 (UTC)
suger commented on 2020-06-12 05:47 (UTC)
Would you mind adding armv7h to the supported architectures? It builds and works perfectly fine.
suger commented on 2020-06-12 05:46 (UTC)
@avanc beancount-mode is now (and has been for a while, I think) a major mode, so you can't have it and org-mode at the same time. You need to use outline-minor-mode
(add-hook 'beancount-mode-hook #'outline-minor-mode)
avanc commented on 2019-12-11 09:28 (UTC)
I'm not able to get beancount emcas mode and orgmode running at the same time. I tried to add the following to ~/.emacs:
(add-to-list 'load-path "/usr/elisp/") (require 'beancount) (add-to-list 'auto-mode-alist '("\.beancount\'" . beancount-mode))
And my beancount file starts with: ;; -- mode: org; mode: beancount; coding: utf-8; fill-column: 400; --
However, org mode is not applied. If I remove ~/.emacs ordmode works as expected, but not beancount.
xuanwo commented on 2019-11-22 05:21 (UTC)
Python 3.8 is in Community, please also trigger a build for beancount.
Pinned Comments
wzyboy commented on 2024-12-30 02:44 (UTC) (edited on 2024-12-30 02:45 (UTC) by wzyboy)
As Fava now supports Beancount v3, this package has been updated to v3, which includes breaking changes. Please read upstream documentation before upgrading.
Notably,
bean-query
andbean-extract
commands have been split intobeanquery
andbeangulp
packages.