commit:     b92c228e2815f2564d38f035044af0e522a585dc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 16:39:44 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 16:40:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92c228e

app-portage/gpyutils: Bump to 0.13.2

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

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

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 31f8a41bf10f..6107ad65bbf2 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.13.1.gh.tar.gz 31758 BLAKE2B 
a7eb282dff3b65e7cdf50c3ae5d787a4cdc49bda2030d88525b5d1752eafb5b9548873832512f3b9449eeef26198adea89b8e339e997a002eea32215c8a5b783
 SHA512 
0126f6f1253d39dca6ff2c2191c44831c562494883b8d6e48b6b313914689f5389acc2fde2eba21d538a452d3eea3ee92057ca1ba2edb72bd293b6731f4959ef
+DIST gpyutils-0.13.2.gh.tar.gz 32005 BLAKE2B 
a434bac2ac39a659ed92ea0c6797fe564ffd4a88f45c372ef95fb7fb5ee1774c504bcaa3558b7a7e1cd223e44dc1204cc58f16e893679f0a9b39d42f4d2c076d
 SHA512 
53da160a2fbe12b29a47cac414d5fc1c790ea39f0a44930c5cbd2c6ba4a7710424dd825210af8ec7625e5f4a9247cdbe2ab97dcb339204f0d2291bf14af985aa

diff --git a/app-portage/gpyutils/gpyutils-0.13.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.2.ebuild
new file mode 100644
index 000000000000..9265600a029d
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.13.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..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}]
+"
+
+distutils_enable_tests pytest

Reply via email to