Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/
Date: Sat, 26 Mar 2022 18:14:57
Message-Id: 1648318118.b2c42ce9a167968bd8c232c70459d28a71ba6121.arthurzam@gentoo
1 commit: b2c42ce9a167968bd8c232c70459d28a71ba6121
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 18:08:38 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 18:08:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c42ce9
7
8 dev-python/click: drop 8.0.3
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/click/Manifest | 1 -
13 dev-python/click/click-8.0.3.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/click/Manifest b/dev-python/click/Manifest
17 index 49840abb5337..601cb7aa18f9 100644
18 --- a/dev-python/click/Manifest
19 +++ b/dev-python/click/Manifest
20 @@ -1,3 +1,2 @@
21 DIST click-7.1.2.tar.gz 295757 BLAKE2B aea76d5378cfa49fe58a83132737d609d48b3d3a71ec65c0a8a144c7a0e244b5bdf0196ffe2150889b82edda20c3f1faa3c84a227fc9ef459a5a9646cff86129 SHA512 d0caf2fb0a258774a18a7b8f83bdfa73abeb70196a70b45a6cc35befaeb862d068d2f2cce4e27201ab2e3adcd02e7e2f099d6c37c497a507010eefa10ad16eba
22 -DIST click-8.0.3.tar.gz 332553 BLAKE2B d0ac16196dd80ca452a5fbab2304cabc2dd6b493789a43c2d69f152c85f247e8512e965683d4d2cab9b59188766ee9950c0d47812b7ca03c30d873f54bc48076 SHA512 73d29b73d5f90132282753fa1b53f42a690ebf713e8e4f2e3ff3c8820ef71ed82c5165bf61563341170a263c4202adb5690540fdeb6501fb9d81d2db06a5e89e
23 DIST click-8.0.4.tar.gz 332977 BLAKE2B 71366fa8436fb6997675ecb84d98f43b40a646466f0f9f7a51f145bd6a41950836df30a545e50ab6166f3643766c994f5a636b9a2b6e0a700eec04d377aced25 SHA512 2a572863814ef4f79ee408d4aa8df30a15b958986c4615e13bdeab30b4847679330e1b3baeeeff1aa80464a08418400c7a1ff22f29db4fc8d8042ab7b1ba475c
24
25 diff --git a/dev-python/click/click-8.0.3.ebuild b/dev-python/click/click-8.0.3.ebuild
26 deleted file mode 100644
27 index 4194f6b92a1c..000000000000
28 --- a/dev-python/click/click-8.0.3.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A Python package for creating beautiful command line interfaces"
40 -SRC_URI="https://github.com/pallets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
46 -IUSE="examples"
47 -
48 -distutils_enable_sphinx docs \
49 - '>=dev-python/docutils-0.14' \
50 - dev-python/pallets-sphinx-themes \
51 - dev-python/sphinxcontrib-log_cabinet \
52 - dev-python/sphinx-issues
53 -distutils_enable_tests pytest
54 -
55 -python_install_all() {
56 - use examples && dodoc -r examples
57 - distutils-r1_python_install_all
58 -}