diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/test/test-0.ebuild | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/test/test-0.ebuild')
| -rw-r--r-- | dev-python/test/test-0.ebuild | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/dev-python/test/test-0.ebuild b/dev-python/test/test-0.ebuild new file mode 100644 index 000000000000..eab1c4afa171 --- /dev/null +++ b/dev-python/test/test-0.ebuild @@ -0,0 +1,54 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{13..14} ) + +inherit python-r1 + +DESCRIPTION="Virtual to install 'test' package from stdlib" +HOMEPAGE="https://docs.python.org/3/library/test.html" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + $(python_gen_impl_dep 'test-install(+)' 'pypy3*') + $(python_gen_cond_dep ' + || ( + dev-python/python-tests:3.11 + <dev-lang/python-3.11.9_p2-r1:3.11 + ) + ' python3_11) + $(python_gen_cond_dep ' + || ( + dev-python/python-tests:3.12 + <dev-lang/python-3.12.5_p1-r1:3.12 + ) + ' python3_12) + $(python_gen_cond_dep ' + || ( + dev-python/python-tests:3.13 + <dev-lang/python-3.13.0_rc1_p3-r1:3.13 + ) + ' python3_13) + $(python_gen_cond_dep ' + dev-python/python-tests:3.13t + ' python3_13t) + $(python_gen_cond_dep ' + dev-python/python-tests:3.14 + ' python3_14) + $(python_gen_cond_dep ' + dev-python/python-tests:3.14t + ' python3_14t) + $(python_gen_cond_dep ' + dev-python/python-tests:3.15 + ' python3_15) + $(python_gen_cond_dep ' + dev-python/python-tests:3.15t + ' python3_15t) +" |
