From 4b25227645e9ae5913d337e8ffe4256dfc0731da Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Wed, 30 Sep 2020 20:22:51 +0200 Subject: app-office/fava-plugins: Add 1.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- app-office/fava-plugins/fava-plugins-1.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-office/fava-plugins/fava-plugins-1.0.ebuild (limited to 'app-office/fava-plugins/fava-plugins-1.0.ebuild') diff --git a/app-office/fava-plugins/fava-plugins-1.0.ebuild b/app-office/fava-plugins/fava-plugins-1.0.ebuild new file mode 100644 index 0000000..4f5787e --- /dev/null +++ b/app-office/fava-plugins/fava-plugins-1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="A collection of beancount plugins" +HOMEPAGE="https://pypi.org/project/fava-plugins/ https://github.com/beancount/fava-plugins" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=">=app-office/beancount-2.0[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3-2-gb3c3