dev-python/objgraph: keyworded 3.4.1 for ia64, bug #717946
[gentoo.git] / virtual / pypy3 / pypy3-7.3.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="An obsolete virtual for PyPy3 Python implementation"
7 # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
8 SLOT="0/pypy36-pp73"
9 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
10 IUSE="bzip2 gdbm ncurses sqlite tk"
11
12 RDEPEND="
13         >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]"