summaryrefslogtreecommitdiff
path: root/dev-python/invoke
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/invoke
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/invoke')
-rw-r--r--dev-python/invoke/Manifest1
-rw-r--r--dev-python/invoke/invoke-3.0.3.ebuild32
-rw-r--r--dev-python/invoke/metadata.xml15
3 files changed, 0 insertions, 48 deletions
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 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gasc@eurecom.fr</email>
- <name>Gasc Henri</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">invoke</remote-id>
- <remote-id type="github">pyinvoke/invoke</remote-id>
- <doc>https://docs.pyinvoke.org</doc>
- <bugs-to>https://github.com/pyinvoke/invoke/issues</bugs-to>
- <changelog>https://www.pyinvoke.org/changelog.html</changelog>
- </upstream>
-</pkgmetadata>