aboutsummaryrefslogtreecommitdiffstats
path: root/app-office
diff options
context:
space:
mode:
authorWolfgang Müller2023-05-01 21:57:43 +0200
committerWolfgang Müller2023-05-01 21:57:43 +0200
commit60b95f0718f067040cfb83c1ab0e24b6ec2cc4a3 (patch)
treeeb85c2627bdf10ec5aba7d90e3cb2dba9cde8cc6 /app-office
parent4dd6adb65ebebcce058c6283c8a7ea986edc382f (diff)
downloadpramantha-60b95f0718f067040cfb83c1ab0e24b6ec2cc4a3.tar.gz
app-office/fava-plugins: Bump to python3.11
Diffstat (limited to 'app-office')
-rw-r--r--app-office/fava-plugins/Manifest4
-rw-r--r--app-office/fava-plugins/fava-plugins-1.0-r1.ebuild (renamed from app-office/fava-plugins/fava-plugins-1.0.ebuild)6
-rw-r--r--app-office/fava-plugins/metadata.xml4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/fava-plugins/Manifest b/app-office/fava-plugins/Manifest
index a4a8ce5..b338e32 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 521 BLAKE2B 5c8a822c51577c83d870be9c984dc421f0be655ab5a0548004ecb7e1e1d7bc09151d1997dfb79d405b79745a205fc2205759e1786e2a211fc08717d5427f8435 SHA512 9096206985e525daf8c3d3063e8ea98e35c17c282a0766f66602ec33267d0978f452bd07032f878c8ed3c4b88896709b32ac13f382d499a84858d5efd087df06
-MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
+EBUILD fava-plugins-1.0-r1.ebuild 495 BLAKE2B be3d3c5f885441f9e4cf2c8e8e9de106384534e8dbb6821efc3f7f75e95ed4b5dbbb63f0eee9d6a8797d1877eca0d5419b61462087898e8030a13b9fa6b817cb SHA512 52c4b3f5c3e55a6b5d13f6db1069327befbf23610e3f2d4cb5217ee78c2479d7f7034e5915d18022fcd18d7bc9979c8d56d3af2116cd5965e6956f5dead33d9c
+MISC metadata.xml 356 BLAKE2B cc68c069f987ddd114c2a8cdda413704b499b7cd2baf84b49cc5705fa7dbc4cc7d803367dfbb9e5be7a8057fa4a952e3e0ced4ea5b71cc508818a9f3cbca2b1a SHA512 11ae54deca78791480ea649f040a6670f4690b1a2312fb2da9989cb3a09f7739a75a47c8e07b75f0c2fcee408c3654f8de9e13aa168915ee60d74c33fe759feb
diff --git a/app-office/fava-plugins/fava-plugins-1.0.ebuild b/app-office/fava-plugins/fava-plugins-1.0-r1.ebuild
index e8f9377..3f5b022 100644
--- a/app-office/fava-plugins/fava-plugins-1.0.ebuild
+++ b/app-office/fava-plugins/fava-plugins-1.0-r1.ebuild
@@ -2,15 +2,15 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{10,11} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A collection of beancount plugins"
HOMEPAGE="https://pypi.org/project/fava-plugins/ https://github.com/beancount/fava-plugins"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
diff --git a/app-office/fava-plugins/metadata.xml b/app-office/fava-plugins/metadata.xml
index c544433..dacaef1 100644
--- a/app-office/fava-plugins/metadata.xml
+++ b/app-office/fava-plugins/metadata.xml
@@ -4,4 +4,8 @@
<maintainer type="person">
<email>wolf@oriole.systems</email>
</maintainer>
+ <upstream>
+ <remote-id type="github">beancount/fava-plugins</remote-id>
+ <remote-id type="pypi">fava-plugins</remote-id>
+ </upstream>
</pkgmetadata>