diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-16 20:55:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-16 20:55:21 +0000 |
| commit | e4b39a3f45891a8010f95d866f865993430283de (patch) | |
| tree | 976213102a87176ef4b9053861fc2a042bbcce33 /dev-python/mccabe | |
| parent | 0fa4148af439d1471b7ba8cbeaa2719752bfdea5 (diff) | |
| download | baldeagleos-repo-e4b39a3f45891a8010f95d866f865993430283de.tar.gz baldeagleos-repo-e4b39a3f45891a8010f95d866f865993430283de.tar.xz baldeagleos-repo-e4b39a3f45891a8010f95d866f865993430283de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mccabe')
| -rw-r--r-- | dev-python/mccabe/mccabe-0.7.0.ebuild | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/dev-python/mccabe/mccabe-0.7.0.ebuild b/dev-python/mccabe/mccabe-0.7.0.ebuild index 5380e0683d4d..f9d37924de14 100644 --- a/dev-python/mccabe/mccabe-0.7.0.ebuild +++ b/dev-python/mccabe/mccabe-0.7.0.ebuild @@ -1,24 +1,32 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) DISTUTILS_USE_PEP517=setuptools + inherit distutils-r1 pypi DESCRIPTION="flake8 plugin: McCabe complexity checker" -HOMEPAGE="https://github.com/PyCQA/mccabe" +HOMEPAGE=" + https://github.com/PyCQA/mccabe/ + https://pypi.org/project/mccabe/ +" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" LICENSE="MIT" SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" -RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/flake8[${PYTHON_USEDEP}] +" -BDEPEND="test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] -)" +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) +" PATCHES=( "${FILESDIR}/${P}-fix-tests-without-hypothesmith.patch" |
