diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-04 07:20:57 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-04 07:49:44 +0100 |
| commit | 134f3275db86b8a07e27a4fb01d50105adbb974b (patch) | |
| tree | 869636697616a8372c39156a6de610c8eca29763 | |
| parent | 3bba1a32ea9e4b5eaf77d16a5ad785ff597d50c1 (diff) | |
| download | gentoo-134f3275db86b8a07e27a4fb01d50105adbb974b.tar.gz gentoo-134f3275db86b8a07e27a4fb01d50105adbb974b.tar.bz2 gentoo-134f3275db86b8a07e27a4fb01d50105adbb974b.zip | |
dev-python/markdown: Bump to 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
| -rw-r--r-- | dev-python/markdown/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/markdown/markdown-3.10.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest index 699bc2457730..6c954be82f7a 100644 --- a/dev-python/markdown/Manifest +++ b/dev-python/markdown/Manifest @@ -1 +1,2 @@ +DIST markdown-3.10.tar.gz 364931 BLAKE2B 43cdbdcda9e43e0525664e13e36708f6565c7e0a8cf0219ed27d3a6de89835c6423caaa67d075d5dc244ef53739414d56dcd26626b2d11d14b4e23ae356eec99 SHA512 5b07895f8bd560348722a97517ef33b740221092cd2567f19ac5baf823a43916c6243ed603c8f6b94b526b39d9876a040b5ef2f4d50f3de277e6d96a2bcc510c DIST markdown-3.9.tar.gz 364585 BLAKE2B d6b42c252a80b40f47d8153d3080a817289fbb3093e95dbea96da930af43f3e7d51ae200352abc09eaa87ef79389c526def488e8cf32e8222e0ef4dea26aa8d8 SHA512 3427e5f5ee18d8973dc32e14c38e455a02a8e77521c8db18a750e4a7ec5f6a00c01e3e6528a6e461f35faab00dad80a7b33098fedcdf1d2b136e19daa3e8b09c diff --git a/dev-python/markdown/markdown-3.10.ebuild b/dev-python/markdown/markdown-3.10.ebuild new file mode 100644 index 000000000000..763af14e3952 --- /dev/null +++ b/dev-python/markdown/markdown-3.10.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_PN=${PN^} +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python implementation of the markdown markup language" +HOMEPAGE=" + https://python-markdown.github.io/ + https://pypi.org/project/Markdown/ + https://github.com/Python-Markdown/markdown/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +IUSE="doc test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytidylib[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest + +python_install_all() { + use doc && dodoc -r docs/ + + distutils-r1_python_install_all +} |
