summaryrefslogtreecommitdiff
path: root/virtual/pypy3
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/pypy3')
-rw-r--r--virtual/pypy3/Manifest2
-rw-r--r--virtual/pypy3/metadata.xml8
-rw-r--r--virtual/pypy3/pypy3-7.3.0.ebuild13
3 files changed, 0 insertions, 23 deletions
diff --git a/virtual/pypy3/Manifest b/virtual/pypy3/Manifest
deleted file mode 100644
index 14c5bc235323..000000000000
--- a/virtual/pypy3/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD pypy3-7.3.0.ebuild 439 BLAKE2B 2110a7ee262a03ac4ea18a88e32265655d8ff2534b398f7ccd5ebe4f33584da8c44a2fd800075d16901b84f03c8a9da8ad32753d861659761ce5666692d95d63 SHA512 f1873e05937d7fbb02bfbce9a9954d80e55abd4db24c88e1a93ed6ce9c67baf85233b511bd16a1ca596168fd2427d41cbc89a023484d3ca40b3d6f642739100e
-MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59
diff --git a/virtual/pypy3/metadata.xml b/virtual/pypy3/metadata.xml
deleted file mode 100644
index 7f4f33c6dbc9..000000000000
--- a/virtual/pypy3/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
-</pkgmetadata>
diff --git a/virtual/pypy3/pypy3-7.3.0.ebuild b/virtual/pypy3/pypy3-7.3.0.ebuild
deleted file mode 100644
index 76e6e9bb3d6e..000000000000
--- a/virtual/pypy3/pypy3-7.3.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="An obsolete virtual for PyPy3 Python implementation"
-# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
-SLOT="0/pypy36-pp73"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 gdbm ncurses sqlite tk"
-
-RDEPEND="
- >=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]"