diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-28 14:54:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-28 15:21:11 +0100 |
commit | b65e71404c84c988f9bf0b2a58662e0225b1ed77 (patch) | |
tree | 66f347b8d9e343e25615f66fa1e4908a07c1d681 /virtual | |
parent | virtual/pypy: Bump to 7.1.0 (diff) | |
download | gentoo-b65e71404c84c988f9bf0b2a58662e0225b1ed77.tar.gz gentoo-b65e71404c84c988f9bf0b2a58662e0225b1ed77.tar.bz2 gentoo-b65e71404c84c988f9bf0b2a58662e0225b1ed77.zip |
virtual/pypy3: Bump to 7.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pypy3/pypy3-7.1.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/pypy3/pypy3-7.1.0.ebuild b/virtual/pypy3/pypy3-7.1.0.ebuild new file mode 100644 index 000000000000..ae7c453cde1b --- /dev/null +++ b/virtual/pypy3/pypy3-7.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A virtual for PyPy3 Python implementation" +# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' +SLOT="0/71-py36" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 gdbm ncurses sqlite tk" + +RDEPEND=" + || ( + >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] + >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] + )" |