summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-25 12:01:45 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-25 14:13:41 +0200
commit3f9ea2fb20ccf50c2f7586797d118f74c705e3bb (patch)
treeeebd15123a5aa5be6c86d8ba59103a5d05b4ffbd /virtual
parentpackage.mask: Remove dev-python/pypy* RC mask (diff)
downloadgentoo-3f9ea2fb20ccf50c2f7586797d118f74c705e3bb.tar.gz
gentoo-3f9ea2fb20ccf50c2f7586797d118f74c705e3bb.tar.bz2
gentoo-3f9ea2fb20ccf50c2f7586797d118f74c705e3bb.zip
virtual/pypy3: Remove
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/pypy3/metadata.xml8
-rw-r--r--virtual/pypy3/pypy3-7.3.0.ebuild13
2 files changed, 0 insertions, 21 deletions
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?]"