From e5f97e9b3fee61d79368d6833db77c36f2778f27 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 3 Jan 2024 15:34:52 +0100 Subject: [PATCH] dev-python/pluggy: Add from Gentoo It's from Gentoo commit 76f981b2c8245b15e308d000d9a60f683572da99. --- .../portage-stable/dev-python/pluggy/Manifest | 1 + .../dev-python/pluggy/metadata.xml | 17 ++++++++++++ .../dev-python/pluggy/pluggy-1.3.0.ebuild | 26 +++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pluggy/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pluggy/metadata.xml create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pluggy/pluggy-1.3.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pluggy/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/pluggy/Manifest new file mode 100644 index 0000000000..7d94b559f7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pluggy/Manifest @@ -0,0 +1 @@ +DIST pluggy-1.3.0.tar.gz 63670 BLAKE2B afa28641ec0a93e97fed2a03655c76077d046b05f49c4e584df3486dd007fb20296f61b001664d8cbb50d4400f1132f75d5de932caa1d3f92e349f78158d7ade SHA512 d4dbb449f533649da161d7e49f82da5800dabdace4f7aa239c412290470612a45a3ba3c50cafd7bd9ed26cb3aa14648bfa3ed3f41fc0db9ae9399fd7f5933d5f diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pluggy/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/pluggy/metadata.xml new file mode 100644 index 0000000000..1507ff7d08 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pluggy/metadata.xml @@ -0,0 +1,17 @@ + + + + + python@gentoo.org + Python + + + + + holger@merlinux.eu + Holger Krekel + + pluggy + pytest-dev/pluggy + + diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pluggy/pluggy-1.3.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pluggy/pluggy-1.3.0.ebuild new file mode 100644 index 0000000000..34e44f9f37 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pluggy/pluggy-1.3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Plugin and hook calling mechanisms for Python" +HOMEPAGE=" + https://pluggy.readthedocs.io/ + https://github.com/pytest-dev/pluggy/ + https://pypi.org/project/pluggy/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest