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, 01 May 2022 12:56:25
Message-Id: 1651409597.5fc57b797afbc461d01dc224f4f976e9dae05d6a.mgorny@gentoo
1 commit: 5fc57b797afbc461d01dc224f4f976e9dae05d6a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 12:53:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 12:53:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc57b79
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 | 3 ---
13 dev-python/click/click-8.0.4.ebuild | 30 ------------------------------
14 dev-python/click/click-8.1.0.ebuild | 30 ------------------------------
15 dev-python/click/click-8.1.1.ebuild | 30 ------------------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/dev-python/click/Manifest b/dev-python/click/Manifest
19 index b5f1c1ff93b9..823224714f11 100644
20 --- a/dev-python/click/Manifest
21 +++ b/dev-python/click/Manifest
22 @@ -1,6 +1,3 @@
23 DIST click-7.1.2.tar.gz 295757 BLAKE2B aea76d5378cfa49fe58a83132737d609d48b3d3a71ec65c0a8a144c7a0e244b5bdf0196ffe2150889b82edda20c3f1faa3c84a227fc9ef459a5a9646cff86129 SHA512 d0caf2fb0a258774a18a7b8f83bdfa73abeb70196a70b45a6cc35befaeb862d068d2f2cce4e27201ab2e3adcd02e7e2f099d6c37c497a507010eefa10ad16eba
24 -DIST click-8.0.4.tar.gz 332977 BLAKE2B 71366fa8436fb6997675ecb84d98f43b40a646466f0f9f7a51f145bd6a41950836df30a545e50ab6166f3643766c994f5a636b9a2b6e0a700eec04d377aced25 SHA512 2a572863814ef4f79ee408d4aa8df30a15b958986c4615e13bdeab30b4847679330e1b3baeeeff1aa80464a08418400c7a1ff22f29db4fc8d8042ab7b1ba475c
25 -DIST click-8.1.0.tar.gz 333449 BLAKE2B c0f5dfb245c5c8a71e9aa5200393d021f4e77ae73fa9a8cdef4abc35546d2ff0b7b1322776002dc28b37e8311141fc3db8a39b5cfbb8947781326b6417494563 SHA512 7d9fcd74392baa55e0fd9050e7382d4b8b542856d4fee79ec5a4d6185ddeb47abaed1de6771e30aaec6cee5cff7166dd8ab7fefbc6aefa1856adc58b9fecc0c7
26 -DIST click-8.1.1.tar.gz 333663 BLAKE2B c7b0de884c3ea5365d3227f5a4e81a41531dfa100705b203745bed15826cc7e9ace112c959ab5f4eabac510623d83ceeedf6ea36a40aaf8f997cbb6b3ba1abfb SHA512 b553d140f1425001575d7584367bd90cea6d20760b4a811efb0fb164f0d62d631f54514b033ceb1130d510f35cfb330f4af6d93d1e70dd1ea929b878304b9140
27 DIST click-8.1.2.gh.tar.gz 333755 BLAKE2B cf579db101e296a0626445e0823d8c72bc6cd40f0ec667c3179465050d0aa7d7a94ed1416d583f7c9afde8e5ea41738c26b000f87c95074a9d93837c039d687a SHA512 8781965212a0732990e47050db8ae5e37633986b23cd7895d74f06007c61993f8ea45183376761987931caf00dd68c22900bc8d3930d4416853374cfd170a0e5
28 DIST click-8.1.3.gh.tar.gz 333961 BLAKE2B ed80d9be1e5740f1e4af62e97cd78488dc99d59da4a6dc9c99fb62b08c32ca2b889e3678a2841052922d102d8ac83df19e3e2d0ff41c46387e695d3718c7702d SHA512 29194ee3877e013a2fe1037870522c5b5a78136ca60da9109f29312a3e52c767867f5eec2d90ca385cd0508f77555b9d6ad8f5141dc31900ddc9307a2207a818
29
30 diff --git a/dev-python/click/click-8.0.4.ebuild b/dev-python/click/click-8.0.4.ebuild
31 deleted file mode 100644
32 index b9b231e6e34d..000000000000
33 --- a/dev-python/click/click-8.0.4.ebuild
34 +++ /dev/null
35 @@ -1,30 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -DISTUTILS_USE_PEP517=setuptools
42 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="A Python package for creating beautiful command line interfaces"
47 -SRC_URI="https://github.com/pallets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/"
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 -distutils_enable_tests pytest
61 -
62 -python_install_all() {
63 - use examples && dodoc -r examples
64 - distutils-r1_python_install_all
65 -}
66
67 diff --git a/dev-python/click/click-8.1.0.ebuild b/dev-python/click/click-8.1.0.ebuild
68 deleted file mode 100644
69 index 88f5b3d0969b..000000000000
70 --- a/dev-python/click/click-8.1.0.ebuild
71 +++ /dev/null
72 @@ -1,30 +0,0 @@
73 -# Copyright 1999-2022 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=8
77 -
78 -DISTUTILS_USE_PEP517=setuptools
79 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="A Python package for creating beautiful command line interfaces"
84 -SRC_URI="https://github.com/pallets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
85 -HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/"
86 -
87 -LICENSE="BSD"
88 -SLOT="0"
89 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
90 -IUSE="examples"
91 -
92 -distutils_enable_sphinx docs \
93 - '>=dev-python/docutils-0.14' \
94 - dev-python/pallets-sphinx-themes \
95 - dev-python/sphinxcontrib-log_cabinet \
96 - dev-python/sphinx-issues
97 -distutils_enable_tests pytest
98 -
99 -python_install_all() {
100 - use examples && dodoc -r examples
101 - distutils-r1_python_install_all
102 -}
103
104 diff --git a/dev-python/click/click-8.1.1.ebuild b/dev-python/click/click-8.1.1.ebuild
105 deleted file mode 100644
106 index 88f5b3d0969b..000000000000
107 --- a/dev-python/click/click-8.1.1.ebuild
108 +++ /dev/null
109 @@ -1,30 +0,0 @@
110 -# Copyright 1999-2022 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=8
114 -
115 -DISTUTILS_USE_PEP517=setuptools
116 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
117 -
118 -inherit distutils-r1
119 -
120 -DESCRIPTION="A Python package for creating beautiful command line interfaces"
121 -SRC_URI="https://github.com/pallets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
122 -HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/"
123 -
124 -LICENSE="BSD"
125 -SLOT="0"
126 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
127 -IUSE="examples"
128 -
129 -distutils_enable_sphinx docs \
130 - '>=dev-python/docutils-0.14' \
131 - dev-python/pallets-sphinx-themes \
132 - dev-python/sphinxcontrib-log_cabinet \
133 - dev-python/sphinx-issues
134 -distutils_enable_tests pytest
135 -
136 -python_install_all() {
137 - use examples && dodoc -r examples
138 - distutils-r1_python_install_all
139 -}