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/click/
Date: Tue, 31 May 2022 07:23:03
Message-Id: 1653981773.f7411fbd89a0b5e9951549f83ccb9353921f89ab.mgorny@gentoo
1 commit: f7411fbd89a0b5e9951549f83ccb9353921f89ab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:21:15 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:22:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7411fbd
7
8 dev-python/click: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/click/Manifest | 1 -
13 dev-python/click/click-8.1.2.ebuild | 37 -------------------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/dev-python/click/Manifest b/dev-python/click/Manifest
17 index 473f2535c46c..a1471fcfb1f5 100644
18 --- a/dev-python/click/Manifest
19 +++ b/dev-python/click/Manifest
20 @@ -1,2 +1 @@
21 -DIST click-8.1.2.gh.tar.gz 333755 BLAKE2B cf579db101e296a0626445e0823d8c72bc6cd40f0ec667c3179465050d0aa7d7a94ed1416d583f7c9afde8e5ea41738c26b000f87c95074a9d93837c039d687a SHA512 8781965212a0732990e47050db8ae5e37633986b23cd7895d74f06007c61993f8ea45183376761987931caf00dd68c22900bc8d3930d4416853374cfd170a0e5
22 DIST click-8.1.3.gh.tar.gz 333961 BLAKE2B ed80d9be1e5740f1e4af62e97cd78488dc99d59da4a6dc9c99fb62b08c32ca2b889e3678a2841052922d102d8ac83df19e3e2d0ff41c46387e695d3718c7702d SHA512 29194ee3877e013a2fe1037870522c5b5a78136ca60da9109f29312a3e52c767867f5eec2d90ca385cd0508f77555b9d6ad8f5141dc31900ddc9307a2207a818
23
24 diff --git a/dev-python/click/click-8.1.2.ebuild b/dev-python/click/click-8.1.2.ebuild
25 deleted file mode 100644
26 index 8ce250854131..000000000000
27 --- a/dev-python/click/click-8.1.2.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A Python package for creating beautiful command line interfaces"
41 -HOMEPAGE="
42 - https://palletsprojects.com/p/click/
43 - https://pypi.org/project/click/
44 -"
45 -SRC_URI="
46 - https://github.com/pallets/${PN}/archive/${PV}.tar.gz
47 - -> ${P}.gh.tar.gz
48 -"
49 -
50 -LICENSE="BSD"
51 -SLOT="0"
52 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
53 -IUSE="examples"
54 -
55 -distutils_enable_sphinx docs \
56 - '>=dev-python/docutils-0.14' \
57 - dev-python/pallets-sphinx-themes \
58 - dev-python/sphinxcontrib-log_cabinet \
59 - dev-python/sphinx-issues \
60 - dev-python/sphinx-tabs
61 -distutils_enable_tests pytest
62 -
63 -python_install_all() {
64 - use examples && dodoc -r examples
65 - distutils-r1_python_install_all
66 -}