summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-19 13:09:40 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-21 17:12:11 +0200
commitab321a4c6295a5669dc3c53b53e4b8ddde4edf3d (patch)
tree44b37928272a5bf671a9abb26c556e2b594890d8 /dev-python/pypy3
parentdev-lang/pypy: Import 3.10.7.3.17_p1 from dev-python/pypy3_10 (diff)
downloadgentoo-ab321a4c6295a5669dc3c53b53e4b8ddde4edf3d.tar.gz
gentoo-ab321a4c6295a5669dc3c53b53e4b8ddde4edf3d.tar.bz2
gentoo-ab321a4c6295a5669dc3c53b53e4b8ddde4edf3d.zip
dev-python/pypy3: Add a metapackage to pull dev-lang/pypy:3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r--dev-python/pypy3/pypy3-7.3.17-r100.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pypy3/pypy3-7.3.17-r100.ebuild b/dev-python/pypy3/pypy3-7.3.17-r100.ebuild
new file mode 100644
index 000000000000..44ed9fc4c217
--- /dev/null
+++ b/dev-python/pypy3/pypy3-7.3.17-r100.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 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.10"
+HOMEPAGE="
+ https://pypy.org/
+ https://foss.heptapod.net/pypy/pypy/
+"
+
+LICENSE="metapackage"
+SLOT="0/pypy310-pp73-384"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+gdbm ncurses sqlite +test-install tk"
+
+RDEPEND="
+ =dev-lang/pypy-3.10.${PV}*:3.10/${SLOT#*/}[gdbm?,ncurses?,sqlite?,symlink,test-install?,tk?]
+"