From a2838620ddc0821a5a15d9fcc9bbe6df44e53bb4 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 25 Mar 2024 17:08:02 +0100 Subject: app-office/fava: add 1.27.3, drop 1.27.2 --- app-office/fava/Manifest | 4 +-- app-office/fava/fava-1.27.2.ebuild | 50 -------------------------------------- app-office/fava/fava-1.27.3.ebuild | 50 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 app-office/fava/fava-1.27.2.ebuild create mode 100644 app-office/fava/fava-1.27.3.ebuild diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index d1872e7..a1c803b 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.27.2.tar.gz 1560608 BLAKE2B 346250013b162a479c57ae5604652c0fc3be1294defb40aab1c86058514581088debe351bb977a58a2404e80faa71bd787e51782180be0321ae49883d3df3e55 SHA512 7a0cd87d21c0136eead4d97da44cddea4562608e00c1a031e7d43912dc84b609030e558c5f46966d5c7475bcaf731cbf6e2aaaba722c8a803c7e260438086e3a -EBUILD fava-1.27.2.ebuild 1507 BLAKE2B ebd1d98d5229c1ebafb3ea3c53972708ec1dbddef43fc926adc84eddf68a833031ad193435e4c1a487a3505b59a811623825de5a089c172793d62ef44af9eca7 SHA512 2708e790067eecf998272676841be5965930a503f54dae46159761fc67cf2b169e9f1e3a637406890e8f0866fb64775cb066312f768e8f6633b90990649d4b8c +DIST fava-1.27.3.tar.gz 1563141 BLAKE2B 4dd899fcf10469d6ef640c581e536b9db44c47205f7efa26484c78fdc4e949ec61a23ed7461dce2d8840e2cbda38a62cfb2042f813a29080167786dff8326465 SHA512 c46edf9e3c60692903545b11f312af3b0679ef03175789d02d7755aeefea8ce030a9440326c6a15ca742adef25c08ac8750d90b90929db1d2a3b1de7a0de530d +EBUILD fava-1.27.3.ebuild 1507 BLAKE2B ebd1d98d5229c1ebafb3ea3c53972708ec1dbddef43fc926adc84eddf68a833031ad193435e4c1a487a3505b59a811623825de5a089c172793d62ef44af9eca7 SHA512 2708e790067eecf998272676841be5965930a503f54dae46159761fc67cf2b169e9f1e3a637406890e8f0866fb64775cb066312f768e8f6633b90990649d4b8c MISC metadata.xml 286 BLAKE2B bc035a2169b566efc5e5c22443c65abbb0fe1b2df60af417536dac4ffd66495376635e960b67ad0da91c651569928b4ec21adfea4b06d922b0fe4cfc96479a7f SHA512 2ce5388147b734a1d9a25edba004888151871b636478394de151eebfd7121d89eb048ec604cbbff23a84d4905119f05537a378940f52f45f47155e3a25842c26 diff --git a/app-office/fava/fava-1.27.2.ebuild b/app-office/fava/fava-1.27.2.ebuild deleted file mode 100644 index 9affd4b..0000000 --- a/app-office/fava/fava-1.27.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.27.3.ebuild b/app-office/fava/fava-1.27.3.ebuild new file mode 100644 index 0000000..9affd4b --- /dev/null +++ b/app-office/fava/fava-1.27.3.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