From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/pyparted/Manifest | 1 + dev-python/pyparted/metadata.xml | 13 +++++++++++ dev-python/pyparted/pyparted-3.13.0.ebuild | 36 ++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 dev-python/pyparted/Manifest create mode 100644 dev-python/pyparted/metadata.xml create mode 100644 dev-python/pyparted/pyparted-3.13.0.ebuild (limited to 'dev-python/pyparted') diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest new file mode 100644 index 000000000000..f4c969518079 --- /dev/null +++ b/dev-python/pyparted/Manifest @@ -0,0 +1 @@ +DIST pyparted-3.13.0.gh.tar.gz 105838 BLAKE2B 37ba0004a36c6e9d417d3400bb2a91b2903050fa81e4deb0ef0f34232a1d59278f5074ce83e9ba03dc598fb9dae632a01d4d620837600543b130754dd0284463 SHA512 26819e28d73420937874f52fda03eb50ab1b136574ea9867a69d46ae4976d38c4f26a2697fa70597eed90dd78a5ea209bafcc3227a17a7a5d63cff6d107c2b11 diff --git a/dev-python/pyparted/metadata.xml b/dev-python/pyparted/metadata.xml new file mode 100644 index 000000000000..309fa0e63ca8 --- /dev/null +++ b/dev-python/pyparted/metadata.xml @@ -0,0 +1,13 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + python@gentoo.org + Python + + baldeagleos-repo + diff --git a/dev-python/pyparted/pyparted-3.13.0.ebuild b/dev-python/pyparted/pyparted-3.13.0.ebuild new file mode 100644 index 000000000000..29fa20564944 --- /dev/null +++ b/dev-python/pyparted/pyparted-3.13.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for sys-block/parted" +HOMEPAGE=" + https://github.com/dcantrell/pyparted/ + https://pypi.org/project/pyparted/ +" +SRC_URI=" + https://github.com/dcantrell/pyparted/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86" + +DEPEND=" + >=sys-block/parted-3.4 +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + virtual/pkgconfig +" + +distutils_enable_tests unittest -- cgit v1.3.1