summaryrefslogtreecommitdiff
path: root/dev-python/mkdocstrings-python/mkdocstrings-python-0.10.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-11 12:45:53 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-11 12:45:53 +0000
commitfd8c338741e0a4b9350821c192bc87109ebdbfc8 (patch)
tree5eec42bf2ef9890643a50ea64e15c60d8c40dd4c /dev-python/mkdocstrings-python/mkdocstrings-python-0.10.1.ebuild
parentdae546ae7e1a3f1ea89c9874497c1694a8a945e4 (diff)
downloadbaldeagleos-repo-fd8c338741e0a4b9350821c192bc87109ebdbfc8.tar.gz
baldeagleos-repo-fd8c338741e0a4b9350821c192bc87109ebdbfc8.tar.xz
baldeagleos-repo-fd8c338741e0a4b9350821c192bc87109ebdbfc8.zip
Adding metadata
Diffstat (limited to 'dev-python/mkdocstrings-python/mkdocstrings-python-0.10.1.ebuild')
-rw-r--r--dev-python/mkdocstrings-python/mkdocstrings-python-0.10.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/mkdocstrings-python/mkdocstrings-python-0.10.1.ebuild b/dev-python/mkdocstrings-python/mkdocstrings-python-0.10.1.ebuild
new file mode 100644
index 000000000000..d01d6329708e
--- /dev/null
+++ b/dev-python/mkdocstrings-python/mkdocstrings-python-0.10.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=pdm
+
+inherit distutils-r1
+
+DESCRIPTION="Python language handler for dev-python/mkdocstrings"
+HOMEPAGE="https://mkdocstrings.github.io/python/ https://pypi.org/project/mkdocstrings-python/"
+# Tests need files absent from the PyPI tarballs
+SRC_URI="https://github.com/mkdocstrings/python/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="dev-python/griffe[${PYTHON_USEDEP}]"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.10.1-build_backend.patch
+)
+
+S="${WORKDIR}"/python-${PV}
+
+distutils_enable_tests pytest