This commit is contained in:
Fredrik Eriksson 2023-03-16 18:17:59 +01:00
parent c4fbc6a2c6
commit 81c5e6109b
Signed by: feffe
GPG Key ID: CD5A131FADFA3968
2 changed files with 40 additions and 0 deletions

1
www-apps/fava/Manifest Normal file
View File

@ -0,0 +1 @@
EBUILD fava-1.24.ebuild 865 BLAKE2B 7fa13a749b6a4114a268f97830ffbf8db93f5772f70384b23331553dfb3f578ddc68d44e4d25021910696422541ab74dfc2be43b68daab8ca3b06b8ed00a7801 SHA512 1d62be220ec9d7d20dc2df1661fe753fa3cbc247b8655cc1cae5450cbf29d594b542ba91f6abb5df80b4f6a3feec764611be7d037d334c07f2d83b36cdc63720

View File

@ -0,0 +1,39 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10,11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Fava is a web interface for the double-entry bookkeeping software Beancount."
HOMEPAGE="https://github.com/beancount/fava"
EGIT_REPO_URI="https://github.com/beancount/fava.git"
EGIT_COMMIT="v${PV}"
inherit git-r3
#SRC_URI="https://github.com/beancount/fava/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-python/Babel
dev-python/flask-babel
dev-python/flask
dev-python/jinja
dev-python/werkzeug
app-office/beancount
dev-python/cheroot
dev-python/click
dev-python/markdown2
dev-python/ply
dev-python/simplejson"
RDEPEND="${DEPEND}"
BDEPEND=""
# Because I have no idea...
RESTRICT="test"