summaryrefslogtreecommitdiff
path: root/dev-python/pyparted
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /dev-python/pyparted
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r--dev-python/pyparted/Manifest4
-rw-r--r--dev-python/pyparted/pyparted-3.11.7-r1.ebuild31
-rw-r--r--dev-python/pyparted/pyparted-3.12.0.ebuild2
3 files changed, 2 insertions, 35 deletions
diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest
index fcc80461472a..29b2f87224cd 100644
--- a/dev-python/pyparted/Manifest
+++ b/dev-python/pyparted/Manifest
@@ -1,5 +1,3 @@
-DIST pyparted-3.11.7.tar.gz 105671 BLAKE2B ffe7869c7ac85f291314d0381e18ca6a732eca2cee3d31fe31a89b8b1c1c671f97a06a586f235ee67244388ab214a7e51c67951a5c1eb79fb1b448f6a004381c SHA512 147fdc45d47faaee574a7b0268a218eef49be929a147d20adf85cc0302d94e57e98e02072591ca035cad7efe164e7dd87bd1a31504f5cff8575f18d4469dc2b0
DIST pyparted-3.12.0.tar.gz 106440 BLAKE2B 824223e385a6f1bfd9c01dc4c665ddeca5b73bbc2e65a9ade8086393f3dc0ebdc11528beabe7eeec8d0b8172b49db15ad8c34425efe4db47439f1b5617f9c55c SHA512 c1779c16868799bbff0905ea908db668823d1c238b9a06bcd62b24f9681fdd1e9378e904a91eb5e426a6e264cf1f2feee984a514e9098bf10147643bf58aa918
-EBUILD pyparted-3.11.7-r1.ebuild 678 BLAKE2B a39733995a9a004b3966190d4db326a1b1e1b8017dd605e7423d43b680797424fdfa243fe547b0e8e07775d795dccbc108d0c6a3b9be88ad715acf6283a98c7d SHA512 b70273ac3cdbf6e04660c839ab4ad466fb91dc27a43945d9cacebbed55c6c2becdb7c9bbcbd93a42eadc0ec53c8d3c1be262d2eecae75e3558bddad6c9edd122
-EBUILD pyparted-3.12.0.ebuild 643 BLAKE2B 53622e8917b81bc0333486c7848061bbe76f20b2f47452873e9b2e6a7da7b507f5622d44d78ea5e16b6c3f83ead9d796beb3e4af22855e35d0fa99b2bf035c5e SHA512 1148d7a777541a196bff9b0e8e4cad794a15fa40866ce1371650f7273b82faec0d05a387f0f71cf0d3e1147c361e6526fcaa0cb5ab9fe8a6283dbaf86e1e5fe8
+EBUILD pyparted-3.12.0.ebuild 638 BLAKE2B 11687aa440e396a1ea1625597ce47955acfc923dfb726631f489449a707ab4772e84a0b1dc7d199e4cb433544a7ef70f27e075777ac08e1716919a51d3166518 SHA512 8cf097b68adb520fefa0dc98fa14325479c8875d27744cc8be24101c07399f2232c18961ee33f52693b21aab8b47b51b01274282bf31ff38f71f22fbe90c0d22
MISC metadata.xml 377 BLAKE2B 39af16d9a89626b161538ff81b17c7017bb4fb13d7c4eecaa9348e263015154c465c547a87c50a746e8e88b32a841fe3bb6c37a5625972e49750d11ade27f676 SHA512 fc05a74fa0baf09ce7720cf8e485fd6ac15cde36d49242942d4d9160c763d19fdd5f17baaefb2af62b0129529c7ad1322b815544fed7065c95447e4f7548c253
diff --git a/dev-python/pyparted/pyparted-3.11.7-r1.ebuild b/dev-python/pyparted/pyparted-3.11.7-r1.ebuild
deleted file mode 100644
index a2ca0690228b..000000000000
--- a/dev-python/pyparted/pyparted-3.11.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for sys-block/parted"
-HOMEPAGE="https://github.com/dcantrell/pyparted/"
-SRC_URI="https://github.com/dcantrell/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-
-DEPEND="
- >=sys-block/parted-3.2
-"
-RDEPEND="
- ${DEPEND}
- dev-python/decorator[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? ( dev-python/six[${PYTHON_USEDEP}] )
- virtual/pkgconfig
-"
-
-distutils_enable_tests unittest
diff --git a/dev-python/pyparted/pyparted-3.12.0.ebuild b/dev-python/pyparted/pyparted-3.12.0.ebuild
index 2496d9e96f86..b5b6bf30658b 100644
--- a/dev-python/pyparted/pyparted-3.12.0.ebuild
+++ b/dev-python/pyparted/pyparted-3.12.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/dcantrell/pyparted/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
DEPEND="
>=sys-block/parted-3.4