public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/
Date: Sat, 22 Feb 2020 20:22:42 +0000 (UTC)	[thread overview]
Message-ID: <1582402938.71bd46bafe35ce3c784db72739970daf631897fa.asturm@gentoo> (raw)

commit:     71bd46bafe35ce3c784db72739970daf631897fa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 17:09:35 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 20:22:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bd46ba

dev-python/pygments: Drop 2.2.0, 2.2.0-r1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/pygments/Manifest                 |  1 -
 dev-python/pygments/pygments-2.2.0-r1.ebuild | 56 ---------------------------
 dev-python/pygments/pygments-2.2.0.ebuild    | 58 ----------------------------
 3 files changed, 115 deletions(-)

diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
index 9378b39aa4f..bd7ec3912cd 100644
--- a/dev-python/pygments/Manifest
+++ b/dev-python/pygments/Manifest
@@ -1,4 +1,3 @@
-DIST Pygments-2.2.0.tar.gz 2113944 BLAKE2B 58d5f2fa0e6d97f5b7d7a17314b82ef219f23b72f8da49b4f8ce9b892d54ffbc1b490e87e87efe8d727dab297f775d0d8abfc4a31a734c5a7f8df885e5eda82f SHA512 cc0a4f73e19fa6cbf46314de2e809460c807c631e39ba05cbe5edb5f40db1a687aafcd9715585a0ed45f791710eb6038305e273f282f8682df76f30e63710b29
 DIST Pygments-2.3.1.tar.gz 3124216 BLAKE2B 99a5f96a2d2f9deb1a6b6ad94a21ab7f517cde47b1e91b67ce594732004cf99db51b1240e0270473f87f5d8a435172545b9fa3449a2ddc113faf5aaef6c34f73 SHA512 2c36cb42f8dd62e04b7664b5e87f951a8428ccbb6dbe5b5b43d8c7e6923ada0ab55a231bb8e9ed79eb5a85344ed64d3acc8e7bc991ab1f49c58eb612b8002c1e
 DIST Pygments-2.4.2.tar.gz 9405880 BLAKE2B 20a955fce2b06ab12bd4ede4da9308f1cc5f2286391146fd83f3d598cd38ae66e7df3c1d779c8f6f5de67ad92d032ff02fef8f41141edb007e2f24d3586d82e6 SHA512 c8f378700e99d9e5701ac7e27363921dbabab50a910686aafda1e016c813e99915fcfeed8298323b9b681b3d81f4265ab9a5bb75b8cdff0668c9eff745337b66
 DIST Pygments-2.5.2.tar.gz 20263984 BLAKE2B fab5d11458bcb3bd9a825026f119c0bde6f672b00704f3d5db24ce050b959f0c1a34544642fc1b5911f6ae12a9b595a2cbedadc791d6a3e8c83da1a1add60471 SHA512 d6715ca26cdb68d4c771bb530b2395805025c14c78d9099b033d3410ea239c41033fb611e43e39cbaa4ac38078a09324d8cfde42269129be0a096dcc13586859

diff --git a/dev-python/pygments/pygments-2.2.0-r1.ebuild b/dev-python/pygments/pygments-2.2.0-r1.ebuild
deleted file mode 100644
index f3d2d7fd663..00000000000
--- a/dev-python/pygments/pygments-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1 bash-completion-r1
-
-MY_PN="Pygments"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Pygments is a syntax highlighting package written in Python"
-HOMEPAGE="http://pygments.org/ https://pypi.org/project/Pygments/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		virtual/ttf-fonts )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-	# fix generators for python3.7+
-	"${FILESDIR}"/pygments-2.2.0-pep479.patch
-	# Fixing USE="doc" with sphinx1.7+. bug #662640
-	"${FILESDIR}"/pygments-2.2.0-sphinx17.patch
-)
-
-python_compile_all() {
-	use doc && emake -C doc html
-}
-
-python_test() {
-	cp -r -l tests "${BUILD_DIR}"/ || die
-	# With pypy3 there is 1 error out of 1556 tests when run as is and
-	# (SKIP=8, errors=1, failures=1) when run with 2to3; meh
-	nosetests --verbosity=3 -w "${BUILD_DIR}"/tests \
-		|| die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( doc/_build/html/. )
-
-	distutils-r1_python_install_all
-	newbashcomp external/pygments.bashcomp pygmentize
-}

