commit:     c2332123c238843d64a2fae0bafae75847e95974
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  9 22:22:28 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr  9 22:24:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2332123

dev-python/pygments: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pygments/Manifest              |  1 -
 dev-python/pygments/pygments-2.8.0.ebuild | 45 -------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
index dcc0b5acaea..8d6669272d3 100644
--- a/dev-python/pygments/Manifest
+++ b/dev-python/pygments/Manifest
@@ -1,2 +1 @@
-DIST Pygments-2.8.0.tar.gz 3999484 BLAKE2B 
5267a4a9e18a01897906239d2cb4f508675e0de3d9a33ae9b144424b18883da53937d92755f8ab1ddc7b10a248031fb693b4012407079aca1d08c8924360e75d
 SHA512 
7e3dd2119769b704d6bbd4867c85eedb0d3c8ac415280fb35a1194284511c6fe6c5696bf6515e14da7a944b7ad5aeb945a71e79abcd1a42949ca30bbfe2e31b3
 DIST Pygments-2.8.1.tar.gz 4000119 BLAKE2B 
d88a3a3b4626a33c375b85ec076120e3561d1719ce45f9f85595bf87f7e813416be934f7ea0022fbfbf1a8ba3f2be1c76f693ab9ece5325fe527a4922cf46318
 SHA512 
223835c78615207ad590d364ba9a0f4bc9b5815baa080e60b9b71ce7b8e1ebfcc7a292d2a2b1cd358c08d820fc89e02c4060876d37ee17fd9e2759c9a0dcc80c

diff --git a/dev-python/pygments/pygments-2.8.0.ebuild 
b/dev-python/pygments/pygments-2.8.0.ebuild
deleted file mode 100644
index 353c3d25598..00000000000
--- a/dev-python/pygments/pygments-2.8.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1 bash-completion-r1
-
-MY_P=${P^}
-DESCRIPTION="Pygments is a syntax highlighting package written in Python"
-HOMEPAGE="
-       https://pygments.org/
-       https://github.com/pygments/pygments/
-       https://pypi.org/project/Pygments/";
-SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-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"
-
-BDEPEND="
-       test? (
-               virtual/ttf-fonts
-       )"
-
-distutils_enable_sphinx doc
-distutils_enable_tests pytest
-
-python_test() {
-       local deselect=()
-       # there is a known bug in regex engine of pypy3.7
-       [[ ${EPYTHON} == pypy3 && $(pypy3 --version) == "Python 3.7"* ]] &&
-               deselect+=( tests/snippets/crystal/test_macro.txt:: )
-
-       pytest -vv ${deselect[@]/#/--deselect } ||
-               die "Tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-       newbashcomp external/pygments.bashcomp pygmentize
-}

Reply via email to