Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparted/
Date: Sat, 28 Mar 2020 18:26:08
Message-Id: 1585418768.f8687d48ae224b931cdd4a70768743365baf36f7.mgorny@gentoo
1 commit: f8687d48ae224b931cdd4a70768743365baf36f7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 18:06:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:06:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8687d48
7
8 dev-python/pyparted: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyparted/Manifest | 3 ---
13 dev-python/pyparted/pyparted-3.11.2.ebuild | 33 ------------------------------
14 dev-python/pyparted/pyparted-3.11.3.ebuild | 30 ---------------------------
15 dev-python/pyparted/pyparted-3.11.4.ebuild | 30 ---------------------------
16 4 files changed, 96 deletions(-)
17
18 diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest
19 index 3c6291e667a..326c0ade048 100644
20 --- a/dev-python/pyparted/Manifest
21 +++ b/dev-python/pyparted/Manifest
22 @@ -1,5 +1,2 @@
23 DIST pyparted-3.10.7.tar.gz 99879 BLAKE2B f2d03415ec7623fbe25aeab70e53646aa5e576e9f20ac41ffe6c859be9572874579f5720b8d05191107f4143e2c6dd14d83a05798a345fa0ed8a81ce2634f599 SHA512 c57fed2a8d04511b12891fd59b6dd6840439aada7e5ebeab14a56e6e4f201c249046ee87d9d25af1b3f02960994efb0a2973f25928a9df85d48bbd1bc196ab07
24 -DIST pyparted-3.11.2.tar.gz 101318 BLAKE2B 0c79535d6f3a269d5dfdd6c31ec80569d8c7432cd058f90999ebfd61ef727762a395d902539c49744108e92ba1a351c1ec939c02188869bed6c808551a843f92 SHA512 de6e7387e3eb9c9cb11e01f475d2749d2ce22ec2f11386df20cafcf83f7e431828f2db936f29c717e42694ff390a592598893633156a21aa7c8d5700a3c9ece9
25 -DIST pyparted-3.11.3.tar.gz 105305 BLAKE2B 271d0ed91c187c66219f06e91def5e868d81494241a2e9137676162ffa388523f5cccb3ec6dfed655cb59da1ca56e7fde3bb9fafa227b86d8f7b279759fe237b SHA512 b10a89d076a27a074d606101dccb62176299dd8f9da75a5a4bf9c8a6683d2873b649d948736e991e4cfa21d43a54e7d2934da8e539ce8626ae5fd47e892ae286
26 -DIST pyparted-3.11.4.tar.gz 105345 BLAKE2B 55d41d44e286b6b737aeb65880996f8b69c99286cea672512a2f64118f346b38436de8e15fee45bf5ba8151155142a995e310549c6f3d47600351760d514dd3d SHA512 d0603235a0cfce6c93520eb8577f47f51c76016c396ed85cfa57777dfe0cf06c32605c91d7d0252e8910025347e1d3ebdec8c77d4b9db13ed380b7fdf0113de6
27 DIST pyparted-3.11.6.tar.gz 105633 BLAKE2B 8c74fb3521f94cf726365e91954c56a60bc418c0e18c3401dc525f942169b1c03ade5fa35d5053daf4a4568b373e9a8771e50c76ea5b51c2f6351ce62ed2bb21 SHA512 8c3a86efb21c212a8f227ae324896552f45568b8facdd76729f5acf15bf7d691c1b9ab9e46885e4fa4e0c4c7d60314e2abfcbff212e5dc158d27ce716dbd50fa
28
29 diff --git a/dev-python/pyparted/pyparted-3.11.2.ebuild b/dev-python/pyparted/pyparted-3.11.2.ebuild
30 deleted file mode 100644
31 index d3ac7bb90e1..00000000000
32 --- a/dev-python/pyparted/pyparted-3.11.2.ebuild
33 +++ /dev/null
34 @@ -1,33 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_6 )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python bindings for sys-block/parted"
43 -HOMEPAGE="https://github.com/rhinstaller/pyparted/"
44 -SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
49 -IUSE="test"
50 -RESTRICT="test"
51 -
52 -RDEPEND="
53 - >=sys-block/parted-3.1
54 - dev-python/decorator[${PYTHON_USEDEP}]
55 -"
56 -DEPEND="
57 - ${RDEPEND}
58 - virtual/pkgconfig
59 -"
60 -
61 -PATCHES=(
62 - "${FILESDIR}"/${PN}-3.10.3-greater.patch
63 -)
64 -
65 -python_test() {
66 - emake test
67 -}
68
69 diff --git a/dev-python/pyparted/pyparted-3.11.3.ebuild b/dev-python/pyparted/pyparted-3.11.3.ebuild
70 deleted file mode 100644
71 index 5dcdba1e16b..00000000000
72 --- a/dev-python/pyparted/pyparted-3.11.3.ebuild
73 +++ /dev/null
74 @@ -1,30 +0,0 @@
75 -# Copyright 1999-2020 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=7
79 -PYTHON_COMPAT=( python3_{6,8} )
80 -inherit distutils-r1 flag-o-matic
81 -
82 -DESCRIPTION="Python bindings for sys-block/parted"
83 -HOMEPAGE="https://github.com/rhinstaller/pyparted/"
84 -SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
85 -
86 -LICENSE="GPL-2+"
87 -SLOT="0"
88 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
89 -
90 -RDEPEND="
91 - >=sys-block/parted-3.1
92 - dev-python/decorator[${PYTHON_USEDEP}]
93 -"
94 -DEPEND="
95 - ${RDEPEND}
96 - virtual/pkgconfig
97 -"
98 -
99 -distutils_enable_tests unittest
100 -
101 -src_configure() {
102 - append-cflags -fcommon
103 - default
104 -}
105
106 diff --git a/dev-python/pyparted/pyparted-3.11.4.ebuild b/dev-python/pyparted/pyparted-3.11.4.ebuild
107 deleted file mode 100644
108 index 5dcdba1e16b..00000000000
109 --- a/dev-python/pyparted/pyparted-3.11.4.ebuild
110 +++ /dev/null
111 @@ -1,30 +0,0 @@
112 -# Copyright 1999-2020 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=7
116 -PYTHON_COMPAT=( python3_{6,8} )
117 -inherit distutils-r1 flag-o-matic
118 -
119 -DESCRIPTION="Python bindings for sys-block/parted"
120 -HOMEPAGE="https://github.com/rhinstaller/pyparted/"
121 -SRC_URI="https://github.com/rhinstaller/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
122 -
123 -LICENSE="GPL-2+"
124 -SLOT="0"
125 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
126 -
127 -RDEPEND="
128 - >=sys-block/parted-3.1
129 - dev-python/decorator[${PYTHON_USEDEP}]
130 -"
131 -DEPEND="
132 - ${RDEPEND}
133 - virtual/pkgconfig
134 -"
135 -
136 -distutils_enable_tests unittest
137 -
138 -src_configure() {
139 - append-cflags -fcommon
140 - default
141 -}