diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-15 03:04:45 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-15 03:04:45 -0500 |
| commit | 2c34c3402bb20be0fbb58513da479b431ecc7320 (patch) | |
| tree | 53a49676a7aa41b31db56731ff381a8dcce4d2de /dev-python/nextinspace | |
| parent | 22ab5437b999b26eb3960d336dd392ccab062827 (diff) | |
| download | baldeagleos-repo-2c34c3402bb20be0fbb58513da479b431ecc7320.tar.gz baldeagleos-repo-2c34c3402bb20be0fbb58513da479b431ecc7320.tar.xz baldeagleos-repo-2c34c3402bb20be0fbb58513da479b431ecc7320.zip | |
Adding metadata
Diffstat (limited to 'dev-python/nextinspace')
| -rw-r--r-- | dev-python/nextinspace/nextinspace-3.0.1.ebuild | 9 | ||||
| -rw-r--r-- | dev-python/nextinspace/nextinspace-9999.ebuild | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/dev-python/nextinspace/nextinspace-3.0.1.ebuild b/dev-python/nextinspace/nextinspace-3.0.1.ebuild index 5a44788bf6d5..d7cfc842e967 100644 --- a/dev-python/nextinspace/nextinspace-3.0.1.ebuild +++ b/dev-python/nextinspace/nextinspace-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,11 +25,6 @@ RDEPEND=" >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] >=dev-python/requests-2.24[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.8[${PYTHON_USEDEP}] - ) -" +EPYTEST_PLUGINS=( pytest-lazy-fixtures requests-mock ) distutils_enable_tests pytest diff --git a/dev-python/nextinspace/nextinspace-9999.ebuild b/dev-python/nextinspace/nextinspace-9999.ebuild index 23039ff15516..d7314c82636e 100644 --- a/dev-python/nextinspace/nextinspace-9999.ebuild +++ b/dev-python/nextinspace/nextinspace-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,11 +25,6 @@ RDEPEND=" >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}] >=dev-python/requests-2.24[${PYTHON_USEDEP}] " -BDEPEND=" - test? ( - dev-python/pytest-lazy-fixtures[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.8[${PYTHON_USEDEP}] - ) -" +EPYTEST_PLUGINS=( pytest-lazy-fixtures requests-mock ) distutils_enable_tests pytest |
