summaryrefslogtreecommitdiff
path: root/dev-python/python-fire
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-fire')
-rw-r--r--dev-python/python-fire/python-fire-0.7.0-r4.ebuild (renamed from dev-python/python-fire/python-fire-0.7.0-r2.ebuild)9
-rw-r--r--dev-python/python-fire/python-fire-0.7.1-r2.ebuild (renamed from dev-python/python-fire/python-fire-0.7.1.ebuild)9
2 files changed, 2 insertions, 16 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-r4.ebuild
index f60ef72eb258..e6dbbadf27fe 100644
--- a/dev-python/python-fire/python-fire-0.7.0-r2.ebuild
+++ b/dev-python/python-fire/python-fire-0.7.0-r4.ebuild
@@ -15,22 +15,15 @@ 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? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
)
@@ -41,7 +34,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-r2.ebuild
index 574b70d2b666..23e7d9c72d8e 100644
--- a/dev-python/python-fire/python-fire-0.7.1.ebuild
+++ b/dev-python/python-fire/python-fire-0.7.1-r2.ebuild
@@ -15,22 +15,15 @@ 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? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
)
@@ -41,7 +34,7 @@ PATCHES=(
"${FILESDIR}/python-fire-inspect.patch"
)
-EPYTEST_PLUGINS=( )
+EPYTEST_PLUGINS=( pytest-asyncio )
distutils_enable_tests pytest