commit: d063c338e2813c522e79ec50e73374206f87098a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Feb 8 20:01:04 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Feb 8 20:23:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d063c338
dev-python/pypy3: Add a transitional revision for pypy3.11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pypy3/pypy3-7.3.18-r100.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-python/pypy3/pypy3-7.3.18-r100.ebuild b/dev-python/pypy3/pypy3-7.3.18-r100.ebuild new file mode 100644 index 000000000000..8af5e436abf5 --- /dev/null +++ b/dev-python/pypy3/pypy3-7.3.18-r100.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A backwards compatibility package for dev-lang/pypy:3.11" +HOMEPAGE=" + https://pypy.org/ + https://foss.heptapod.net/pypy/pypy/ +" + +LICENSE="metapackage" +SLOT="0/pypy311-pp73-400" +IUSE="+gdbm ncurses sqlite +test-install tk" + +RDEPEND=" + =dev-lang/pypy-3.11.${PV}*:3.11/${SLOT#*/}[gdbm?,ncurses?,sqlite?,symlink,test-install?,tk?] +"
