From a4c6c8621fe0c090fa0e45d70bb2ece8a29b070f Mon Sep 17 00:00:00 2001
From: Wolfgang Müller
Date: Thu, 27 May 2021 13:53:36 +0200
Subject: app-office/fava: Bump to 1.19

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Wolfgang Müller <wolf@oriole.systems>
---
 app-office/fava/Manifest         |  4 ++--
 app-office/fava/fava-1.18.ebuild | 42 ----------------------------------------
 app-office/fava/fava-1.19.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 44 deletions(-)
 delete mode 100644 app-office/fava/fava-1.18.ebuild
 create mode 100644 app-office/fava/fava-1.19.ebuild

(limited to 'app-office')

diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest
index cb00ab1..8790cea 100644
--- a/app-office/fava/Manifest
+++ b/app-office/fava/Manifest
@@ -1,3 +1,3 @@
-DIST fava-1.18.tar.gz 1148484 BLAKE2B d9575ce1518d1a64564b0681c66fc66e4a2d1aad4ea9c80ebf817c5d0a814e8ea33a0073cfb38ad18852b66d380a1c5047d852dc285827a225de57f43715d77e SHA512 8dd5a7ce4b68b65f3f0488581e8bfebf5520c6bdc25b3219e445361e97284663a1b5a8b1ba97b1dcf7927564c43ad535e8e13583710e68007337b94b731e1093
-EBUILD fava-1.18.ebuild 1318 BLAKE2B ad52317b5b6ca5f1ec709d4c37eac4458da87d8e5bf2e4d0ef934c36f63f27980eb829f28bb7d8c27a7513922d037260b5229a03b802e85ee049a28ad55a8725 SHA512 b90882c982aad957a62b04247077204243c9c5cdae3dbcf6d08a2713dc4691a94178b9d1549545a0ef0dbbcde5388e17405d9061af32439de1d2dffef978ed93
+DIST fava-1.19.tar.gz 1699433 BLAKE2B eaf0d67a6c714abe411897044ef2cbd2886176508c34b41835ecde3aad1bd9bbf49226acda9f5581cba295616f96e59022bc141c590499c0d6f5735ecccc1935 SHA512 807548090a7d872b92a2950c1af67f639ec937f9e24bac711ffe993aa18232efeaa5290af31a19df9b0b01d842fa4e603efe517792de58024a78925729a8cc1f
+EBUILD fava-1.19.ebuild 1317 BLAKE2B fd5152da362cc130640dd72e571b50db72511bc98524161e664d00dc6b7216fd6ee08c7497cee96257f9ef8a0001a065bd8c81c395fd8b0ba07296108e3005db SHA512 0deac639dab246cdda99c03ab652ceff967a49df58cd56d4f6a41b1d7c7bbf74ec7c241858af6325c4048367a4008ddcff64a3157adb0bb4eb0197892c1b5c2f
 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/app-office/fava/fava-1.18.ebuild b/app-office/fava/fava-1.18.ebuild
deleted file mode 100644
index 3df1675..0000000
--- a/app-office/fava/fava-1.18.ebuild
+++ /dev/null
@@ -1,42 +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-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
-}
diff --git a/app-office/fava/fava-1.19.ebuild b/app-office/fava/fava-1.19.ebuild
new file mode 100644
index 0000000..51cd6ef
--- /dev/null
+++ b/app-office/fava/fava-1.19.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_{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}]
+	"
+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