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