summaryrefslogtreecommitdiff
path: root/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.8.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-08-15 19:51:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-08-15 19:51:18 +0000
commitd2a60d563de96d9052cd5e2cbf89e30f5eb23aee (patch)
treee3130d7d65e2dd752d8e98dfc58985c369dc829b /dev-python/mkdocstrings-python/mkdocstrings-python-1.10.8.ebuild
parent88d4b749542d9337d56a99f28121bb06fb39a424 (diff)
downloadbaldeagleos-repo-d2a60d563de96d9052cd5e2cbf89e30f5eb23aee.tar.gz
baldeagleos-repo-d2a60d563de96d9052cd5e2cbf89e30f5eb23aee.tar.xz
baldeagleos-repo-d2a60d563de96d9052cd5e2cbf89e30f5eb23aee.zip
Adding metadata
Diffstat (limited to 'dev-python/mkdocstrings-python/mkdocstrings-python-1.10.8.ebuild')
-rw-r--r--dev-python/mkdocstrings-python/mkdocstrings-python-1.10.8.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.8.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.8.ebuild
new file mode 100644
index 000000000000..61a74ad45675
--- /dev/null
+++ b/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python handler for dev-python/mkdocstrings"
+HOMEPAGE="
+ https://mkdocstrings.github.io/python/
+ https://github.com/mkdocstrings/python/
+ https://pypi.org/project/mkdocstrings-python/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+ >=dev-python/griffe-0.49[${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}