From 3d19d10185646b920f4156e1a6797a81d9add709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 6 Jun 2026 14:02:33 +0200 Subject: [PATCH] app-portage/gpyutils: Bump to 0.15.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/gpyutils/Manifest | 1 + app-portage/gpyutils/gpyutils-0.15.6.ebuild | 28 +++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 app-portage/gpyutils/gpyutils-0.15.6.ebuild diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest index 76342a8a4d508..422a1958972e5 100644 --- a/app-portage/gpyutils/Manifest +++ b/app-portage/gpyutils/Manifest @@ -1 +1,2 @@ DIST gpyutils-0.15.5.tar.gz 30721 BLAKE2B b30e23593aa4e257252bb4c4a4a0370941104cac3af68754598f0d453c32aae19b7af1866f8069c9e3513f1c7642613f078d7409fbec1cc535e14eea8fe7fb8c SHA512 21e0b9e7dc351a49ef735db17880f641bc55782dbf913e30bc5a95f13ac73f18d16b097842a62170feb17a5ef25369963e1fc70c1e8560ecc1c10590a46b4fb4 +DIST gpyutils-0.15.6.tar.gz 30755 BLAKE2B 6dfc92a9e1593f2f700432d1d683d47554e6f8217c29bdfca3296c603cf73be650eaacb5b3a1d51e0050218a5bcec7875524d416e11d9a4917062decf05378cc SHA512 8e40d13c19bc0ba6234ecfaca3455659a8e91256fdbda69b787f391836565db94aac00bf682d4b91d6f584bd89f5aecf2bdd4f0f734416af4033e84752c068b5 diff --git a/app-portage/gpyutils/gpyutils-0.15.6.ebuild b/app-portage/gpyutils/gpyutils-0.15.6.ebuild new file mode 100644 index 0000000000000..0bf203263d5af --- /dev/null +++ b/app-portage/gpyutils/gpyutils-0.15.6.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{12..14} ) + +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