repo/proj/guru:dev commit in: dev-python/python-fire/
"Gil Ferrand" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786748263.2da806965bb25867d8fc1f19f851311f9e0e3cce.bakedsnake@gentoo> |
commit: 2da806965bb25867d8fc1f19f851311f9e0e3cce
Author: bakedsnake <bakedsnake <AT> vagrantz <DOT> xyz>
AuthorDate: Fri Aug 14 22:55:04 2026 +0000
Commit: Gil Ferrand <bakedsnake <AT> vagrantz <DOT> xyz>
CommitDate: Fri Aug 14 22:57:43 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2da80696
dev-python/python-fire: remove PYTHON_REQUIRED_USE
Removes `PYTHON_REQUIRED_USE` and `PYTHON_DEPS`.
Adds `pytest-asyncio` to `EPYTEST_PLUGINS`.
Signed-off-by: bakedsnake <bakedsnake <AT> vagrantz.xyz>
.../{python-fire-0.7.0-r2.ebuild => python-fire-0.7.0-r3.ebuild} | 8 +-------
.../{python-fire-0.7.1.ebuild => python-fire-0.7.1-r1.ebuild} | 8 +-------
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/dev-python/python-fire/python-fire-0.7.0-r2.ebuild b/dev-python/python-fire/python-fire-0.7.0-r3.ebuild
similarity index 92%
rename from dev-python/python-fire/python-fire-0.7.0-r2.ebuild
rename to dev-python/python-fire/python-fire-0.7.0-r3.ebuild
index 28dcd0aecd..bd1117b6df 100644
--- a/dev-python/python-fire/python-fire-0.7.0-r2.ebuild
+++ b/dev-python/python-fire/python-fire-0.7.0-r3.ebuild
@@ -15,16 +15,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
RDEPEND="
- ${PYTHON_DEPS}
dev-python/six[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
"
-BDEPEND="
- ${PYTHON_DEPS}
-"
DEPEND="
${RDEPEND}
test? (
@@ -41,7 +35,7 @@ PATCHES=(
"${FILESDIR}/python-fire-inspect.patch"
)
-EPYTEST_PLUGINS=( )
+EPYTEST_PLUGINS=( pytest-asyncio )
distutils_enable_tests pytest
diff --git a/dev-python/python-fire/python-fire-0.7.1.ebuild b/dev-python/python-fire/python-fire-0.7.1-r1.ebuild
similarity index 90%
rename from dev-python/python-fire/python-fire-0.7.1.ebuild
rename to dev-python/python-fire/python-fire-0.7.1-r1.ebuild
index bb97065190..93b9d71a5d 100644
--- a/dev-python/python-fire/python-fire-0.7.1.ebuild
+++ b/dev-python/python-fire/python-fire-0.7.1-r1.ebuild
@@ -15,16 +15,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
RDEPEND="
- ${PYTHON_DEPS}
dev-python/six[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
"
-BDEPEND="
- ${PYTHON_DEPS}
-"
DEPEND="
${RDEPEND}
test? (
@@ -41,7 +35,7 @@ PATCHES=(
"${FILESDIR}/python-fire-inspect.patch"
)
-EPYTEST_PLUGINS=( )
+EPYTEST_PLUGINS=( pytest-asyncio )
distutils_enable_tests pytest