From b5106bb7a557298cbd23589bf984405f0e198ade Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 11 Aug 2022 14:00:50 +0200 Subject: app-office/fava: add 1.22.3, drop 1.22.1 --- app-office/fava/Manifest | 4 ++-- app-office/fava/fava-1.22.1.ebuild | 44 -------------------------------------- app-office/fava/fava-1.22.3.ebuild | 44 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 app-office/fava/fava-1.22.1.ebuild create mode 100644 app-office/fava/fava-1.22.3.ebuild diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index f9af9ff..e7d5611 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.22.1.tar.gz 2042276 BLAKE2B 335dbe9e92a5b235bd42a61c5d1b3dc8f39e4a188c2d837700cae75e5547b20fa970b0e267262c3e97517944c05d4d0e0c954d787b298f13804731f28bbec3f0 SHA512 e6d98bf4c7477314fad86045240ef85e4ecfdda0c4a3c39aca2909013869cf20261e88e1958ae07df63388313abd9b885c24ae1eb6b0e0236de88d4153a7d9c8 -EBUILD fava-1.22.1.ebuild 1366 BLAKE2B ba7094fd09de4a8261dee5ea4e9536ba70969ea0fd801d85e54f93f02ce1deecf3cbcd3a5b262da90185cad854478cf0809e6d4614cfd96cf3d4e0aefef432e3 SHA512 fefdb84e176e8736e2f0ac7d1a03ab4f0917fa4504e925d260d02ee00e94054686fb4c3089b1216580e3237858b07eee4ecb926c5758da93b43c02413efd5a53 +DIST fava-1.22.3.tar.gz 2061252 BLAKE2B 47c3bf0988cd42d35452470a463d3a4dc11824e34b9f1a793d9263619fa1f31345a905de3c4cda4b0ee68ca19e02fef360f0981def92e30966eb374244ef462d SHA512 aa36a2472ed986e7d2c4977f4790761534aa12c5c9242168834a5dddbc5f30d6ded28d381c3c34404abf772008dd6ec39edef566541c5a1aae1f7104cf3b6fcd +EBUILD fava-1.22.3.ebuild 1366 BLAKE2B ba7094fd09de4a8261dee5ea4e9536ba70969ea0fd801d85e54f93f02ce1deecf3cbcd3a5b262da90185cad854478cf0809e6d4614cfd96cf3d4e0aefef432e3 SHA512 fefdb84e176e8736e2f0ac7d1a03ab4f0917fa4504e925d260d02ee00e94054686fb4c3089b1216580e3237858b07eee4ecb926c5758da93b43c02413efd5a53 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-office/fava/fava-1.22.1.ebuild b/app-office/fava/fava-1.22.1.ebuild deleted file mode 100644 index 59b50cc..0000000 --- a/app-office/fava/fava-1.22.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_{9,10} ) - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml - -inherit distutils-r1 - -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 -} diff --git a/app-office/fava/fava-1.22.3.ebuild b/app-office/fava/fava-1.22.3.ebuild new file mode 100644 index 0000000..59b50cc --- /dev/null +++ b/app-office/fava/fava-1.22.3.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_{9,10} ) + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml + +inherit distutils-r1 + +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