diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-18 20:07:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-18 20:07:15 +0000 |
commit | a4c0eb2444b57e79bce0a088e5936ed71c415e8f (patch) | |
tree | 61a990b001109844a226b1fbe33bb38486a88c8e /virtual/python-cffi | |
parent | e60b61e39bb9b7cbf525baa183a5a19234f335fa (diff) |
gentoo auto-resync : 18:01:2024 - 20:07:15
Diffstat (limited to 'virtual/python-cffi')
-rw-r--r-- | virtual/python-cffi/Manifest | 2 | ||||
-rw-r--r-- | virtual/python-cffi/metadata.xml | 9 | ||||
-rw-r--r-- | virtual/python-cffi/python-cffi-1.ebuild | 18 |
3 files changed, 0 insertions, 29 deletions
diff --git a/virtual/python-cffi/Manifest b/virtual/python-cffi/Manifest deleted file mode 100644 index 3d564c29a2a1..000000000000 --- a/virtual/python-cffi/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD python-cffi-1.ebuild 613 BLAKE2B 67c6d267ad238ded4eb03f01f4159cc90c53af9e7f9db58d8d5bb1e8343cd1fac933831acc01467fc7e5acf4cd93f02301b5a42ca8a05ac9beeb98af71811dc2 SHA512 94137803455e5a9f24c3d515ca15ecf6f2ab9366c5ca926023ab6f0f55040bd3b487b64f862a791054c2f3e36ebbbbe64aee95d77cac1827237256e5f7123e8b -MISC metadata.xml 265 BLAKE2B 369a57fab1283b596588a82815bfe567fe7617b5c0cb17e97f6694beefdd1e932b0d9ffc1fcb23c6ef05b33d97b3c1d1bb3960618ffdf4924c4ebad262794282 SHA512 a682dac348f2d95b986749f4d33e5702c1e8f66cf2ff7a32a5c2a8d388ddbfde2919d97345028c2007415368d395c7cf657184be89f7def27c949f1af5c30170 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*')" |