aboutsummaryrefslogtreecommitdiffstats
path: root/app-office/fava-plugins/fava-plugins-1.0.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-09-30 20:22:51 +0200
committerWynn Wolf Arbor2020-09-30 20:22:51 +0200
commit4b25227645e9ae5913d337e8ffe4256dfc0731da (patch)
treec2ea3082f4c275cddba2439107c63d5005136640 /app-office/fava-plugins/fava-plugins-1.0.ebuild
parent0e59c23009de4293cfcec74ef01db7c05e24e38b (diff)
downloadpramantha-4b25227645e9ae5913d337e8ffe4256dfc0731da.tar.gz
app-office/fava-plugins: Add 1.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'app-office/fava-plugins/fava-plugins-1.0.ebuild')
-rw-r--r--app-office/fava-plugins/fava-plugins-1.0.ebuild18
1 files changed, 18 insertions, 0 deletions
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}]"