From b73cf7dc4497e57e8531a560df3ac3ec28356250 Mon Sep 17 00:00:00 2001
From: Wolfgang Müller
Date: Mon, 18 Sep 2023 12:22:36 +0200
Subject: app-office/fava: add 1.26, drop 1.25.1

---
 app-office/fava/Manifest           |  4 ++--
 app-office/fava/fava-1.25.1.ebuild | 44 --------------------------------------
 app-office/fava/fava-1.26.ebuild   | 44 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 46 deletions(-)
 delete mode 100644 app-office/fava/fava-1.25.1.ebuild
 create mode 100644 app-office/fava/fava-1.26.ebuild

(limited to 'app-office')

diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest
index 9ea9da6..5f15bb0 100644
--- a/app-office/fava/Manifest
+++ b/app-office/fava/Manifest
@@ -1,3 +1,3 @@
-DIST fava-1.25.1.tar.gz 2113073 BLAKE2B 4790184081db907457638e0459d4b70033934c893b68c4369add01fbb84e5c6abe44a87ac0523b7da843f112fa6f2388b7b00a97782e6a286f573f65daa67c94 SHA512 69b1820d27872ce8fa4d998ee4f33668135265a1e132cfbb8d9aff8ecdfea21a201846b02f1fff11b698d8f837a4668cf45bb3261a4bcd1e35bd140265e66ae0
-EBUILD fava-1.25.1.ebuild 1336 BLAKE2B 09e4bc60056b7062adfa98d50e2db1202d0e5db98e624629f1b5946eb73bde34527cf02424aaf973a3a3765cd2dfb97bcfb578e80a03505cb4edf1cb63018f22 SHA512 9968f1c9934514e7485b5ee3255b2e382e2ce387f1f5ad47e45fd254fa0f5f0a52a06ed832d05d2f1df86969325b840304ac6f53e61e7d9b27d13113d09e9908
+DIST fava-1.26.tar.gz 2245751 BLAKE2B e98eadd0ef6065e4039aae82bc8dde870c557387a50b997caa712ef71a9c30ff89048bb07fba68daae36858af75d9a3d3ef2ab63891347b6e2385d7d951c1a75 SHA512 9c04cb588023b75a4d9173bac3c2f65e1ea5184d2224cf81fded877db0b9996a0a2cea86453a579a80431c364498c7d131355f70d1a914db2765da8ee04d9eaf
+EBUILD fava-1.26.ebuild 1336 BLAKE2B 09e4bc60056b7062adfa98d50e2db1202d0e5db98e624629f1b5946eb73bde34527cf02424aaf973a3a3765cd2dfb97bcfb578e80a03505cb4edf1cb63018f22 SHA512 9968f1c9934514e7485b5ee3255b2e382e2ce387f1f5ad47e45fd254fa0f5f0a52a06ed832d05d2f1df86969325b840304ac6f53e61e7d9b27d13113d09e9908
 MISC metadata.xml 286 BLAKE2B bc035a2169b566efc5e5c22443c65abbb0fe1b2df60af417536dac4ffd66495376635e960b67ad0da91c651569928b4ec21adfea4b06d922b0fe4cfc96479a7f SHA512 2ce5388147b734a1d9a25edba004888151871b636478394de151eebfd7121d89eb048ec604cbbff23a84d4905119f05537a378940f52f45f47155e3a25842c26
diff --git a/app-office/fava/fava-1.25.1.ebuild b/app-office/fava/fava-1.25.1.ebuild
deleted file mode 100644
index 6ca84a1..0000000
--- a/app-office/fava/fava-1.25.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_{10,11} )
-DISTUTILS_USE_PEP517=setuptools
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Web interface for the accounting tool Beancount"
-HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=app-office/beancount-2.3.5[${PYTHON_SINGLE_USEDEP}]
-	$(python_gen_cond_dep '
-		>=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.2.0[${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-2.3.0[${PYTHON_USEDEP}]
-		dev-python/chardet[${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.26.ebuild b/app-office/fava/fava-1.26.ebuild
new file mode 100644
index 0000000..6ca84a1
--- /dev/null
+++ b/app-office/fava/fava-1.26.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_{10,11} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Web interface for the accounting tool Beancount"
+HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=app-office/beancount-2.3.5[${PYTHON_SINGLE_USEDEP}]
+	$(python_gen_cond_dep '
+		>=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.2.0[${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-2.3.0[${PYTHON_USEDEP}]
+		dev-python/chardet[${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