From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/
Date: Wed, 22 Nov 2023 07:49:03 +0000 (UTC) [thread overview]
Message-ID: <1700639314.a3faba9c126ecea09476926b727365f1d0df8962.mgorny@gentoo> (raw)
commit: a3faba9c126ecea09476926b727365f1d0df8962
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 06:51:16 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 07:48:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3faba9c
dev-python/pygments: Bump to 2.17.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygments/Manifest | 1 +
dev-python/pygments/pygments-2.17.2.ebuild | 46 ++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
index 98bd6da5a29d..a2ee87b0131e 100644
--- a/dev-python/pygments/Manifest
+++ b/dev-python/pygments/Manifest
@@ -1,3 +1,4 @@
DIST Pygments-2.16.1.tar.gz 4872980 BLAKE2B 57ec4f52f2bca3d9df993f583434d61ad0adbc2719f2d0b4ac84160672a3a57ec144509c520f2724a15f0222548abfbe0e743fa31a8dac64d54111b2d7393ae4 SHA512 9b66c79c03e7ecd36cc00efd428a0a6b372e70dbccdcaae26eff4d56c07a17e2e00d2cf0291eb6624ffd1c896b797789b973e80ccbca4240d56daad95eacfd80
DIST pygments-2.17.0.tar.gz 4827657 BLAKE2B 53ab36177bb88a3a19cd14a86bedab5aecf3286e2b08432f643d31d22179c4bf7e938dc8fffc3a5ecfcfead747d26085730dd611d050ae649cea62353639941e SHA512 b385f58bb7dba6b193e6c9715e0a34a883d810d2ee919a24268d7b9fffaf7501c0964c8d84aa26edcb503141330e6b752fe52d11b3d146177d42ecd3ab9211de
DIST pygments-2.17.1.tar.gz 4827687 BLAKE2B 71e5311b15ece8463a5062a4a83796b5e652b3d67ab2d4578cc03d139816fb3de9dff204c1d35ef9e959e502d57ef22b1507212d3ed477866757e596c6c488f4 SHA512 587f9d32bbb6c9bdbe53db2f5a24b93323905cd515acf3a0e73318c00bdbb71e109d9258de54ac45a1d85fe285ffdd1b9b0397b41391124754f41af4c9e02e4b
+DIST pygments-2.17.2.tar.gz 4827772 BLAKE2B 7e6db51ff35ec35981fcdd6f4a1f0a242c29e8b0947a5a3febdee35a0e4047414d49d6883b8fbf9de78b149323f0b3c86b315b03eaada557b4cd70e67917aab8 SHA512 a3408a21f4c0a9f1a81d4fae5c2924f66f1f17daf98a52c4379d6953625354f47bb8db3005e6ab09407627f592843efde12afb14e1271c1e685973eb4c238d89
diff --git a/dev-python/pygments/pygments-2.17.2.ebuild b/dev-python/pygments/pygments-2.17.2.ebuild
new file mode 100644
index 000000000000..11302a94d365
--- /dev/null
+++ b/dev-python/pygments/pygments-2.17.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 bash-completion-r1 pypi
+
+DESCRIPTION="Pygments is a syntax highlighting package written in Python"
+HOMEPAGE="
+ https://pygments.org/
+ https://github.com/pygments/pygments/
+ https://pypi.org/project/Pygments/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/wcag-contrast-ratio[${PYTHON_USEDEP}]
+ virtual/ttf-fonts
+ )
+"
+
+EPYTEST_DESELECT=(
+ # fuzzing tests, very slow
+ tests/test_basic_api.py::test_random_input
+ # incompatibility with python-ctags3, apparently
+ # https://github.com/pygments/pygments/issues/2486
+ tests/test_html_formatter.py::test_ctags
+)
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_install() {
+ distutils-r1_src_install
+ newbashcomp external/pygments.bashcomp pygmentize
+}
next reply other threads:[~2023-11-22 7:49 UTC|newest]
Thread overview: 155+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-22 7:49 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 9:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/ Michał Górny
2025-01-07 5:27 Michał Górny
2025-01-06 6:42 Michał Górny
2024-05-28 12:10 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-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
2020-02-22 20:22 Andreas Sturmlechner
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=1700639314.a3faba9c126ecea09476926b727365f1d0df8962.mgorny@gentoo \
--to=mgorny@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