diff --git a/www-apps/fava/Manifest b/www-apps/fava/Manifest new file mode 100644 index 0000000..79b3353 --- /dev/null +++ b/www-apps/fava/Manifest @@ -0,0 +1 @@ +EBUILD fava-1.24.ebuild 865 BLAKE2B 7fa13a749b6a4114a268f97830ffbf8db93f5772f70384b23331553dfb3f578ddc68d44e4d25021910696422541ab74dfc2be43b68daab8ca3b06b8ed00a7801 SHA512 1d62be220ec9d7d20dc2df1661fe753fa3cbc247b8655cc1cae5450cbf29d594b542ba91f6abb5df80b4f6a3feec764611be7d037d334c07f2d83b36cdc63720 diff --git a/www-apps/fava/fava-1.24.ebuild b/www-apps/fava/fava-1.24.ebuild new file mode 100644 index 0000000..6a2bfb6 --- /dev/null +++ b/www-apps/fava/fava-1.24.ebuild @@ -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"