diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-31 09:14:40 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-31 09:14:40 +0000 |
| commit | 89907c7305cab927d3baf32314224cc51dfeaa22 (patch) | |
| tree | 849dde779cb0c4db2aaf8452c02bba3e7f25d788 /dev-python/mkdocstrings-python/mkdocstrings-python-1.10.5.ebuild | |
| parent | 108be03cfcc73f031774fd25bcb470c508a0caa2 (diff) | |
| download | baldeagleos-repo-89907c7305cab927d3baf32314224cc51dfeaa22.tar.gz baldeagleos-repo-89907c7305cab927d3baf32314224cc51dfeaa22.tar.xz baldeagleos-repo-89907c7305cab927d3baf32314224cc51dfeaa22.zip | |
Adding metadata
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, 0 insertions, 40 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 deleted file mode 100644 index 06fe4e0e1270..000000000000 --- a/dev-python/mkdocstrings-python/mkdocstrings-python-1.10.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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 - -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} |
