diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-11 06:15:16 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-11 06:15:16 +0000 |
| commit | 261ec5fcc9d9a0fb341c05472f26bc2df3c58b19 (patch) | |
| tree | d18e917bde6406b01dc2a35a55b06f41539fc253 /dev-python/cli-helpers/cli-helpers-9999.ebuild | |
| parent | 0f5515bc139488ed5cdb410d136b9bcefe32bd9e (diff) | |
| download | baldeagleos-repo-261ec5fcc9d9a0fb341c05472f26bc2df3c58b19.tar.gz baldeagleos-repo-261ec5fcc9d9a0fb341c05472f26bc2df3c58b19.tar.xz baldeagleos-repo-261ec5fcc9d9a0fb341c05472f26bc2df3c58b19.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cli-helpers/cli-helpers-9999.ebuild')
| -rw-r--r-- | dev-python/cli-helpers/cli-helpers-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/cli-helpers/cli-helpers-9999.ebuild b/dev-python/cli-helpers/cli-helpers-9999.ebuild index 9f05e913d4fd..1e6b6924c872 100644 --- a/dev-python/cli-helpers/cli-helpers-9999.ebuild +++ b/dev-python/cli-helpers/cli-helpers-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# 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_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 git-r3 @@ -26,4 +26,5 @@ RDEPEND=" dev-python/wcwidth[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest |
