commit:     b12f2afab6698731bbf6758fa57af9b8a64b0e8a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 16 05:49:53 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 16 05:49:53 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12f2afa

dev-python/pymdown-extensions: Bump to 10.21

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

 dev-python/pymdown-extensions/Manifest             |  2 ++
 .../pymdown-extensions-10.21.ebuild                | 34 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest 
b/dev-python/pymdown-extensions/Manifest
index 980ec5df63ed..15dfbd89757a 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -6,3 +6,5 @@ DIST pymdown_extensions-10.20.1.tar.gz 852860 BLAKE2B 
a353332c92adeb22982960e837
 DIST pymdown_extensions-10.20.1.tar.gz.provenance 9640 BLAKE2B 
27a396129e5bf5b85dd59d2d9178afb3a9ac0e76a1962f4125a100a765f396b34fb689d34ddccff3d9d3c3f283a74ed1837a5722ec83da60c8b297c3986f21c1
 SHA512 
e9095b164f95ae06aa0265b3c34112fa4a17a2070686613c8f0f5e6b030c07559dec5d1dcbdd4a99d4fcb5f06059c01a96c14c88a731207aa9a394b20b93029f
 DIST pymdown_extensions-10.20.tar.gz 852774 BLAKE2B 
f2868862609f6675c2c75c39bad8f72162aa53679890c0165f39de63cb23e432ae7e9ad425c8ceff11e9093886372b0ec948d4dd85bffc2f04af064e8aa17ff8
 SHA512 
98cb419a7a0d8485f83b5ccd0d02eb11d9ef3a5da17b0cda3900f21242f5e52e68572077f363815a581a7f11fb597c102093061bce2da74232c71dfff049b349
 DIST pymdown_extensions-10.20.tar.gz.provenance 9514 BLAKE2B 
bc4f88efeba9007e29eca1e07bf57b04f0721c401fd55e04956609adb5512b5d7b3cdc5216831bdfabdc47535809b8b4013725d1f0c7165182a3b8fea0785dfe
 SHA512 
3bb1ae127876ed7ea246b4af606470dce974c94ff1d1ad82640f9aff6340a808b15610ebac42dfbad1ec8e47ee6077493cddee168da9992a35bb34cdf125d169
+DIST pymdown_extensions-10.21.tar.gz 853363 BLAKE2B 
3ddf9f2dbcffc171496af87ddab630049d6cbd775a681c54b3fb5c280c704c36c8bbd6facc6964be410e6bef08e9893ed4d91752f826d031b446b93c24c65c75
 SHA512 
c8b3321c7f3e0d12cad6f0c11030efe3af18f07d3d25bd28c9665e25cce8d2977253edff81eb10f52b17e2c88ec2dacd3870ef025605a3bb499e444838bc8b8a
+DIST pymdown_extensions-10.21.tar.gz.provenance 9553 BLAKE2B 
ca2751f683ce2233826da994b84a79952cbdb77e966e5985f8c555be2a455b2066eb2607a76d7e358e2e9bc39f0f768e09f85c695ee5f9af664f94f0f60e0dd1
 SHA512 
ec04059a03e8b438da044ff3b7e12334c0b12c7dac72c889a1b02d78ea135cd8b0678c80bb245437a9864af63cd98890e89eb8c71d8ce71e5d34668431cc1b66

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.21.ebuild 
b/dev-python/pymdown-extensions/pymdown-extensions-10.21.ebuild
new file mode 100644
index 000000000000..e55ff0ad75de
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-10.21.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/facelessuser/pymdown-extensions
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Extensions for Python Markdown"
+HOMEPAGE="
+       https://github.com/facelessuser/pymdown-extensions/
+       https://pypi.org/project/pymdown-extensions/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+       >=dev-python/markdown-3.6[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+       test? (
+               >=dev-python/pygments-2.19.1[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to