From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/invoke/Manifest | 1 - dev-python/invoke/invoke-3.0.3.ebuild | 32 -------------------------------- dev-python/invoke/metadata.xml | 15 --------------- 3 files changed, 48 deletions(-) delete mode 100644 dev-python/invoke/Manifest delete mode 100644 dev-python/invoke/invoke-3.0.3.ebuild delete mode 100644 dev-python/invoke/metadata.xml (limited to 'dev-python/invoke') diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest deleted file mode 100644 index 7f5ae2fac345..000000000000 --- a/dev-python/invoke/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST invoke-3.0.3.gh.tar.gz 314273 BLAKE2B bf88a6b7e327c612a0b424478498594dffdb072d55071c39d1f8571d95bd111dcdb3f070912a13363944099c4f21eb45b23b20c31a9e3654c45130f7ad15f98e SHA512 7c6703b9494e9baae12110cf006eab8897b61a7e00fee5aaedc54d4227fe1fc44707246fdf7dc5b37fb3025b25401476c0f9aa84f013b32872ee409f6e5fab84 diff --git a/dev-python/invoke/invoke-3.0.3.ebuild b/dev-python/invoke/invoke-3.0.3.ebuild deleted file mode 100644 index 278d212fca0e..000000000000 --- a/dev-python/invoke/invoke-3.0.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 - -DESCRIPTION="Pythonic task execution" -HOMEPAGE="https://github.com/pyinvoke/invoke https://pypi.org/project/invoke/" -SRC_URI="https://github.com/pyinvoke/invoke/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -BDEPEND=" - test? ( - dev-python/decorator[${PYTHON_USEDEP}] - >=dev-python/icecream-2.1[${PYTHON_USEDEP}] - >=dev-python/pytest-relaxed-2[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -EPYTEST_DESELECT=( - # Most of those fails with "OSError: reading from stdin while output is captured" - # seems like it is because I do the testing in a chroot - # Because there are 112 tests that fails, I'd rather skip the file than manually add 112 tests - tests/runners.py -) diff --git a/dev-python/invoke/metadata.xml b/dev-python/invoke/metadata.xml deleted file mode 100644 index af12d05c33a1..000000000000 --- a/dev-python/invoke/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - gasc@eurecom.fr - Gasc Henri - - - invoke - pyinvoke/invoke - https://docs.pyinvoke.org - https://github.com/pyinvoke/invoke/issues - https://www.pyinvoke.org/changelog.html - - -- cgit v1.3.1