diff options
author | Wolfgang Müller | 2022-03-16 09:02:56 +0100 |
---|---|---|
committer | Wolfgang Müller | 2022-03-16 09:02:56 +0100 |
commit | ba6330da41c8745762e541273396e5c58ced27e4 (patch) | |
tree | cf1c57ee9704fd92f115d8a59a0e2d66c8638a5b /app-office/fava/fava-1.21.ebuild | |
parent | b5ba3df81b4f76feb631a60402d94784f24dad2f (diff) | |
download | pramantha-ba6330da41c8745762e541273396e5c58ced27e4.tar.gz |
app-office/fava: update EAPI 7 -> 8
Diffstat (limited to '')
-rw-r--r-- | app-office/fava/fava-1.21.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/fava/fava-1.21.ebuild b/app-office/fava/fava-1.21.ebuild index d292092..6ebe352 100644 --- a/app-office/fava/fava-1.21.ebuild +++ b/app-office/fava/fava-1.21.ebuild @@ -1,10 +1,12 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_9 ) -inherit distutils-r1 elisp-common +DISTUTILS_USE_SETUPTOOLS=pyproject.toml + +inherit distutils-r1 DESCRIPTION="Web interface for the accounting tool Beancount" HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/" @@ -30,8 +32,6 @@ RDEPEND=" " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DISTUTILS_USE_SETUPTOOLS=pyproject.toml - python_test() { # test_static_url presumes and requires the existence of these two files. # They need only to exist in order for the code to determine the mtime |