app-portage/gpyutils: Bump to 0.15.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-10-25 17:24:04 +02:00
parent 1258a85055
commit 1f9a4302b4
3 changed files with 31 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -11,8 +11,8 @@
<email>mgorny@gentoo.org</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>