Package Details: fava-git 1.21.r29.g877e4348-1

Git Clone URL: https://aur.archlinux.org/fava-git.git (read-only, click to copy)
Package Base: fava-git
Description: Web interface for beancount
Upstream URL: https://beancount.github.io/fava/
Keywords: beancount fava
Licenses: MIT
Conflicts: beancount-fava-git, fava
Provides: fava
Replaces: beancount-fava-git
Submitter: cejota
Maintainer: cejota
Last Packager: cejota
Votes: 5
Popularity: 0.000036
First Submitted: 2019-01-06 19:34 (UTC)
Last Updated: 2022-04-25 07:52 (UTC)

Latest Comments

ngoonee commented on 2024-04-25 13:19 (UTC)

Needs python-watchfiles as a dep.

<deleted-account> commented on 2021-10-15 08:47 (UTC)

Seems missing python-pip in make depends?

FalconProgrammer commented on 2021-05-14 22:57 (UTC)

@jtlab Thanks, worked well!

jtlab commented on 2021-05-14 19:02 (UTC)

@FalconProgrammer Had the same issue, solved it by redownloading the repos (i.e. deleting the cached git repos from my AUR helper and thus forced clean clone and build). Don't know what actually caused the invalid HEAD reference though.

FalconProgrammer commented on 2021-05-14 14:27 (UTC) (edited on 2021-05-14 14:28 (UTC) by FalconProgrammer)

Trying to update at the moment and I'm getting this error. Any thoughts?

==> Starting pkgver()...
fatal: Not a valid object name HEAD
==> ERROR: pkgver is not allowed to be empty.
==> ERROR: pkgver() generated an invalid version:

Citral commented on 2018-08-19 17:43 (UTC)

It seems python-cheroot is now a dependency.

cejota commented on 2018-03-20 19:50 (UTC) (edited on 2018-03-20 19:52 (UTC) by cejota)

python-simplejson is now a dependency. Running fava without it now raises the following exception:

Traceback (most recent call last):
  File "/usr/bin/fava", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3088, in <module>
    @_call_aside
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 574, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 778, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'simplejson>=2.3.0' distribution was not found and is required by fava

ngoonee commented on 2017-02-06 02:09 (UTC)

Updated, thanks!

tz.mates commented on 2017-02-04 22:26 (UTC)

The Makefile was modified upstream, so the current PKGBUILD will no longer build. The new build command is simply "make" instead of "make 'build-js'".