From 9ddf5c6c8623a8c79d91b42e8f99e25bb6b432cc Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sun, 19 Apr 2020 19:06:18 +0200 Subject: app-office/beancount: Bump to 2.2.3-r1 This commit will drop support for old python versions. Package-Manager: Portage-2.3.89, Repoman-2.3.20 --- app-office/beancount/beancount-2.2.3-r1.ebuild | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 app-office/beancount/beancount-2.2.3-r1.ebuild (limited to 'app-office/beancount/beancount-2.2.3-r1.ebuild') diff --git a/app-office/beancount/beancount-2.2.3-r1.ebuild b/app-office/beancount/beancount-2.2.3-r1.ebuild new file mode 100644 index 0000000..3940d42 --- /dev/null +++ b/app-office/beancount/beancount-2.2.3-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_7 ) +DISTUTILS_USE_SETUPTOOLS="rdepend" + +inherit distutils-r1 elisp-common + +DESCRIPTION="Command-line Double-Entry Accounting" +HOMEPAGE="http://furius.ca/beancount https://pypi.org/project/beancount" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="emacs" + +SITEFILE="50{PN}-mode-gentoo.el" + +RDEPEND=" + >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}] + >=dev-python/bottle-0.12[${PYTHON_USEDEP}] + >=dev-python/ply-3.4[${PYTHON_USEDEP}] + >=dev-python/lxml-3.0[${PYTHON_USEDEP}] + >=dev-python/google-api-python-client-1.6.0[${PYTHON_USEDEP}] + >=dev-python/oauth2client-4.0[${PYTHON_USEDEP}] + >=dev-python/httplib2-0.10[${PYTHON_USEDEP}] + >=dev-python/requests-2.0[${PYTHON_USEDEP}] + dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + >=dev-python/python-magic-0.4.12[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + " +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +python_compile_all() { + use emacs && elisp-compile editors/emacs/beancount.el +} + +python_install_all() { + rm -rf "${ED}/usr/elisp" || die "removing erroneous elisp files failed" + + distutils-r1_python_install_all + + if use emacs; then + elisp-install ${PN} editors/emacs/beancount.el + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + fi +} -- cgit v1.2.3-2-gb3c3