summaryrefslogtreecommitdiff
path: root/virtual/pypy3/pypy3-5.9.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-10 17:08:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-10 17:08:48 +0100
commit5b5704b62a0f04d93fd58986b426a31352fe2fd5 (patch)
tree0034259fd845f22388e30e34a06f2fe12537cd30 /virtual/pypy3/pypy3-5.9.0.ebuild
parent77ffa9fa127c2f664cbb6aba05848662a904f2ff (diff)
gentoo resync : 10.10.2017
Diffstat (limited to 'virtual/pypy3/pypy3-5.9.0.ebuild')
-rw-r--r--virtual/pypy3/pypy3-5.9.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/pypy3/pypy3-5.9.0.ebuild b/virtual/pypy3/pypy3-5.9.0.ebuild
new file mode 100644
index 000000000000..2f91155101a3
--- /dev/null
+++ b/virtual/pypy3/pypy3-5.9.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A virtual for PyPy3 Python implementation"
+# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
+SLOT="0/59"
+KEYWORDS="~amd64 ~amd64-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?]
+ )"