aboutsummaryrefslogtreecommitdiffstats
path: root/app-office/fava_investor/fava_investor-0.2.1.ebuild
blob: f2e49f98ff1a2a0245b26208edb9c064549806ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python3_{8,9} )

inherit distutils-r1

DESCRIPTION="Fava extension and beancount libraries for investing"
HOMEPAGE="https://pypi.org/project/fava-investor/ https://github.com/redstreet/fava_investor"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND=">=app-office/beancount-2.3.2[${PYTHON_USEDEP}]
		 >=app-office/fava-1.15[${PYTHON_USEDEP}]
		 >=dev-python/argh-0.23.3[${PYTHON_USEDEP}]
		 >=dev-python/argcomplete-1.11.1[${PYTHON_USEDEP}]
		 >=dev-python/tabulate-0.8.3[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"