diff --git a/dev-python/pygments/pygments-2.2.0.ebuild b/dev-python/pygments/pygments-2.2.0.ebuild
deleted file mode 100644
index b9217c8d5c3..00000000000
--- a/dev-python/pygments/pygments-2.2.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1 bash-completion-r1 vcs-snapshot
-
-MY_PN="Pygments"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Pygments is a syntax highlighting package written in Python"
-HOMEPAGE="http://pygments.org/ https://pypi.org/project/Pygments/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		virtual/ttf-fonts )"
-#		dev-texlive/texlive-latexrecommended
-# Removing / commenting out this dep. I can find no mention of it in tests other than
-# importing pygment's own tex module.  If it's there and I missed it just uncomment and re-add
-# Tests pass without it
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-	# fix generators for python3.7+
-	"${FILESDIR}"/pygments-2.2.0-pep479.patch
-)
-
-python_compile_all() {
-	use doc && emake -C doc html
-}
-
-python_test() {
-	cp -r -l tests "${BUILD_DIR}"/ || die
-	# With pypy3 there is 1 error out of 1556 tests when run as is and
-	# (SKIP=8, errors=1, failures=1) when run with 2to3; meh
-	nosetests --verbosity=3 -w "${BUILD_DIR}"/tests \
-		|| die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( doc/_build/html/. )
-
-	distutils-r1_python_install_all
-	newbashcomp external/pygments.bashcomp pygmentize
-}


             reply	other threads:[~2020-02-22 20:22 UTC|newest]

