diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-25 12:01:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-25 14:13:42 +0200 |
commit | c43dfc79ff8c109c876c51178a625a6f68ceccb5 (patch) | |
tree | dfb920946f57e6495e48afa744abed91c345cf34 /virtual | |
parent | virtual/pypy3: Remove (diff) | |
download | gentoo-c43dfc79ff8c109c876c51178a625a6f68ceccb5.tar.gz gentoo-c43dfc79ff8c109c876c51178a625a6f68ceccb5.tar.bz2 gentoo-c43dfc79ff8c109c876c51178a625a6f68ceccb5.zip |
virtual/pypy: Remove
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pypy/metadata.xml | 8 | ||||
-rw-r--r-- | virtual/pypy/pypy-7.3.0.ebuild | 13 |
2 files changed, 0 insertions, 21 deletions
diff --git a/virtual/pypy/metadata.xml b/virtual/pypy/metadata.xml deleted file mode 100644 index 7f4f33c6dbc9..000000000000 --- a/virtual/pypy/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/pypy/pypy-7.3.0.ebuild b/virtual/pypy/pypy-7.3.0.ebuild deleted file mode 100644 index d6da859f3bb5..000000000000 --- a/virtual/pypy/pypy-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 PyPy Python implementation" -# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' -SLOT="0/73" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm ncurses sqlite tk" - -RDEPEND=" - >=dev-python/pypy-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]" |