diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-04-28 04:29:57 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-04-28 05:16:49 +0200 |
| commit | 30aa61d4f8181ae5b9e9bea683eec2047e69c921 (patch) | |
| tree | 8a21db8055c11bedc16b05fe9c92baec34454147 /dev-python/pymdown-extensions | |
| parent | 636416e9037eb6f4d08f4fc8915d862c97804905 (diff) | |
| download | gentoo-30aa61d4f8181ae5b9e9bea683eec2047e69c921.tar.gz gentoo-30aa61d4f8181ae5b9e9bea683eec2047e69c921.tar.bz2 gentoo-30aa61d4f8181ae5b9e9bea683eec2047e69c921.zip | |
dev-python/pymdown-extensions: Bump to 10.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymdown-extensions')
| -rw-r--r-- | dev-python/pymdown-extensions/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pymdown-extensions/pymdown-extensions-10.15.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/pymdown-extensions/Manifest b/dev-python/pymdown-extensions/Manifest index cfb711cdd776..f09bf685d36e 100644 --- a/dev-python/pymdown-extensions/Manifest +++ b/dev-python/pymdown-extensions/Manifest @@ -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 diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.15.ebuild b/dev-python/pymdown-extensions/pymdown-extensions-10.15.ebuild new file mode 100644 index 000000000000..50bb936d1047 --- /dev/null +++ b/dev-python/pymdown-extensions/pymdown-extensions-10.15.ebuild @@ -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 +} |