Thread overview: 152+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-22 20:22 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 12:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/ Michał Górny
2024-05-11 11:05 Michał Górny
2024-05-05  5:12 Michał Górny
2023-12-09 14:17 Michał Górny
2023-12-09 14:10 Michał Górny
2023-11-22  7:49 Michał Górny
2023-11-19 16:01 Michał Górny
2023-11-18 15:47 Michał Górny
2023-09-08  4:53 Michał Górny
2023-09-07 19:52 Sam James
2023-08-07  3:01 Michał Górny
2023-08-07  3:01 Michał Górny
2023-06-05 13:37 Fabian Groffen
2023-05-25 16:27 Michał Górny
2023-05-13 16:04 Michał Górny
2023-05-13 10:43 Arthur Zamarin
2023-04-19  5:56 Michał Górny
2023-04-11  3:14 Michał Górny
2023-01-28 19:56 Michał Górny
2023-01-28 16:53 Arthur Zamarin
2023-01-02 14:54 Michał Górny
2022-10-28 20:58 Sam James
2022-09-20  5:57 Michał Górny
2022-09-19 19:59 Arthur Zamarin
2022-08-15 19:06 Arthur Zamarin
2022-05-31  7:23 Jakov Smolić
2022-05-31  6:29 Michał Górny
2022-05-11 17:54 Michał Górny
2022-05-11 17:54 Michał Górny
2022-04-24 17:47 Arthur Zamarin
2022-02-05 17:28 Michał Górny
2022-02-05 14:10 Arthur Zamarin
2022-02-05 14:10 Arthur Zamarin
2022-02-05 14:10 Arthur Zamarin
2022-02-05 14:10 Arthur Zamarin
2022-02-05 14:08 Arthur Zamarin
2022-02-04 18:48 Sam James
2022-02-04 18:46 Sam James
2022-02-04  9:29 Jakov Smolić
2022-01-27 15:13 Jakov Smolić
2022-01-10  4:00 Joshua Kinard
2022-01-06 23:48 James Le Cuirot
2022-01-06 18:30 Arthur Zamarin
2022-01-06 18:25 Sam James
2022-01-04 20:44 Arthur Zamarin
2022-01-02 13:21 Yixun Lan
2022-01-01  1:29 Michał Górny
2021-12-31 23:03 Arthur Zamarin
2021-12-31 16:53 Matt Turner
2021-12-31 15:52 Arthur Zamarin
2021-12-31  9:42 Michał Górny
2021-12-31  8:17 Michał Górny
2021-12-31  5:13 Arthur Zamarin
2021-12-31  5:09 Arthur Zamarin
2021-12-31  5:06 Arthur Zamarin
2021-12-31  5:06 Arthur Zamarin
2021-12-30 21:56 Michał Górny
2021-09-18 19:43 Michał Górny
2021-09-18 17:18 Sam James
2021-08-16  1:58 Sam James
2021-06-05 21:18 Michał Górny
2021-06-05 20:35 Sam James
2021-05-06 18:45 Michał Górny
2021-05-04 12:41 Michał Górny
2021-04-09 22:25 Michał Górny
2021-04-09 22:17 Sam James
2021-03-19 21:39 Michał Górny
2021-03-19 20:14 Sam James
2021-03-07  8:30 Michał Górny
2021-02-15  8:34 Michał Górny
2021-01-18  9:09 Michał Górny
2021-01-18  2:53 Sam James
2021-01-12  9:49 Michał Górny
2021-01-05 21:27 Michał Górny
2021-01-05 21:00 Sam James
2020-12-06 17:42 Michał Górny
2020-11-26  8:26 Michał Górny
2020-11-26  6:56 Agostino Sarubbo
2020-10-24 17:45 Michał Górny
2020-10-22 21:06 Michał Górny
2020-10-22  7:18 Sam James
2020-10-18 19:17 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-09-20 14:36 Michał Górny
2020-09-18  7:23 Michał Górny
2020-09-18  7:23 Michał Górny
2020-09-12 18:53 Michał Górny
2020-05-26 12:58 Michał Górny
2020-05-11 15:32 Mart Raudsepp
2020-05-11  6:23 Mart Raudsepp
2020-05-08  9:36 Sergei Trofimovich
2020-05-04 16:51 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-03-28 17:44 Michał Górny
2020-03-28 17:44 Michał Górny
2020-03-08 14:29 Michał Górny
2020-03-07 15:11 Michał Górny
2020-02-24 12:53 Agostino Sarubbo
2020-02-24  8:20 Sergei Trofimovich
2020-02-23 12:12 Mikle Kolyada
2019-12-27 21:32 Sebastian Pipping
2019-12-16 10:14 Michał Górny
2019-12-16 10:14 Michał Górny
2019-11-30 22:48 Matthew Thode
2019-11-25 12:35 Michał Górny
2019-11-24 17:08 Michał Górny
2019-11-24 17:08 Michał Górny
2019-07-28 19:57 Mikle Kolyada
2019-07-28 19:57 Mikle Kolyada
2019-07-28 19:57 Mikle Kolyada
2019-07-07 13:10 Michał Górny
2019-06-04 18:51 Agostino Sarubbo
2019-05-26 22:27 Thomas Deutschmann
2019-05-26  7:04 Sergei Trofimovich
2019-05-25 18:36 Aaron Bauman
2019-05-24 22:50 Sergei Trofimovich
2019-05-24 22:08 Sergei Trofimovich
2019-05-23 12:48 Mikle Kolyada
2019-05-22  7:36 Sergei Trofimovich
2019-05-20 17:25 Sergei Trofimovich
2019-05-05 17:09 Mikle Kolyada
2018-12-22 19:39 Tim Harder
2018-10-31  2:22 Virgil Dupras
2018-07-02 21:24 Sergei Trofimovich
2018-06-05 17:19 Mike Frysinger
2018-05-07  0:12 Mart Raudsepp
2018-02-01 20:37 Thomas Deutschmann
2018-01-29  8:22 Tobias Klausmann
2018-01-28 20:41 Markus Meier
2017-12-28 18:02 Sergei Trofimovich
2017-12-26 16:22 Jason Zaman
2017-12-24 11:11 Sergei Trofimovich
2017-12-24  9:59 Sergei Trofimovich
2017-05-03 11:02 Michał Górny
2017-03-29 21:26 Michael Weber
2017-01-30 18:56 Lars Wendler
2017-01-29 17:15 Fabian Groffen
2016-10-01 13:59 Jeroen Roovers
2016-05-27  9:47 Tobias Klausmann
2016-03-29 20:46 Markus Meier
2016-03-20 11:53 Agostino Sarubbo
2016-03-14 22:13 Agostino Sarubbo
2016-03-12 12:28 Dirkjan Ochtman
2016-02-14 17:54 Justin Lecher
2016-01-18 18:24 Dirkjan Ochtman
2015-10-31  7:39 Justin Lecher
2015-10-31  7:36 Justin Lecher
2015-10-31  6:39 Jeroen Roovers
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1582402938.71bd46bafe35ce3c784db72739970daf631897fa.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox