commit:     d9f510ecd5f95d0edad49b5a867d5e522efc5899
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 10:35:57 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 10:37:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f510ec

app-portage/gpyutils: Bump to 0.15.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gpyutils/Manifest               |  1 +
 app-portage/gpyutils/gpyutils-0.15.0.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 1dd70819b2bc..15e0a7ccb2ab 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.14.0.gh.tar.gz 31787 BLAKE2B 
38b4def0ede799bfbf9d359926f54a4d59835aa8139d1943ff0d77e480bd7147582611c91887040238231016f37a1457ad3382ac7450ef5da6782ea19810b0b2
 SHA512 
3407a47d80892f31c76d8ed25f50ba3b7edd6e3d594efcfd13d08fc4331ca79491961c48c7a10d3510d5ca02a7fe9a45360c5b607d6732889bd86b34cfbc9db0
+DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321

diff --git a/app-portage/gpyutils/gpyutils-0.15.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.0.ebuild
new file mode 100644
index 000000000000..ab4256cc4887
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.15.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+       https://github.com/projg2/gpyutils/
+       https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+       https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+       >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+       dev-python/lxml[${PYTHON_USEDEP}]
+       dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to