From 82ebbc238ab366f18c3fef69eae8eca0bbacef22 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 20 Nov 2023 10:52:06 +0100 Subject: app-office/fava: add 1.26.2, drop 1.26.1 --- app-office/fava/Manifest | 4 +-- app-office/fava/fava-1.26.1.ebuild | 44 --------------------------------- app-office/fava/fava-1.26.2.ebuild | 50 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 46 deletions(-) delete mode 100644 app-office/fava/fava-1.26.1.ebuild create mode 100644 app-office/fava/fava-1.26.2.ebuild diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index 2713051..3c9d49b 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.26.1.tar.gz 2247469 BLAKE2B bd839931ae51dc34bc91f8a8043f62fd972a40ee39bb04db7b8986d7b24870294188099c3c6fecc00a0b6658bc6e11d6f67686be0d1a32c89a2b7b6779a5f9e8 SHA512 dd66a09f38dc9da85cfe4a1d6601ba3b585637d1a2328b66f783d09645f56ce2fb3704b9d2a13cbff9168a2a70f5be23118e5f392f1dfecb22e156756aa553eb -EBUILD fava-1.26.1.ebuild 1336 BLAKE2B 09e4bc60056b7062adfa98d50e2db1202d0e5db98e624629f1b5946eb73bde34527cf02424aaf973a3a3765cd2dfb97bcfb578e80a03505cb4edf1cb63018f22 SHA512 9968f1c9934514e7485b5ee3255b2e382e2ce387f1f5ad47e45fd254fa0f5f0a52a06ed832d05d2f1df86969325b840304ac6f53e61e7d9b27d13113d09e9908 +DIST fava-1.26.2.tar.gz 2189587 BLAKE2B d57b1902de46d2fe72d5376fe728d344a7ef1823c4a648f72b8cac439803be82cf15bf8d78c3ce0fe55e89f17cc87a24399aac59c479dee515e35a6adc8a1a9c SHA512 261857b94b624929430257c3112380b04aec7a8686ad42aefbb2874324dcb96d1e73fae6fa507233ff6e9c1f5e5e03132a17cf527272fb3e31dd2f4a348bc8d4 +EBUILD fava-1.26.2.ebuild 1507 BLAKE2B ebd1d98d5229c1ebafb3ea3c53972708ec1dbddef43fc926adc84eddf68a833031ad193435e4c1a487a3505b59a811623825de5a089c172793d62ef44af9eca7 SHA512 2708e790067eecf998272676841be5965930a503f54dae46159761fc67cf2b169e9f1e3a637406890e8f0866fb64775cb066312f768e8f6633b90990649d4b8c MISC metadata.xml 286 BLAKE2B bc035a2169b566efc5e5c22443c65abbb0fe1b2df60af417536dac4ffd66495376635e960b67ad0da91c651569928b4ec21adfea4b06d922b0fe4cfc96479a7f SHA512 2ce5388147b734a1d9a25edba004888151871b636478394de151eebfd7121d89eb048ec604cbbff23a84d4905119f05537a378940f52f45f47155e3a25842c26 diff --git a/app-office/fava/fava-1.26.1.ebuild b/app-office/fava/fava-1.26.1.ebuild deleted file mode 100644 index 6ca84a1..0000000 --- a/app-office/fava/fava-1.26.1.ebuild +++ /dev/null @@ -1,44 +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_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.2.ebuild b/app-office/fava/fava-1.26.2.ebuild new file mode 100644 index 0000000..9affd4b --- /dev/null +++ b/app-office/fava/fava-1.26.2.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