diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-util/codespell | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-util/codespell')
| -rw-r--r-- | dev-util/codespell/Manifest | 1 | ||||
| -rw-r--r-- | dev-util/codespell/codespell-2.4.1.ebuild | 32 | ||||
| -rw-r--r-- | dev-util/codespell/metadata.xml | 21 |
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest deleted file mode 100644 index c35dd4074cca..000000000000 --- a/dev-util/codespell/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST codespell-2.4.1.tar.gz 344740 BLAKE2B d3b62f89f50a1219063e765c22ed82782c93b6bc4a2ffa5929c842e6767acb7d3cd37fa7033df6fb9f9c7c51434da7de2d8d028dbf583e34cf3f259a64e89799 SHA512 744543ee9565130248928390404076ae43f89425a61461809e5fa157ab16cbe2ae361a53f6997e48e93dce8b46ee5f3a8a63bcbc8f62c7efffb3fec3e01ded6b diff --git a/dev-util/codespell/codespell-2.4.1.ebuild b/dev-util/codespell/codespell-2.4.1.ebuild deleted file mode 100644 index 8d907fcc1b77..000000000000 --- a/dev-util/codespell/codespell-2.4.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 pypi - -DESCRIPTION="Check text files for common misspellings" -HOMEPAGE="https://pypi.org/project/codespell - https://github.com/codespell-project/codespell" - -# Code licensed under GPL-2, dictionary licensed under CC-BY-SA-3.0 -LICENSE="GPL-2 CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -BDEPEND=" - test? ( - dev-python/chardet[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - # Remove bundled dictionary - sed -e '/addopts/d' -i pyproject.toml || die -} diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml deleted file mode 100644 index e5ec987f3cbd..000000000000 --- a/dev-util/codespell/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>waebbl-gentoo@posteo.net</email> - <name>Bernd Waibel</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Gentoo Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - A tool to fix common misspellings in text files. It's designed primarily - checking misspelled words in source code, but can be used with other - text files as well. -</longdescription> - <upstream> - <bugs-to>https://github.com/codespell-project/codespell/issues</bugs-to> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
