dev-python/pymdown-extensions: Bump to 10.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-04-28 04:29:57 +02:00
parent 636416e903
commit 30aa61d4f8
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
2 changed files with 38 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST pymdown_extensions-10.14.3.tar.gz 846846 BLAKE2B d18df810826bbc1f4628390abf1075f56778bc8cd70883df3bcef935b526b0cb3d8be9fd3fe733701c8610715ad4b5b153f7fdd77f46eb600f85d4b6de8365eb SHA512 38fca498c304b21902041ed670363a2b3d8e03761d8b6881432046e8859880480f728a6eaaf55f1912e6957686b82b0eca5268db1669918558372d75bde879f2
DIST pymdown_extensions-10.15.tar.gz 852320 BLAKE2B e9dea7fe2cd34d211a036b91adccf71ae9783a55d42e99b4778b709d53b4aed430c891d6082146d8a25ef5e13aad12cc2258166df866f50e1f417bd2d726af1d SHA512 164f85932073fbaacd7146efb58083c47853fe9473da497db308cad8a19c81253417d245c2051a4cd21372152955b85ef3686f4e8631215528f9ad50be0bbcd6

View File

@ -0,0 +1,37 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
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}]
)
"
distutils_enable_tests pytest
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest
}