From 2f284ac16a9b04b172bf41d65986ee3b34c0e399 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 20 Apr 2023 10:33:49 +0200 Subject: app-office/fava: add 1.24.4, drop 1.24.1 --- app-office/fava/Manifest | 4 ++-- app-office/fava/fava-1.24.1.ebuild | 44 -------------------------------------- app-office/fava/fava-1.24.4.ebuild | 44 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 app-office/fava/fava-1.24.1.ebuild create mode 100644 app-office/fava/fava-1.24.4.ebuild (limited to 'app-office/fava') diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index 4c91a05..38b99dd 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.24.1.tar.gz 2138774 BLAKE2B 5b36186eb1f6c1881304a1f70fb55e68f1c7209b794c44353314c6ded6da3f34ad5d1dd327697908af294b0fc47261fba3e4d8f074628da25e47127817440737 SHA512 3ff19c97da2ef90b305ef9277baa56667d9a6495d92cd31a7bb214f45fdb41a19708c336244355443e001051d0e7adff93f8bc0220d170a653a3b0d12acc6490 -EBUILD fava-1.24.1.ebuild 1336 BLAKE2B de525b60c527a26459145705da5ff3bbd3da0b71b3f4341cbeb899f8642fea1766f232d9e9e4c6bb4f677252e30670d8fc2329e244b836cd89e54e24ad01a14b SHA512 f022107266e0aaecf1b564a6bb5385d1fc9a0302dd301e23f2fb9dce047d511fef862c5f5bc1f6e58cb7e5497326e718bc3c9c46b149899a44e090cdb6599fbe +DIST fava-1.24.4.tar.gz 2140731 BLAKE2B 53a631f2ab8f049258f6e10ff8ab716726f4e6feef9aeffc8e4f96c588f73dc8db448f03c4b87270ccde9e08be51ed0195da232eb47f968e2e2f5f029a9c70d1 SHA512 d637a489e718f7bd071668b1b04ed95c0c3d23d4d2fed8e2f9030feb35fd806152d3b6ae3ea6f4a452b5a0f73e7c4e4efc57803202ffa3d55e3829aed5cafeba +EBUILD fava-1.24.4.ebuild 1336 BLAKE2B de525b60c527a26459145705da5ff3bbd3da0b71b3f4341cbeb899f8642fea1766f232d9e9e4c6bb4f677252e30670d8fc2329e244b836cd89e54e24ad01a14b SHA512 f022107266e0aaecf1b564a6bb5385d1fc9a0302dd301e23f2fb9dce047d511fef862c5f5bc1f6e58cb7e5497326e718bc3c9c46b149899a44e090cdb6599fbe MISC metadata.xml 286 BLAKE2B bc035a2169b566efc5e5c22443c65abbb0fe1b2df60af417536dac4ffd66495376635e960b67ad0da91c651569928b4ec21adfea4b06d922b0fe4cfc96479a7f SHA512 2ce5388147b734a1d9a25edba004888151871b636478394de151eebfd7121d89eb048ec604cbbff23a84d4905119f05537a378940f52f45f47155e3a25842c26 diff --git a/app-office/fava/fava-1.24.1.ebuild b/app-office/fava/fava-1.24.1.ebuild deleted file mode 100644 index a03c987..0000000 --- a/app-office/fava/fava-1.24.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.0[${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.0.1[${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-1.0.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.24.4.ebuild b/app-office/fava/fava-1.24.4.ebuild new file mode 100644 index 0000000..a03c987 --- /dev/null +++ b/app-office/fava/fava-1.24.4.ebuild @@ -0,0 +1,44 @@ +# 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.0[${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.0.1[${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-1.0.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 +} -- cgit v1.2.3-2-gb3c3