From 467869ffe293aab9ddac7aba4db3dca215bac41a Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 22 Jan 2024 11:31:25 +0100 Subject: app-office/fava: add 1.27.1, drop 1.26.4 --- app-office/fava/Manifest | 4 +-- app-office/fava/fava-1.26.4.ebuild | 50 -------------------------------------- app-office/fava/fava-1.27.1.ebuild | 50 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 app-office/fava/fava-1.26.4.ebuild create mode 100644 app-office/fava/fava-1.27.1.ebuild diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index 54d65e4..0209697 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.26.4.tar.gz 2292594 BLAKE2B cd9ff1f158e4ed0e7ea276ee6ea6ba420e004402003314aca8999178fe5543e4d2241cbc702c7a90146e4908066c6f475e255ed0aed641dbe197f1d0f25dd48c SHA512 dee1284e5ac2143a9b4c8866b5e626169841b6b11aae3cf5a46f17b59938c97263aea99417bbce8084b21b6a4bba6df2077b39dcb0f859e6266cc0d37ffeb939 -EBUILD fava-1.26.4.ebuild 1507 BLAKE2B ebd1d98d5229c1ebafb3ea3c53972708ec1dbddef43fc926adc84eddf68a833031ad193435e4c1a487a3505b59a811623825de5a089c172793d62ef44af9eca7 SHA512 2708e790067eecf998272676841be5965930a503f54dae46159761fc67cf2b169e9f1e3a637406890e8f0866fb64775cb066312f768e8f6633b90990649d4b8c +DIST fava-1.27.1.tar.gz 1557535 BLAKE2B c329034fc86195258dc7975f9151fe7040a52046bbaec630f724397cd93f984b188e0a9d0aba4e5d71f0317a60da665f7940438f3acbfca24e18333345ee3062 SHA512 860f08b00ff18966696435ae025191ba8741ae93744c79d8cb68bc6005317f0c2c7331eaeabafa89d782a269fe16485f70def648b2ba18df1edcce0033cf40b9 +EBUILD fava-1.27.1.ebuild 1507 BLAKE2B ebd1d98d5229c1ebafb3ea3c53972708ec1dbddef43fc926adc84eddf68a833031ad193435e4c1a487a3505b59a811623825de5a089c172793d62ef44af9eca7 SHA512 2708e790067eecf998272676841be5965930a503f54dae46159761fc67cf2b169e9f1e3a637406890e8f0866fb64775cb066312f768e8f6633b90990649d4b8c MISC metadata.xml 286 BLAKE2B bc035a2169b566efc5e5c22443c65abbb0fe1b2df60af417536dac4ffd66495376635e960b67ad0da91c651569928b4ec21adfea4b06d922b0fe4cfc96479a7f SHA512 2ce5388147b734a1d9a25edba004888151871b636478394de151eebfd7121d89eb048ec604cbbff23a84d4905119f05537a378940f52f45f47155e3a25842c26 diff --git a/app-office/fava/fava-1.26.4.ebuild b/app-office/fava/fava-1.26.4.ebuild deleted file mode 100644 index 9affd4b..0000000 --- a/app-office/fava/fava-1.26.4.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.27.1.ebuild b/app-office/fava/fava-1.27.1.ebuild new file mode 100644 index 0000000..9affd4b --- /dev/null +++ b/app-office/fava/fava-1.27.1.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