commit: 24928e0e8bd74de4c706b283e5f0e3e317944e40
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 01:26:03 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 30 01:26:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24928e0e
dev-python/gpt-image: Bump to 0.9.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gpt-image/Manifest | 1 +
dev-python/gpt-image/gpt-image-0.9.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/gpt-image/Manifest b/dev-python/gpt-image/Manifest
index 9f773ebd5ac4..ab14b3941a23 100644
--- a/dev-python/gpt-image/Manifest
+++ b/dev-python/gpt-image/Manifest
@@ -1 +1,2 @@
DIST gpt_image-0.9.0.tar.gz 30521 BLAKE2B
9065999f6b56ae650dee92f040b844b1c5e30d4b23cf49e48298e57f97295146c35300dfce961d8c2e436dfd3e21fc47c5a45907dab873e699c56bf178310e68
SHA512
11c8269aac757d54aada192f4b34fedd083dbc490d6a2c32f3f8c53113841ce357f610e8be402ed53618db7665a5fb801e85d1a70954e9b47d1228389446da5a
+DIST gpt_image-0.9.1.tar.gz 29484 BLAKE2B
00c57386bfd856940224174a57e9fc0d7c81c353957dcb4dc6aa0887f31e1d2f424285e730b1b6deed1e1df22e5d238ca978a8d5c26bf752da615af668f17d99
SHA512
0b1b209f1dac5d6955177ef5a696b01f8f7fe24652d436bb363e04b9144cc56352f4c39a7cda562308495a772886dae538d4e8e0bd7fa788d8101f01425a9d08
diff --git a/dev-python/gpt-image/gpt-image-0.9.1.ebuild
b/dev-python/gpt-image/gpt-image-0.9.1.ebuild
new file mode 100644
index 000000000000..b239c795c2f6
--- /dev/null
+++ b/dev-python/gpt-image/gpt-image-0.9.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{13..14}t python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Tool to create GPT disk image files"
+HOMEPAGE="
+ https://pypi.org/project/gpt-image/
+ https://github.com/swysocki/gpt-image
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest