commit: 0e3d0ea4a5452ebb7b51d4597a710bad0a49ed3b
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 14 18:08:41 2025 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Mar 14 18:08:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3d0ea4
dev-python/gpt-image: new package, add 0.9.0
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/gpt-image/Manifest | 1 +
dev-python/gpt-image/gpt-image-0.9.0.ebuild | 21 +++++++++++++++++++++
dev-python/gpt-image/metadata.xml | 16 ++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/dev-python/gpt-image/Manifest b/dev-python/gpt-image/Manifest
new file mode 100644
index 000000000000..9f773ebd5ac4
--- /dev/null
+++ b/dev-python/gpt-image/Manifest
@@ -0,0 +1 @@
+DIST gpt_image-0.9.0.tar.gz 30521 BLAKE2B
9065999f6b56ae650dee92f040b844b1c5e30d4b23cf49e48298e57f97295146c35300dfce961d8c2e436dfd3e21fc47c5a45907dab873e699c56bf178310e68
SHA512
11c8269aac757d54aada192f4b34fedd083dbc490d6a2c32f3f8c53113841ce357f610e8be402ed53618db7665a5fb801e85d1a70954e9b47d1228389446da5a
diff --git a/dev-python/gpt-image/gpt-image-0.9.0.ebuild
b/dev-python/gpt-image/gpt-image-0.9.0.ebuild
new file mode 100644
index 000000000000..857babdaa26c
--- /dev/null
+++ b/dev-python/gpt-image/gpt-image-0.9.0.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 python3_13t python3_{10..13} )
+
+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
diff --git a/dev-python/gpt-image/metadata.xml
b/dev-python/gpt-image/metadata.xml
new file mode 100644
index 000000000000..453aebf9a3bf
--- /dev/null
+++ b/dev-python/gpt-image/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Patrick McLean</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">gpt-image</remote-id>
+ <remote-id type="github">swysocki/gpt-image</remote-id>
+ </upstream>
+</pkgmetadata>