diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-20 15:53:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-20 15:53:46 +0200 |
commit | 388ee9d1a91208efe0038c679e5f16f5b29d65f9 (patch) | |
tree | d7516c525f569ab63a33a92334f573a1b0a2f4e2 /dev-python/pyparted | |
parent | dev-python/pyocr: Remove old (diff) | |
download | gentoo-388ee9d1a91208efe0038c679e5f16f5b29d65f9.tar.gz gentoo-388ee9d1a91208efe0038c679e5f16f5b29d65f9.tar.bz2 gentoo-388ee9d1a91208efe0038c679e5f16f5b29d65f9.zip |
dev-python/pyparted: Bump to 3.13.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.13.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest index 12897ca84dcc..4fcb1360a872 100644 --- a/dev-python/pyparted/Manifest +++ b/dev-python/pyparted/Manifest @@ -1 +1,2 @@ DIST pyparted-3.12.0.tar.gz 106440 BLAKE2B 824223e385a6f1bfd9c01dc4c665ddeca5b73bbc2e65a9ade8086393f3dc0ebdc11528beabe7eeec8d0b8172b49db15ad8c34425efe4db47439f1b5617f9c55c SHA512 c1779c16868799bbff0905ea908db668823d1c238b9a06bcd62b24f9681fdd1e9378e904a91eb5e426a6e264cf1f2feee984a514e9098bf10147643bf58aa918 +DIST pyparted-3.13.0.gh.tar.gz 105838 BLAKE2B 37ba0004a36c6e9d417d3400bb2a91b2903050fa81e4deb0ef0f34232a1d59278f5074ce83e9ba03dc598fb9dae632a01d4d620837600543b130754dd0284463 SHA512 26819e28d73420937874f52fda03eb50ab1b136574ea9867a69d46ae4976d38c4f26a2697fa70597eed90dd78a5ea209bafcc3227a17a7a5d63cff6d107c2b11 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..c2c64b39a2ca --- /dev/null +++ b/dev-python/pyparted/pyparted-3.13.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 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_{10..12} ) + +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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=" + >=sys-block/parted-3.4 +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + virtual/pkgconfig +" + +distutils_enable_tests unittest |