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/pygments/
Date: Sat, 05 Feb 2022 17:28:29
Message-Id: 1644082098.a91061c3e2dad93d57fadaf2356f50fb86768a68.mgorny@gentoo
1 commit: a91061c3e2dad93d57fadaf2356f50fb86768a68
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 5 17:27:28 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 5 17:28:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91061c3
7
8 dev-python/pygments: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pygments/Manifest | 3 ---
13 dev-python/pygments/pygments-2.10.0.ebuild | 33 --------------------------
14 dev-python/pygments/pygments-2.11.0.ebuild | 37 ------------------------------
15 dev-python/pygments/pygments-2.11.1.ebuild | 37 ------------------------------
16 4 files changed, 110 deletions(-)
17
18 diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
19 index e01e1cf81987..a6c3f8ed0b90 100644
20 --- a/dev-python/pygments/Manifest
21 +++ b/dev-python/pygments/Manifest
22 @@ -1,4 +1 @@
23 -DIST Pygments-2.10.0.tar.gz 4052321 BLAKE2B 003d13344a2c5fe448a23d7bb45a401dc839cac10be262f5831c9547444d395811c92b74d1b18663a11a2e6cedf29b5a74cbd75267157429d61375bd9df6eb49 SHA512 28fdf35e333717795f199e0ef936d6df16ac0752324839ac36cabd2f9f6759a57663527d37f1c2f470258d63c3cf190f6dd4b631b21c849fc76575036fbdae12
24 -DIST Pygments-2.11.0.tar.gz 4157814 BLAKE2B de70a1de48083a9a0f281e4eb7f164cb551bd2fa2e7682c26c4513e1ebadf9da4ba6b2ccb50cc16955df484d313dff2b0431d6de2f5590c59c775f9ebd3884db SHA512 761b722cdcbc41bc730843e8120ae3c0d634db9918c1c1870d89b79002b55f245c896ed9301c44b665e573a8584d5f8504623fe9d4c63820b57a2cfcae576b33
25 -DIST Pygments-2.11.1.tar.gz 4206490 BLAKE2B 116efe4eb71b276eb860a1de04191b8cb01abc0c879a764715d6d6290a523360c7b195e81a6f32516ad5830410534f2ad01498393c36959ce934e1ccf1520fb9 SHA512 77bc1c7fa10ce945591f6d0546f0e9da8d65df58954348fe3b5a4dd8628c9697bd500e74eec3e2a095c5cb3378b8dee1cb0396cd52d7c36c0f2ca719a6d023b9
26 DIST Pygments-2.11.2.tar.gz 4206258 BLAKE2B d9b7ac03ab564051df8eebf390586387d824584f5485eb6af2048cec181412fe2812409251c9c042421125a2579d9ac6de4006c1c0de025ed7b010482482b9f9 SHA512 606ff0c35fa47882f4c5c3794827132e1ee6ccbb4895ae858f9c93ea0c92b73163c9f4d630b51a8bb782ba0b4944a66d1059ad5d017d3191a0a5b30c1e5b8f9f
27
28 diff --git a/dev-python/pygments/pygments-2.10.0.ebuild b/dev-python/pygments/pygments-2.10.0.ebuild
29 deleted file mode 100644
30 index b2ee01ec01fd..000000000000
31 --- a/dev-python/pygments/pygments-2.10.0.ebuild
32 +++ /dev/null
33 @@ -1,33 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
40 -inherit distutils-r1 bash-completion-r1
41 -
42 -MY_P=${P^}
43 -DESCRIPTION="Pygments is a syntax highlighting package written in Python"
44 -HOMEPAGE="
45 - https://pygments.org/
46 - https://github.com/pygments/pygments/
47 - https://pypi.org/project/Pygments/"
48 -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
49 -S=${WORKDIR}/${MY_P}
50 -
51 -LICENSE="BSD"
52 -SLOT="0"
53 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 -
55 -BDEPEND="
56 - test? (
57 - virtual/ttf-fonts
58 - )"
59 -
60 -distutils_enable_sphinx doc
61 -distutils_enable_tests pytest
62 -
63 -python_install_all() {
64 - distutils-r1_python_install_all
65 - newbashcomp external/pygments.bashcomp pygmentize
66 -}
67
68 diff --git a/dev-python/pygments/pygments-2.11.0.ebuild b/dev-python/pygments/pygments-2.11.0.ebuild
69 deleted file mode 100644
70 index 2deb8e14f9ae..000000000000
71 --- a/dev-python/pygments/pygments-2.11.0.ebuild
72 +++ /dev/null
73 @@ -1,37 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
80 -inherit distutils-r1 bash-completion-r1
81 -
82 -MY_P=${P^}
83 -DESCRIPTION="Pygments is a syntax highlighting package written in Python"
84 -HOMEPAGE="
85 - https://pygments.org/
86 - https://github.com/pygments/pygments/
87 - https://pypi.org/project/Pygments/"
88 -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
89 -S=${WORKDIR}/${MY_P}
90 -
91 -LICENSE="BSD"
92 -SLOT="0"
93 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc"
94 -
95 -BDEPEND="
96 - test? (
97 - dev-python/lxml[${PYTHON_USEDEP}]
98 - dev-python/pillow[${PYTHON_USEDEP}]
99 - dev-python/wcag-contrast-ratio[${PYTHON_USEDEP}]
100 - virtual/ttf-fonts
101 - )"
102 -
103 -distutils_enable_sphinx doc \
104 - dev-python/wcag-contrast-ratio
105 -distutils_enable_tests pytest
106 -
107 -python_install_all() {
108 - distutils-r1_python_install_all
109 - newbashcomp external/pygments.bashcomp pygmentize
110 -}
111
112 diff --git a/dev-python/pygments/pygments-2.11.1.ebuild b/dev-python/pygments/pygments-2.11.1.ebuild
113 deleted file mode 100644
114 index d278cefb452e..000000000000
115 --- a/dev-python/pygments/pygments-2.11.1.ebuild
116 +++ /dev/null
117 @@ -1,37 +0,0 @@
118 -# Copyright 1999-2022 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=8
122 -
123 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
124 -inherit distutils-r1 bash-completion-r1
125 -
126 -MY_P=${P^}
127 -DESCRIPTION="Pygments is a syntax highlighting package written in Python"
128 -HOMEPAGE="
129 - https://pygments.org/
130 - https://github.com/pygments/pygments/
131 - https://pypi.org/project/Pygments/"
132 -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
133 -S=${WORKDIR}/${MY_P}
134 -
135 -LICENSE="BSD"
136 -SLOT="0"
137 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc"
138 -
139 -BDEPEND="
140 - test? (
141 - dev-python/lxml[${PYTHON_USEDEP}]
142 - dev-python/pillow[${PYTHON_USEDEP}]
143 - dev-python/wcag-contrast-ratio[${PYTHON_USEDEP}]
144 - virtual/ttf-fonts
145 - )"
146 -
147 -distutils_enable_sphinx doc \
148 - dev-python/wcag-contrast-ratio
149 -distutils_enable_tests pytest
150 -
151 -python_install_all() {
152 - distutils-r1_python_install_all
153 - newbashcomp external/pygments.bashcomp pygmentize
154 -}