diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-01-18 17:36:40 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-01-18 17:46:08 +0100 |
commit | d499ace30e68facdc7554d30b689843f1ddb19cb (patch) | |
tree | 801b1ec6b3d929ca99e0183c1a386b7039097f53 /virtual | |
parent | virtual/python-greenlet: treeclean (diff) | |
download | gentoo-d499ace30e68facdc7554d30b689843f1ddb19cb.tar.gz gentoo-d499ace30e68facdc7554d30b689843f1ddb19cb.tar.bz2 gentoo-d499ace30e68facdc7554d30b689843f1ddb19cb.zip |
virtual/python-cffi: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-cffi/metadata.xml | 9 | ||||
-rw-r--r-- | virtual/python-cffi/python-cffi-1.ebuild | 18 |
2 files changed, 0 insertions, 27 deletions
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*')" |