From 1c75519ac6b97f32092e9964f93a500d3a411ad8 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 30 Sep 2021 10:32:30 +0200 Subject: app-office/fava: Bump to 1.20.1 Package-Manager: Portage-3.0.20, Repoman-3.0.3 --- app-office/fava/Manifest | 4 ++-- app-office/fava/fava-1.19-r1.ebuild | 43 ------------------------------------- app-office/fava/fava-1.20.1.ebuild | 42 ++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 45 deletions(-) delete mode 100644 app-office/fava/fava-1.19-r1.ebuild create mode 100644 app-office/fava/fava-1.20.1.ebuild (limited to 'app-office/fava') diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index c3c2fce..2d4b1f6 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.19.tar.gz 1699433 BLAKE2B eaf0d67a6c714abe411897044ef2cbd2886176508c34b41835ecde3aad1bd9bbf49226acda9f5581cba295616f96e59022bc141c590499c0d6f5735ecccc1935 SHA512 807548090a7d872b92a2950c1af67f639ec937f9e24bac711ffe993aa18232efeaa5290af31a19df9b0b01d842fa4e603efe517792de58024a78925729a8cc1f -EBUILD fava-1.19-r1.ebuild 1355 BLAKE2B d1cca628e20a63ce7f1a5536d84ded708b9cc9cc2c62992db32951c8e4a6987992c907f2acd5f475df4c0a7a463a4de016b9891fd34257151b89660eca43bc90 SHA512 afc2c4a109a9219e4998d0f9c47c2376dcef3d54749a072cee26430a5f3128e917d9194eb1a3aea74b2386fe52694f847008e8a94d6a864b213d9651aa0829c4 +DIST fava-1.20.1.tar.gz 1725161 BLAKE2B 7d3abbbda31f25a95a2304e7a1331a4101269093214a7599ad1709dea396580fbbee8945255b81d9845edebd03f9cd049c14b19012ac2c839530a75254e4436a SHA512 1527b3fe7c8a272cb885f6f0eba6cd9be4eca270f6f9a96a541cacbb26c3e5e81f92e91c37ca34a3c5597d3383803e67da3ea1ced085c187b1aadfc18bc5c9ee +EBUILD fava-1.20.1.ebuild 1333 BLAKE2B cc600f72f48ae3e16efbe8866376f511c3cb3f9d7ce4c42212f81d72ff52effbecab094c0e1f08894922efee2c82ce492fe17465e246aa0576e9ffa8b2e4d563 SHA512 56300b4e6f9a930105027428b3791999cd196c35f2e173d9a3daca96ce286c90bf380113548a0db9e336ef0ab05ff966e3887911653979bfffc7156c48551e30 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-office/fava/fava-1.19-r1.ebuild b/app-office/fava/fava-1.19-r1.ebuild deleted file mode 100644 index 452bff3..0000000 --- a/app-office/fava/fava-1.19-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" - -inherit distutils-r1 elisp-common - -DESCRIPTION="Web interface for the accounting tool Beancount" -HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - >=app-office/beancount-2.3.0[${PYTHON_USEDEP}] - >=dev-python/Babel-2.6.0[${PYTHON_USEDEP}] - dev-python/cheroot[${PYTHON_USEDEP}] - >=dev-python/flask-babel-1.0.0[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/jinja-2.10[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] - >=dev-python/simplejson-3.2.0[${PYTHON_USEDEP}] - >=dev-python/werkzeug-1.0.0[${PYTHON_USEDEP}] - dev-python/chardet[${PYTHON_USEDEP}] - " -DEPEND="dev-python/setuptools[${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.20.1.ebuild b/app-office/fava/fava-1.20.1.ebuild new file mode 100644 index 0000000..40aa466 --- /dev/null +++ b/app-office/fava/fava-1.20.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_9 ) + +inherit distutils-r1 elisp-common + +DESCRIPTION="Web interface for the accounting tool Beancount" +HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=" + >=app-office/beancount-2.3.0[${PYTHON_USEDEP}] + >=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}] + " +DEPEND="dev-python/setuptools[${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