aboutsummaryrefslogtreecommitdiffstats
path: root/app-office
diff options
context:
space:
mode:
authorWolfgang Müller2022-06-14 10:19:44 +0200
committerWolfgang Müller2022-06-14 10:23:44 +0200
commit35720f46ec9a7fc2a946582731f78b4fec9b3e95 (patch)
tree15ffe779e2e1bfdf56f7f527d32662f5bad55a9b /app-office
parentd91db1ae8c930b9c1a07da15e62762675574c542 (diff)
downloadpramantha-35720f46ec9a7fc2a946582731f78b4fec9b3e95.tar.gz
app-office/fava-plugins: enable py3.10
Diffstat (limited to 'app-office')
-rw-r--r--app-office/fava-plugins/Manifest2
-rw-r--r--app-office/fava-plugins/fava-plugins-1.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/fava-plugins/Manifest b/app-office/fava-plugins/Manifest
index 8ce62c1..67a3385 100644
--- a/app-office/fava-plugins/Manifest
+++ b/app-office/fava-plugins/Manifest
@@ -1,3 +1,3 @@
DIST fava-plugins-1.0.tar.gz 3419 BLAKE2B 6bc728e22cf2a1008915000bd0101b373d6b6e621bc7418a142f839c9a34b7c1cbe89d0c998f3c9f80325b3304ac91a359f9cfefc50b04bff812343ca79c0a01 SHA512 f079d829b20dcc88c048bbf314cdcccae236284625af18fe82baf9ae320481e75dab61b71fe597ce94709acb1ccf8fbfe5665ec0aa7200084f8347b3d0f404be
-EBUILD fava-plugins-1.0.ebuild 500 BLAKE2B 688e15194fa141a2e3d1be72d0884db8654210f328ea1222355fb7318443ca36856d6927e63f9da1222a5613e92bd2439f821cac084cf9d38e7e53f10c67eb72 SHA512 7e663499f33ebb7a037d23a60bf06587813857c8347d7dae866bc10b6e8869aae86c626071e921199417592b07a097fe587edbd4025a7babe359cd21d94d0b37
+EBUILD fava-plugins-1.0.ebuild 505 BLAKE2B b33d3e107849cf38f123656b18b7846e4f47071a40601d118095c773d39e062f247911bebbb264120252d408c19d848b3497d1ae406f8202675350fb1203432e SHA512 15866950dc41646fb05aa939f4544f5a46f0efd14cea4cee82ee06e751b1e085ef45f9e680f355c0311d5281d62b3380062cdfddd33e39e5968bd701f154c528
MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/app-office/fava-plugins/fava-plugins-1.0.ebuild b/app-office/fava-plugins/fava-plugins-1.0.ebuild
index edf05ff..3683aea 100644
--- a/app-office/fava-plugins/fava-plugins-1.0.ebuild
+++ b/app-office/fava-plugins/fava-plugins-1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_9 )
+PYTHON_COMPAT=( python3_{9,10} )
inherit distutils-r1