diff options
author | Wolfgang Müller | 2022-02-24 11:18:04 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-02-24 11:18:04 +0100 |
commit | 9bd3b039b1b687b2a18c3b274d4de055bd262f0f (patch) | |
tree | 2e79e4559ad48d791778765ed389b69a477497c5 /app-office/beancount/beancount-2.3.4.ebuild | |
parent | 4f411f3ecc1b2ab8e0d09c444e6b483648f4872f (diff) | |
download | pramantha-9bd3b039b1b687b2a18c3b274d4de055bd262f0f.tar.gz |
app-office/beancount: Bump to 2.3.5
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to '')
-rw-r--r-- | app-office/beancount/beancount-2.3.5.ebuild (renamed from app-office/beancount/beancount-2.3.4.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-office/beancount/beancount-2.3.4.ebuild b/app-office/beancount/beancount-2.3.5.ebuild index 2f40006..723feae 100644 --- a/app-office/beancount/beancount-2.3.4.ebuild +++ b/app-office/beancount/beancount-2.3.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_9 ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 elisp-common @@ -29,6 +29,7 @@ SITEFILE="50{PN}-mode-gentoo.el" RDEPEND=" $(python_gen_cond_dep ' dev-python/beautifulsoup4[${PYTHON_USEDEP}] + >=dev-python/click-7.0[${PYTHON_USEDEP}] >=dev-python/bottle-0.12[${PYTHON_USEDEP}] >=dev-python/google-api-python-client-1.8.2[${PYTHON_USEDEP}] >=dev-python/httplib2-0.10[${PYTHON_USEDEP}] @@ -47,7 +48,7 @@ python_compile_all() { } python_install_all() { - rm -rf "${ED}/usr/elisp" || die "removing erroneous elisp files failed" + rm -rf "${ED}/usr/elisp" || die "removing elisp files failed" distutils-r1_python_install_all |