mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/gpt-image: new package, add 0.9.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
parent
436c4b00af
commit
0e3d0ea4a5
1
dev-python/gpt-image/Manifest
Normal file
1
dev-python/gpt-image/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST gpt_image-0.9.0.tar.gz 30521 BLAKE2B 9065999f6b56ae650dee92f040b844b1c5e30d4b23cf49e48298e57f97295146c35300dfce961d8c2e436dfd3e21fc47c5a45907dab873e699c56bf178310e68 SHA512 11c8269aac757d54aada192f4b34fedd083dbc490d6a2c32f3f8c53113841ce357f610e8be402ed53618db7665a5fb801e85d1a70954e9b47d1228389446da5a
|
||||||
21
dev-python/gpt-image/gpt-image-0.9.0.ebuild
Normal file
21
dev-python/gpt-image/gpt-image-0.9.0.ebuild
Normal 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
|
||||||
16
dev-python/gpt-image/metadata.xml
Normal file
16
dev-python/gpt-image/metadata.xml
Normal 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>
|
||||||
Loading…
x
Reference in New Issue
Block a user