From 4df758340c38fb7f188a6356561aeb4ed2c3f38c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Oct 2022 13:29:57 +0100 Subject: gentoo auto-resync : 08:10:2022 - 13:29:57 --- dev-python/pytest-helpers-namespace/Manifest | 2 +- .../pytest-helpers-namespace-2021.12.29-r1.ebuild | 43 +++++++++++++++++++++ .../pytest-helpers-namespace-2021.12.29.ebuild | 44 ---------------------- 3 files changed, 44 insertions(+), 45 deletions(-) create mode 100644 dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild delete mode 100644 dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild (limited to 'dev-python/pytest-helpers-namespace') diff --git a/dev-python/pytest-helpers-namespace/Manifest b/dev-python/pytest-helpers-namespace/Manifest index 566635435fc6..6acc0b32c27b 100644 --- a/dev-python/pytest-helpers-namespace/Manifest +++ b/dev-python/pytest-helpers-namespace/Manifest @@ -1,3 +1,3 @@ DIST pytest-helpers-namespace-2021.12.29.gh.tar.gz 51376 BLAKE2B cbc79e6868a18f7174b96e73e3e902ea969d5a361c141e12bf5a67eeb7c93cead61629842f8b8744e58240cd8b85f9864ed95fec7ce048446963592b41bbd7e5 SHA512 82c231ff11a36fce7b16a0ceea51c9306f7e05ca3f9e8cc7cc1c77ac9822f974d1ac893d2bf9b7154bf9593a529193daa041ccaaced6fdd9e38ba4f794f161b0 -EBUILD pytest-helpers-namespace-2021.12.29.ebuild 1002 BLAKE2B 968f8a81e4ecd7feed1157f8c57107cc3a1dff2cd8044310ab4c63513f08dd7f111ffefe62ab51446087e48d7c153e8733f294789400b01d646c883826ec73f7 SHA512 8a18e7d72c12e0c28eee9bed39c5204a22905e9103fbf62068b89acfd507ef6373fef68be84c6b719a21cdec9b59eea4aae21e2533b3d9df88fcf8692679ec61 +EBUILD pytest-helpers-namespace-2021.12.29-r1.ebuild 936 BLAKE2B 1996ddee3d61e6e104f8081277e580424e93aaa2fb5bf656ad167a60a5715cb086994584b4fb7f34c5beba0c6d4b9b5591d0e4bb35b03776be23353535f756c7 SHA512 2ad916b3e86a4922abe9cda3ce8fb7f19e85ab41059bcd4c0624d7e33674b6885c091895418065dc02cbfe86ce61c592948f81acbff823956926289b28c29925 MISC metadata.xml 514 BLAKE2B d2cf552d0b34b0556bffdb2afb6524b5c0ce81d503a6a1dc2b4957beea0c96c1eb3ea4f6e61bd4351a26fa2983d10b155a58bbf04fcfba1fe4e55f720a7db09a SHA512 9aa9a28164597c7a6bec22f6c07f269c5954b02a4a7523373866e60f2d6824c83dd4912ca2e05081a2257f7e01e135f2544a0732d3c2f51266b331c753314108 diff --git a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild new file mode 100644 index 000000000000..e9ad86f989fc --- /dev/null +++ b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Provides a helpers pytest namespace" +HOMEPAGE=" + https://github.com/saltstack/pytest-helpers-namespace/ + https://pypi.org/project/pytest-helpers-namespace/ +" +SRC_URI=" + https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + +RDEPEND=" + >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-forked[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + local -x PYTEST_PLUGINS=pytest_helpers_namespace.plugin + epytest -p pytest_forked --forked +} diff --git a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild deleted file mode 100644 index 83122e6a1198..000000000000 --- a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="Provides a helpers pytest namespace" -HOMEPAGE=" - https://github.com/saltstack/pytest-helpers-namespace/ - https://pypi.org/project/pytest-helpers-namespace/ -" -SRC_URI=" - https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" - -RDEPEND=" - >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-declarative-requirements[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-forked[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=pytest_helpers_namespace.plugin - epytest -p pytest_forked --forked -} -- cgit v1.2.3