From ef5b97072c1e748ad26356594c3e08c385e8f264 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Wed, 21 Oct 2020 15:01:36 +0200 Subject: app-office/fava: Bump to 1.16 Package-Manager: Portage-3.0.8, Repoman-3.0.2 --- app-office/fava/Manifest | 4 ++-- app-office/fava/fava-1.15.ebuild | 43 ---------------------------------------- app-office/fava/fava-1.16.ebuild | 42 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 45 deletions(-) delete mode 100644 app-office/fava/fava-1.15.ebuild create mode 100644 app-office/fava/fava-1.16.ebuild (limited to 'app-office/fava') diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index 72c719d..14a3998 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.15.tar.gz 1176938 BLAKE2B b4830ba6ae309cd1053f2cf1372c4432da08825e87b41d00fa846d969766365b83444fdc2b6f97dce45676af89a2db361217f356131148c7d4c62a0c7ef0fb23 SHA512 a078886c1923fbb165c33ac1434dcc07f0381e8780f5ce0026338d219974653cae4343aaf86fd19972a26ce6bab98e1b69e1edc93e8888c58f7f90b5c751cd7d -EBUILD fava-1.15.ebuild 1365 BLAKE2B b72b6debcd26c6c7202dc15f8b1915c54b40cc23e5bd263e13819fe95380dfd5d877bb2f8350dc30023ee42b2a1d52f941e60ebecc0e2ce4f002426097bdb9a6 SHA512 28f754fef2069b6dcc3a6c66d62bde984cb12b7e3754783f8b10fc6599beb24ee0c601419d1a32e319e16e52b2a239848a97fa2bc480ce46b67b264113d78fc7 +DIST fava-1.16.tar.gz 1189349 BLAKE2B cb93f46dc4a5b5656527eeb1bb1909c918d8e60a8c10fbe1f55a14ab381d885e0cac10389a04c8f09e6b4b712d23c56dd819381a43ecac8caf599dafe5b2d860 SHA512 a63e8c35358d4e41961a1e3f339052b09b6f4ced304fa708fbeddc49a2f440884a8e965e83d519cce5730140f5f2df50f25d5ae6488155d1bf350f24af6548ec +EBUILD fava-1.16.ebuild 1318 BLAKE2B cca64ad6857d15ab45b28d7a484e12b08db9a5e5a995b0ce64cbad030e6f8d9a57e694ffbcb2a5639b24ec711db56022f4346146eab8ec0e02827e1b22b4fdef SHA512 9568980fc99eac82545b4d39b2a9a4baab76a2c34b414b4155baffcc2f1d5da233cccab2a00e50c7404949668954a8c9c51fdd591ae2eb33a49481114e589052 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-office/fava/fava-1.15.ebuild b/app-office/fava/fava-1.15.ebuild deleted file mode 100644 index cc0f8f9..0000000 --- a/app-office/fava/fava-1.15.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -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.1.3[${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-2.3.0[${PYTHON_USEDEP}] - >=dev-python/werkzeug-0.15.0[${PYTHON_USEDEP}] - dev-python/jaraco-functools[${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.16.ebuild b/app-office/fava/fava-1.16.ebuild new file mode 100644 index 0000000..a318569 --- /dev/null +++ b/app-office/fava/fava-1.16.ebuild @@ -0,0 +1,42 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8} ) +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-2.3.0[${PYTHON_USEDEP}] + >=dev-python/werkzeug-0.15.0[${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