Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/click-repl/
Date: Mon, 14 Jun 2021 02:27:39
Message-Id: 1623637651.c50239d5fd430e63c5f36a80147cdf01fc85c416.Alessandro-Barbieri@gentoo
1 commit: c50239d5fd430e63c5f36a80147cdf01fc85c416
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 14 02:27:11 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 14 02:27:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c50239d5
7
8 dev-python/click-repl: drop 0.1.6
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/click-repl/Manifest | 1 -
13 dev-python/click-repl/click-repl-0.1.6.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-python/click-repl/Manifest b/dev-python/click-repl/Manifest
17 index c4e6bdf68..ebae85399 100644
18 --- a/dev-python/click-repl/Manifest
19 +++ b/dev-python/click-repl/Manifest
20 @@ -1,2 +1 @@
21 -DIST click-repl-0.1.6.tar.gz 7044 BLAKE2B 707586110eaa68667567db8dea8c35752966195f504431842856e5e07fda32840f56cc85cd91446205ccc4d65bc99d8a54b96e76e1ff419c4d2eb38ef3392207 SHA512 e87268acae211aa4b19f59a04b771f4ef2e533024b35e3b05007cee44c9b8df0aa69f997524ac5b81df0edb56b95e2ab919ad6aef751987ade9fadb9eee41521
22 DIST click-repl-0.2.0.tar.gz 7014 BLAKE2B b02c7d858971f655ba880c6f66ff0a5c1b3c1aeb83782807c04d862430841761caa8a7a72d2d110a9706272cf2cd818b6976db14315c885bea95e8ef991ef9df SHA512 888ef2d4082cbecbdab70d707296b20d3dcc0a13fe06ef103fbe04a3f29381fe0f3284c2eb38c6d3eb8b026063cba470a519524e98b9eadd06a5946c669ffc3b
23
24 diff --git a/dev-python/click-repl/click-repl-0.1.6.ebuild b/dev-python/click-repl/click-repl-0.1.6.ebuild
25 deleted file mode 100644
26 index 7fe30e596..000000000
27 --- a/dev-python/click-repl/click-repl-0.1.6.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="7"
34 -
35 -PYTHON_COMPAT=( python3_{7..9} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Subcommand REPL for click apps"
39 -HOMEPAGE="
40 - https://github.com/click-contrib/click-repl
41 - https://pypi.org/project/click-repl
42 -"
43 -SRC_URI="https://github.com/click-contrib/click-repl/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -RESTRICT="test"
49 -DEPEND="
50 - dev-python/click
51 - dev-python/prompt_toolkit
52 - dev-python/six
53 -"
54 -RDEPEND="${DEPEND}"
55 -
56 -distutils_enable_tests pytest