From a2c9f4f3fd005ecbab437712a04c194faf763944 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 1 Jan 2024 11:15:09 +0100 Subject: app-office/fava: add 1.26.4, drop 1.26.2 --- app-office/fava/Manifest | 4 +-- app-office/fava/fava-1.26.2.ebuild | 50 -------------------------------------- app-office/fava/fava-1.26.4.ebuild | 50 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 app-office/fava/fava-1.26.2.ebuild create mode 100644 app-office/fava/fava-1.26.4.ebuild diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index 3c9d49b..54d65e4 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.26.2.tar.gz 2189587 BLAKE2B d57b1902de46d2fe72d5376fe728d344a7ef1823c4a648f72b8cac439803be82cf15bf8d78c3ce0fe55e89f17cc87a24399aac59c479dee515e35a6adc8a1a9c SHA512 261857b94b624929430257c3112380b04aec7a8686ad42aefbb2874324dcb96d1e73fae6fa507233ff6e9c1f5e5e03132a17cf527272fb3e31dd2f4a348bc8d4 -EBUILD fava-1.26.2.ebuild 1507 BLAKE2B ebd1d98d5229c1ebafb3ea3c53972708ec1dbddef43fc926adc84eddf68a833031ad193435e4c1a487a3505b59a811623825de5a089c172793d62ef44af9eca7 SHA512 2708e790067eecf998272676841be5965930a503f54dae46159761fc67cf2b169e9f1e3a637406890e8f0866fb64775cb066312f768e8f6633b90990649d4b8c +DIST fava-1.26.4.tar.gz 2292594 BLAKE2B cd9ff1f158e4ed0e7ea276ee6ea6ba420e004402003314aca8999178fe5543e4d2241cbc702c7a90146e4908066c6f475e255ed0aed641dbe197f1d0f25dd48c SHA512 dee1284e5ac2143a9b4c8866b5e626169841b6b11aae3cf5a46f17b59938c97263aea99417bbce8084b21b6a4bba6df2077b39dcb0f859e6266cc0d37ffeb939 +EBUILD fava-1.26.4.ebuild 1507 BLAKE2B ebd1d98d5229c1ebafb3ea3c53972708ec1dbddef43fc926adc84eddf68a833031ad193435e4c1a487a3505b59a811623825de5a089c172793d62ef44af9eca7 SHA512 2708e790067eecf998272676841be5965930a503f54dae46159761fc67cf2b169e9f1e3a637406890e8f0866fb64775cb066312f768e8f6633b90990649d4b8c MISC metadata.xml 286 BLAKE2B bc035a2169b566efc5e5c22443c65abbb0fe1b2df60af417536dac4ffd66495376635e960b67ad0da91c651569928b4ec21adfea4b06d922b0fe4cfc96479a7f SHA512 2ce5388147b734a1d9a25edba004888151871b636478394de151eebfd7121d89eb048ec604cbbff23a84d4905119f05537a378940f52f45f47155e3a25842c26 diff --git a/app-office/fava/fava-1.26.2.ebuild b/app-office/fava/fava-1.26.2.ebuild deleted file mode 100644 index 9affd4b..0000000 --- a/app-office/fava/fava-1.26.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10,11} ) -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Web interface for the accounting tool Beancount" -HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=app-office/beancount-2.3.5[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}] - >=dev-python/cheroot-8.5.2[${PYTHON_USEDEP}] - >=dev-python/flask-babel-1.0.0[${PYTHON_USEDEP}] - >=dev-python/flask-2.2.0[${PYTHON_USEDEP}] - >=dev-python/jinja-3.0.1[${PYTHON_USEDEP}] - >=dev-python/click-8.0.1[${PYTHON_USEDEP}] - >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] - >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}] - >=dev-python/werkzeug-2.3.0[${PYTHON_USEDEP}] - dev-python/chardet[${PYTHON_USEDEP}] - ') - " - -python_prepare_all() { - sed -i -e 's:build-backend = "_build_backend":build-backend = "setuptools.build_meta":' pyproject.toml || die - - distutils-r1_python_prepare_all -} - -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 - # value. - mkdir -p fava/static/{javascript,css} || die - touch fava/static/javascript/main.ts || die - touch fava/static/css/style.css || die - - py.test -v || die -} diff --git a/app-office/fava/fava-1.26.4.ebuild b/app-office/fava/fava-1.26.4.ebuild new file mode 100644 index 0000000..9affd4b --- /dev/null +++ b/app-office/fava/fava-1.26.4.ebuild @@ -0,0 +1,50 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10,11} ) +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 pypi + +DESCRIPTION="Web interface for the accounting tool Beancount" +HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=app-office/beancount-2.3.5[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}] + >=dev-python/cheroot-8.5.2[${PYTHON_USEDEP}] + >=dev-python/flask-babel-1.0.0[${PYTHON_USEDEP}] + >=dev-python/flask-2.2.0[${PYTHON_USEDEP}] + >=dev-python/jinja-3.0.1[${PYTHON_USEDEP}] + >=dev-python/click-8.0.1[${PYTHON_USEDEP}] + >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}] + dev-python/ply[${PYTHON_USEDEP}] + >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}] + >=dev-python/werkzeug-2.3.0[${PYTHON_USEDEP}] + dev-python/chardet[${PYTHON_USEDEP}] + ') + " + +python_prepare_all() { + sed -i -e 's:build-backend = "_build_backend":build-backend = "setuptools.build_meta":' pyproject.toml || die + + distutils-r1_python_prepare_all +} + +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 + # value. + mkdir -p fava/static/{javascript,css} || die + touch fava/static/javascript/main.ts || die + touch fava/static/css/style.css || die + + py.test -v || die +} -- cgit v1.2.3-2-gb3c3