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/configshell-fb/
Date: Wed, 05 Aug 2020 15:10:40
Message-Id: 1596640024.9d574398d6ca6b9dd46c6808e006b57d36e6e2d1.mgorny@gentoo
1 commit: 9d574398d6ca6b9dd46c6808e006b57d36e6e2d1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 15:07:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 15:07:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d574398
7
8 dev-python/configshell-fb: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/configshell-fb/Manifest | 1 -
13 .../configshell-fb/configshell-fb-1.1.27.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/configshell-fb/Manifest b/dev-python/configshell-fb/Manifest
17 index 518fca3eaa6..2e0c19b3316 100644
18 --- a/dev-python/configshell-fb/Manifest
19 +++ b/dev-python/configshell-fb/Manifest
20 @@ -1,2 +1 @@
21 -DIST configshell-fb-1.1.27.tar.gz 57174 BLAKE2B 4f1f4dd6b641fc5843956b3d88f43456f326af16799b770b1224ba029903fb6bfb291101ae780f48fa126c9e5482b95e5e545121a11afc9d8535dd23be3445c1 SHA512 53d81b939f393f88141f2c158295a5297850e2a908b6124d085b2ae185a2093b877bffb0536a195b2743057bbd3131c75daeb90a4b83b6305baa89463e30c685
22 DIST configshell-fb-1.1.28.tar.gz 55076 BLAKE2B 8f7ab1b6172412dffd77d1ba89082f815b90167b5bc7e15c26c26a101e2e8a0ab5bc716c040f41124a9d5a5038b751e4cd882124d70fe2fda2b796ef43dc97c8 SHA512 7d05fdfca5646ec05d5f4b2ea499235237f5f3157c1330ed46dcc76ce8dea5cca0e3ec4d4376db2ec8358438737fb54286cb0c712c0f16637128670d2858dd4d
23
24 diff --git a/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild
25 deleted file mode 100644
26 index 54877c40994..00000000000
27 --- a/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild
28 +++ /dev/null
29 @@ -1,19 +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 -PYTHON_COMPAT=( python3_{6,7,8} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A Python library for building configuration shells"
39 -HOMEPAGE="https://github.com/open-iscsi/configshell-fb"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -
46 -RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]
47 - dev-python/six[${PYTHON_USEDEP}]
48 - dev-python/urwid[${PYTHON_USEDEP}]"