commit: d499ace30e68facdc7554d30b689843f1ddb19cb Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 16:36:40 2024 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 16:46:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d499ace3
virtual/python-cffi: treeclean Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.deprecated | 12 +----------- profiles/package.mask | 7 ------- virtual/python-cffi/metadata.xml | 9 --------- virtual/python-cffi/python-cffi-1.ebuild | 18 ------------------ 4 files changed, 1 insertion(+), 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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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>[email protected]</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*')"
