commit:     1f9a4302b47e8b2be135c1d4453d2a5dfbd689e7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 15:24:04 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 15:24:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9a4302

app-portage/gpyutils: Bump to 0.15.1

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

 app-portage/gpyutils/Manifest               |  1 +
 app-portage/gpyutils/gpyutils-0.15.1.ebuild | 28 ++++++++++++++++++++++++++++
 app-portage/gpyutils/metadata.xml           |  4 ++--
 3 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 16410ebb5bdc..2610046c6537 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321
+DIST gpyutils-0.15.1.tar.gz 30326 BLAKE2B 
885bc8fbb83562e2d669baaa24a1e651b390e907d1295b16e34a02fd868ee628bef44f83da383898c8f344badb24684a06941065ef543050c83e511afb82973d
 SHA512 
2d7b59620a2c50616c20c2b40ebb584d8fae22e9d2a2f3d87905054e80a1d59bff0df4bbee73b254e1885c7ab8885a810c4c6fa38d0f9bd91296eac101a02d64

diff --git a/app-portage/gpyutils/gpyutils-0.15.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.1.ebuild
new file mode 100644
index 000000000000..f400eb33995e
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.15.1.ebuild
@@ -0,0 +1,28 @@
+# 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 pypi
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+       https://github.com/gentoo/gpyutils/
+       https://pypi.org/project/gpyutils/
+"
+
+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

diff --git a/app-portage/gpyutils/metadata.xml 
b/app-portage/gpyutils/metadata.xml
index 89201d449b7c..daf066b7f12f 100644
--- a/app-portage/gpyutils/metadata.xml
+++ b/app-portage/gpyutils/metadata.xml
@@ -11,8 +11,8 @@
       <email>[email protected]</email>
       <name>Michał Górny</name>
     </maintainer>
-    <bugs-to>https://github.com/projg2/gpyutils/issues/</bugs-to>
-    <remote-id type="github">projg2/gpyutils</remote-id>
+    <bugs-to>https://github.com/gentoo/gpyutils/issues/</bugs-to>
+    <remote-id type="github">gentoo/gpyutils</remote-id>
     <remote-id type="pypi">gpyutils</remote-id>
   </upstream>
 </pkgmetadata>

Reply via email to