diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-09-07 18:49:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-09-07 19:11:01 +0200 |
commit | 473a37e26fa531977e004ae78eecd0cf49660201 (patch) | |
tree | 82c16837f1e764bf6774a305877b2af8cd0586f7 /virtual/pypy | |
parent | dev-python/pypy-bin: Bump to 5.4.1 (diff) | |
download | gentoo-473a37e26fa531977e004ae78eecd0cf49660201.tar.gz gentoo-473a37e26fa531977e004ae78eecd0cf49660201.tar.bz2 gentoo-473a37e26fa531977e004ae78eecd0cf49660201.zip |
virtual/pypy: Bump to 5.4.1
Diffstat (limited to 'virtual/pypy')
-rw-r--r-- | virtual/pypy/pypy-5.4.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/virtual/pypy/pypy-5.4.1.ebuild b/virtual/pypy/pypy-5.4.1.ebuild new file mode 100644 index 000000000000..c750a448f8ff --- /dev/null +++ b/virtual/pypy/pypy-5.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit versionator + +DESCRIPTION="A virtual for PyPy Python implementation" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' +SLOT="0/41" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="bzip2 gdbm ncurses sqlite tk" + +RDEPEND=" + || ( + >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?] + >=dev-python/pypy-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?] + )" |