summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/arch/ia64/package.mask1
-rw-r--r--profiles/package.mask1
-rw-r--r--virtual/python-greenlet/metadata.xml9
-rw-r--r--virtual/python-greenlet/python-greenlet-1.0-r2.ebuild16
4 files changed, 0 insertions, 27 deletions
diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask
index 47b2b567a44f..a9dc726d7b2d 100644
--- a/profiles/arch/ia64/package.mask
+++ b/profiles/arch/ia64/package.mask
@@ -8,4 +8,3 @@
# Sergei Trofimovich <slyfox@gentoo.org> (2020-05-02)
# greenlet needs arch-specific stack switching code. There is no ia64 port.
dev-python/greenlet
-virtual/python-greenlet
diff --git a/profiles/package.mask b/profiles/package.mask
index 6ae9fc7d6397..4be82d2cb1b4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -521,7 +521,6 @@ dev-ruby/http:4
# in ::gentoo.
# Removal on 2024-01-07. Bug #919467.
virtual/python-cffi
-virtual/python-greenlet
# Sam James <sam@gentoo.org> (2023-12-08)
# Broken build system:
diff --git a/virtual/python-greenlet/metadata.xml b/virtual/python-greenlet/metadata.xml
deleted file mode 100644
index 6ef265a39adb..000000000000
--- a/virtual/python-greenlet/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
-</pkgmetadata>
diff --git a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild b/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
deleted file mode 100644
index 1308d496ae04..000000000000
--- a/virtual/python-greenlet/python-greenlet-1.0-r2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for Python greenlet module"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/greenlet[${PYTHON_USEDEP}]' 'python*')"