diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-15 10:12:35 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-15 10:12:35 -0500 |
| commit | 99d6652f1c56f6bd0f2fbc564d613297121a6976 (patch) | |
| tree | 555e8d7b4386d89c9230126ef0d9e7ec6e340f7a /dev-python/python-fire | |
| parent | a5a137d12774b833cc8730fc291f88c7582658dd (diff) | |
| download | baldeagleos-repo-99d6652f1c56f6bd0f2fbc564d613297121a6976.tar.gz baldeagleos-repo-99d6652f1c56f6bd0f2fbc564d613297121a6976.tar.xz baldeagleos-repo-99d6652f1c56f6bd0f2fbc564d613297121a6976.zip | |
Adding metadata
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 |
