From 1585ba3ef24ef3fda744e3cec0bf34fb616cb879 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Thu, 18 Jun 2020 10:55:09 +0200 Subject: app-office/fava: Bump to 1.15 Package-Manager: Portage-2.3.99, Repoman-2.3.22 --- app-office/fava/Manifest | 4 ++-- app-office/fava/fava-1.14-r2.ebuild | 43 ------------------------------------- app-office/fava/fava-1.15.ebuild | 43 +++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 app-office/fava/fava-1.14-r2.ebuild create mode 100644 app-office/fava/fava-1.15.ebuild (limited to 'app-office') diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index 44debbd..7f02a67 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ -DIST fava-1.14.tar.gz 1367651 BLAKE2B 4ce9d1a8eeaa1109b3dcc39df2b97465b854fd019474cafe5b21209be3a3aa30038ff489409da84db7d67467502ad9d88f4b21afa00d5e59bb52573eaa8f3d0f SHA512 1d60344732e6517a4ca5075bd309cf0460a35bff5fd3ff5ca871a6827565eefda36283053019530592c6f53a99535a74319612ec1802ec0f3aed3455b8ec3dba -EBUILD fava-1.14-r2.ebuild 1363 BLAKE2B 9b3d7491a39117b37e33f1bc5f57648a919e04b9648acb7915c88d1e21b70c632cb3e524d8ef816026db25e7db4894c099263b36473e8c407e0d16c21ac78692 SHA512 86ac08e2d9d092ef9ed56d77fca2542ad2e552b674e75764fb4978c3181b319e231b09510ddd73b02d4c5aa40984ef862040bd52fb558d161a3c652b6fbafccb +DIST fava-1.15.tar.gz 1176938 BLAKE2B b4830ba6ae309cd1053f2cf1372c4432da08825e87b41d00fa846d969766365b83444fdc2b6f97dce45676af89a2db361217f356131148c7d4c62a0c7ef0fb23 SHA512 a078886c1923fbb165c33ac1434dcc07f0381e8780f5ce0026338d219974653cae4343aaf86fd19972a26ce6bab98e1b69e1edc93e8888c58f7f90b5c751cd7d +EBUILD fava-1.15.ebuild 1367 BLAKE2B fe2451a66166c8d074c138121eb17d2ce64a519fe7854ba81945e3ec23a38dac4aa24406ddf7d10ef216e24b76f896a6d3bd35bf731ddfe4f0e52fa5d5e6852b SHA512 9c7fdf062f8aaaeb212e38949b21dcb0922d37acf894c9041cafc2f0e4e4ea203682a9cbea77404574b3a42dbdbdb53f9b18945adbbaa22a8ab95397b6ec1340 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-office/fava/fava-1.14-r2.ebuild b/app-office/fava/fava-1.14-r2.ebuild deleted file mode 100644 index 9bd08ad..0000000 --- a/app-office/fava/fava-1.14-r2.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 ) -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.15.ebuild b/app-office/fava/fava-1.15.ebuild new file mode 100644 index 0000000..16fb5f7 --- /dev/null +++ b/app-office/fava/fava-1.15.ebuild @@ -0,0 +1,43 @@ +# 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 +} -- cgit v1.2.3-2-gb3c3