summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2024-01-18 17:36:40 +0100
committerJakov Smolić <jsmolic@gentoo.org>2024-01-18 17:46:08 +0100
commitd499ace30e68facdc7554d30b689843f1ddb19cb (patch)
tree801b1ec6b3d929ca99e0183c1a386b7039097f53
parentvirtual/python-greenlet: treeclean (diff)
downloadgentoo-d499ace30e68facdc7554d30b689843f1ddb19cb.tar.gz
gentoo-d499ace30e68facdc7554d30b689843f1ddb19cb.tar.bz2
gentoo-d499ace30e68facdc7554d30b689843f1ddb19cb.zip
virtual/python-cffi: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--profiles/package.deprecated12
-rw-r--r--profiles/package.mask7
-rw-r--r--virtual/python-cffi/metadata.xml9
-rw-r--r--virtual/python-cffi/python-cffi-1.ebuild18
4 files changed, 1 insertions, 45 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 6a6d86fc199e..2bafcca9d4ac 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file specifies packages that are considered deprecated (but not
@@ -60,16 +60,6 @@ dev-perl/Type-Tie
# which ensures a sound server is installed via PDEPEND.
media-sound/pulseaudio
-# Michał Górny <mgorny@gentoo.org> (2023-05-29)
-# Use the following snippet instead:
-#
-# $(python_gen_cond_dep '
-# dev-python/cffi[${PYTHON_USEDEP}]
-# ' 'python*')
-#
-# Possibly adding version constraints if package declares them.
-virtual/python-cffi
-
# Sam James <sam@gentoo.org> (2023-04-07)
# Inactive upstream, doesn't support newer Rubies.
# Please port your package to use dev-ruby/erubis instead.
diff --git a/profiles/package.mask b/profiles/package.mask
index 4be82d2cb1b4..f2ec88beca91 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -515,13 +515,6 @@ dev-ruby/http:4
=sys-kernel/vanilla-kernel-6.1.64
=sys-kernel/vanilla-kernel-6.1.65
-# Michał Górny <mgorny@gentoo.org> (2023-12-08)
-# The both remaining virtuals are deprecated in favor of using
-# python_gen_cond_dep directly, and no longer used in any packages
-# in ::gentoo.
-# Removal on 2024-01-07. Bug #919467.
-virtual/python-cffi
-
# Sam James <sam@gentoo.org> (2023-12-08)
# Broken build system:
# https://github.com/iovisor/bcc/issues/4823
diff --git a/virtual/python-cffi/metadata.xml b/virtual/python-cffi/metadata.xml
deleted file mode 100644
index 6ef265a39adb..000000000000
--- a/virtual/python-cffi/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-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild
deleted file mode 100644
index 6aab1ec78c19..000000000000
--- a/virtual/python-cffi/python-cffi-1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for the Python cffi package"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# built-in in PyPy and PyPy3
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')"