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: Thu, 31 Dec 2020 17:39:04
Message-Id: 1609436226.10a007eda35c4d375ae093eb8420a3cf93a8cbbe.mgorny@gentoo
1 commit: 10a007eda35c4d375ae093eb8420a3cf93a8cbbe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 17:37:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 17:37:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a007ed
7
8 dev-python/pyparted: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyparted/Manifest | 1 -
13 dev-python/pyparted/pyparted-3.11.6.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-python/pyparted/Manifest b/dev-python/pyparted/Manifest
17 index b362f135d67..0e3383b1f6b 100644
18 --- a/dev-python/pyparted/Manifest
19 +++ b/dev-python/pyparted/Manifest
20 @@ -1,2 +1 @@
21 -DIST pyparted-3.11.6.tar.gz 105633 BLAKE2B 8c74fb3521f94cf726365e91954c56a60bc418c0e18c3401dc525f942169b1c03ade5fa35d5053daf4a4568b373e9a8771e50c76ea5b51c2f6351ce62ed2bb21 SHA512 8c3a86efb21c212a8f227ae324896552f45568b8facdd76729f5acf15bf7d691c1b9ab9e46885e4fa4e0c4c7d60314e2abfcbff212e5dc158d27ce716dbd50fa
22 DIST pyparted-3.11.7.tar.gz 105671 BLAKE2B ffe7869c7ac85f291314d0381e18ca6a732eca2cee3d31fe31a89b8b1c1c671f97a06a586f235ee67244388ab214a7e51c67951a5c1eb79fb1b448f6a004381c SHA512 147fdc45d47faaee574a7b0268a218eef49be929a147d20adf85cc0302d94e57e98e02072591ca035cad7efe164e7dd87bd1a31504f5cff8575f18d4469dc2b0
23
24 diff --git a/dev-python/pyparted/pyparted-3.11.6.ebuild b/dev-python/pyparted/pyparted-3.11.6.ebuild
25 deleted file mode 100644
26 index 2e7323d89b2..00000000000
27 --- a/dev-python/pyparted/pyparted-3.11.6.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DISTUTILS_USE_SETUPTOOLS=no
36 -PYTHON_COMPAT=( python3_{6..9} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Python bindings for sys-block/parted"
40 -HOMEPAGE="https://github.com/dcantrell/pyparted/"
41 -SRC_URI="https://github.com/dcantrell/pyparted/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
46 -
47 -DEPEND="
48 - >=sys-block/parted-3.2
49 -"
50 -RDEPEND="
51 - ${DEPEND}
52 - dev-python/decorator[${PYTHON_USEDEP}]
53 -"
54 -BDEPEND="
55 - test? ( dev-python/six[${PYTHON_USEDEP}] )
56 - virtual/pkgconfig
57 -"
58 -
59 -distutils_enable_tests unittest