diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-26 18:05:53 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-26 18:05:53 +0000 |
| commit | 3aff0eba551746cb0c63a8978b983d7c8a842780 (patch) | |
| tree | 27271ec0260750be6999b131421bd06161cfe0da /dev-python/doc8 | |
| parent | ccbd98ef1046ade0ac01e75177d30737e0a7712c (diff) | |
| download | baldeagleos-repo-3aff0eba551746cb0c63a8978b983d7c8a842780.tar.gz baldeagleos-repo-3aff0eba551746cb0c63a8978b983d7c8a842780.tar.xz baldeagleos-repo-3aff0eba551746cb0c63a8978b983d7c8a842780.zip | |
Adding metadata
Diffstat (limited to 'dev-python/doc8')
| -rw-r--r-- | dev-python/doc8/doc8-1.1.1-r1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/doc8/doc8-1.1.1-r1.ebuild b/dev-python/doc8/doc8-1.1.1-r1.ebuild new file mode 100644 index 000000000000..36a132e56d33 --- /dev/null +++ b/dev-python/doc8/doc8-1.1.1-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Style checker for Sphinx (or other) RST documentation" +HOMEPAGE=" + https://pypi.org/project/doc8/ + https://github.com/PyCQA/doc8/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + <dev-python/docutils-0.21[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + >=dev-python/restructuredtext-lint-0.7[${PYTHON_USEDEP}] + dev-python/stevedore[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.10) +" +# setuptools_scm_git_archive is not actually needed here +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
