From 60b95f0718f067040cfb83c1ab0e24b6ec2cc4a3 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 1 May 2023 21:57:43 +0200 Subject: app-office/fava-plugins: Bump to python3.11 --- app-office/fava-plugins/Manifest | 4 ++-- app-office/fava-plugins/fava-plugins-1.0-r1.ebuild | 19 +++++++++++++++++++ app-office/fava-plugins/fava-plugins-1.0.ebuild | 19 ------------------- app-office/fava-plugins/metadata.xml | 4 ++++ 4 files changed, 25 insertions(+), 21 deletions(-) create mode 100644 app-office/fava-plugins/fava-plugins-1.0-r1.ebuild delete mode 100644 app-office/fava-plugins/fava-plugins-1.0.ebuild (limited to 'app-office/fava-plugins') 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-r1.ebuild b/app-office/fava-plugins/fava-plugins-1.0-r1.ebuild new file mode 100644 index 0000000..3f5b022 --- /dev/null +++ b/app-office/fava-plugins/fava-plugins-1.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{10,11} ) +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_SINGLE_IMPL=1 +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 pypi + +DESCRIPTION="A collection of beancount plugins" +HOMEPAGE="https://pypi.org/project/fava-plugins/ https://github.com/beancount/fava-plugins" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=app-office/beancount-2.0[${PYTHON_SINGLE_USEDEP}]" diff --git a/app-office/fava-plugins/fava-plugins-1.0.ebuild b/app-office/fava-plugins/fava-plugins-1.0.ebuild deleted file mode 100644 index e8f9377..0000000 --- a/app-office/fava-plugins/fava-plugins-1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{9,10} ) -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -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" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=app-office/beancount-2.0[${PYTHON_SINGLE_USEDEP}]" 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 @@ wolf@oriole.systems + + beancount/fava-plugins + fava-plugins + -- cgit v1.2.3-2-gb3c3