From 3f9ea2fb20ccf50c2f7586797d118f74c705e3bb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 25 Sep 2020 12:01:45 +0200 Subject: virtual/pypy3: Remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- virtual/pypy3/metadata.xml | 8 -------- virtual/pypy3/pypy3-7.3.0.ebuild | 13 ------------- 2 files changed, 21 deletions(-) delete mode 100644 virtual/pypy3/metadata.xml delete mode 100644 virtual/pypy3/pypy3-7.3.0.ebuild (limited to 'virtual') 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 @@ - - - - - python@gentoo.org - Python - - 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?]" -- cgit v1.2.3-65-gdbad