dev-python/gpt-image: new package, add 0.9.0

Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean 2025-03-14 11:08:41 -07:00
parent 436c4b00af
commit 0e3d0ea4a5
No known key found for this signature in database
GPG Key ID: 953C4CCCF3EEBA80
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST gpt_image-0.9.0.tar.gz 30521 BLAKE2B 9065999f6b56ae650dee92f040b844b1c5e30d4b23cf49e48298e57f97295146c35300dfce961d8c2e436dfd3e21fc47c5a45907dab873e699c56bf178310e68 SHA512 11c8269aac757d54aada192f4b34fedd083dbc490d6a2c32f3f8c53113841ce357f610e8be402ed53618db7665a5fb801e85d1a70954e9b47d1228389446da5a

View File

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

View File

@ -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>python@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>chutzpah@gentoo.org</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>