diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-06-20 06:27:56 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-06-20 06:45:48 +0200 |
| commit | 93086c44240dc72c55662e6c40da2a7c36edbba1 (patch) | |
| tree | cec7b3de4085021fb6a383ccf08165634482ae2a /dev-python/mkdocstrings-python/mkdocstrings-python-1.10.5.ebuild | |
| parent | 2d23f8e207d403a0e8ff77388b74ec8f21184c81 (diff) | |
| download | gentoo-93086c44240dc72c55662e6c40da2a7c36edbba1.tar.gz gentoo-93086c44240dc72c55662e6c40da2a7c36edbba1.tar.bz2 gentoo-93086c44240dc72c55662e6c40da2a7c36edbba1.zip | |
dev-python/mkdocstrings-python: Bump to 1.10.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mkdocstrings-python/mkdocstrings-python-1.10.5.ebuild')
| -rw-r--r-- | dev-python/mkdocstrings-python/mkdocstrings-python-1.10.5.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.5.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.5.ebuild new file mode 100644 index 0000000000000..be4fc9ad361b1 --- /dev/null +++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.5.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=pdm-backend + +inherit distutils-r1 + +DESCRIPTION="Python handler for dev-python/mkdocstrings" +HOMEPAGE=" + https://mkdocstrings.github.io/python/ + https://github.com/mkdocstrings/python/ + https://pypi.org/project/mkdocstrings-python/ +" +# Tests need files absent from the PyPI tarballs +SRC_URI=" + https://github.com/mkdocstrings/python/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/python-${PV}" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv" + +RDEPEND=" + >=dev-python/griffe-0.47[${PYTHON_USEDEP}] + >=dev-python/mkdocstrings-0.25.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mkdocs-material[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +export PDM_BUILD_SCM_VERSION=${PV} |
