diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-28 19:00:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-28 19:00:57 +0000 |
| commit | d2cafdb36f694043a53602c09e8cefcb61ca6ae4 (patch) | |
| tree | e6e0c21d993ae86700effa0c5d6d7d1f58770bc3 /dev-python/doc8 | |
| parent | 1d6d9b8e5a49aad85b81503faf2fe3144a3a6b0a (diff) | |
| download | baldeagleos-repo-d2cafdb36f694043a53602c09e8cefcb61ca6ae4.tar.gz baldeagleos-repo-d2cafdb36f694043a53602c09e8cefcb61ca6ae4.tar.xz baldeagleos-repo-d2cafdb36f694043a53602c09e8cefcb61ca6ae4.zip | |
Adding metadata
Diffstat (limited to 'dev-python/doc8')
| -rw-r--r-- | dev-python/doc8/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/doc8/doc8-1.1.2.ebuild | 40 | ||||
| -rw-r--r-- | dev-python/doc8/doc8-2.0.0.ebuild | 2 |
3 files changed, 1 insertions, 42 deletions
diff --git a/dev-python/doc8/Manifest b/dev-python/doc8/Manifest index 23d63ef9023c..1df8d1e5af23 100644 --- a/dev-python/doc8/Manifest +++ b/dev-python/doc8/Manifest @@ -1,2 +1 @@ -DIST doc8-1.1.2.tar.gz 27030 BLAKE2B 76c02acb4165bc70a5f84a68c44a1560ca2fe7eae97efe12e93f48922439ca5141028be4be78f3edaff5e25757bf668e567b77ca2f46c0844a54b085da9e3e1e SHA512 77e6dd1abe99ae993138653093458672e8af281e9c195696b67e2ba1a2d0ef4f1b77dd9f24077f159d0b6d9dbb2c78b5b24fc1a6121e2a199fe72528e3926072 DIST doc8-2.0.0.tar.gz 28436 BLAKE2B 59763e184a76c76c195b9e6db3618e524992ff30d63356930574284f5e1cf709c0d99efbf440ad0de7d672511e5cf95db0e3eb519e05ab3633bc2dda817ed7dd SHA512 f62ddc0fe41cb144eef9f6849fee4c770e8e98318d2bc6ee1d5e888fb2c3c3a3fdb867d0dabd2b1b952dcb0c8975debb2297d4dab38d1202d9d16f0e42a89826 diff --git a/dev-python/doc8/doc8-1.1.2.ebuild b/dev-python/doc8/doc8-1.1.2.ebuild deleted file mode 100644 index a1fb32024070..000000000000 --- a/dev-python/doc8/doc8-1.1.2.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=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -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.19[${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) -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - # unpin docutils - sed -i -e '/docutils/s:,<=[0-9.]*::' pyproject.toml || die -} diff --git a/dev-python/doc8/doc8-2.0.0.ebuild b/dev-python/doc8/doc8-2.0.0.ebuild index 4ddf7eb1c051..419ccee04470 100644 --- a/dev-python/doc8/doc8-2.0.0.ebuild +++ b/dev-python/doc8/doc8-2.0.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm arm64 x86" RDEPEND=" >=dev-python/docutils-0.19[${PYTHON_USEDEP}] |
