summaryrefslogtreecommitdiff
path: root/virtual/pypy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /virtual/pypy
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'virtual/pypy')
-rw-r--r--virtual/pypy/Manifest1
-rw-r--r--virtual/pypy/pypy-7.1.0.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/virtual/pypy/Manifest b/virtual/pypy/Manifest
index 49e9ce9d1bbf..1197ee22d6bb 100644
--- a/virtual/pypy/Manifest
+++ b/virtual/pypy/Manifest
@@ -1,3 +1,4 @@
EBUILD pypy-6.0.0.ebuild 489 BLAKE2B 69c9219d436dabe6bd140245df7875671b82a795f3fe82c52c3e4f4c43e5edb2d8f017ddde9d4b3bdf589155c09702185a5844e42ef04d0e9bea1bd7f01be437 SHA512 ffac3f5e811991465794ec61834c9463ad5c62089c85dc00a773ab35b86e17a400fc566d200f9f1dc14ae467b50cddaa8cccb541f2381b792a643f33ec439dd5
EBUILD pypy-7.0.0.ebuild 544 BLAKE2B c068ff0cf5e1a2f5fe4d4b374e043b17164434a182baea4c92757f6412ae69ac2244662259189d6ee2b4b9ecd63d667d2979b05dd64b1e41bac7f9410cc224f4 SHA512 e3f4d6f6bf8eeef03454f929293f6280dd4f980b0870e47780a7272e77b38e427f9c3881b6871349a0e47c9dfe17f5b215b7b50d58910abc3704d5a1cd9a9b77
+EBUILD pypy-7.1.0.ebuild 544 BLAKE2B c068ff0cf5e1a2f5fe4d4b374e043b17164434a182baea4c92757f6412ae69ac2244662259189d6ee2b4b9ecd63d667d2979b05dd64b1e41bac7f9410cc224f4 SHA512 e3f4d6f6bf8eeef03454f929293f6280dd4f980b0870e47780a7272e77b38e427f9c3881b6871349a0e47c9dfe17f5b215b7b50d58910abc3704d5a1cd9a9b77
MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59
diff --git a/virtual/pypy/pypy-7.1.0.ebuild b/virtual/pypy/pypy-7.1.0.ebuild
new file mode 100644
index 000000000000..76abaa124207
--- /dev/null
+++ b/virtual/pypy/pypy-7.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A virtual for PyPy Python implementation"
+# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
+# pypy 7.0.0: install directory changed to 'pypy2.7'
+SLOT="0/41-py27"
+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?]
+ )"