diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-18 07:04:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-18 07:04:23 +0000 |
| commit | ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a (patch) | |
| tree | bc819537e71e2911443c8f83ef54825b91701fa5 /dev-python/nox | |
| parent | 6d5d9f9dd5fb1dec0c667d6f2287019e89b81dd1 (diff) | |
| download | baldeagleos-repo-ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a.tar.gz baldeagleos-repo-ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a.tar.xz baldeagleos-repo-ba4c1875f8c9ddf19f301d06ec0b76f59ea23a2a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/nox')
| -rw-r--r-- | dev-python/nox/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/nox/nox-2025.10.16.ebuild (renamed from dev-python/nox/nox-2025.05.01.ebuild) | 17 |
2 files changed, 7 insertions, 12 deletions
diff --git a/dev-python/nox/Manifest b/dev-python/nox/Manifest index 987aa6a233c5..59e8137f5b7b 100644 --- a/dev-python/nox/Manifest +++ b/dev-python/nox/Manifest @@ -1,2 +1,2 @@ -DIST nox-2025.05.01.gh.tar.gz 4023268 BLAKE2B b5cfdb095595108613b2bce716ca3fb84978278de23da21f01a5169931187837056bc1381d510f343593097ff4c779f834c06d1bcef61394e72c87db26a92022 SHA512 1b1efac7dd78029d6c61122cdafde8077bfe2635a1d3441e848847e5c81da6cd9f2db102796b855520e9d239ee5b9b782e50b40e904c9bafafcc2f44cf61e871 DIST nox-2025.10.14.gh.tar.gz 4029759 BLAKE2B fd524485099c0ed9fc363545792c44d919e6cf0abcfd11ac43fab8f9310c5225534d75a1a58c75edc2cbde46f094f148a5d6bd1aedc673e48887c2d8b5dec3c4 SHA512 94b420670391031b17bf3b77450db11bb8f047284ee8a47cf1faa0f526c46594dd4edb1941599c723c806a58aece99f83a7e668e37968b3c8ddc9ef65c9c8661 +DIST nox-2025.10.16.gh.tar.gz 4030415 BLAKE2B 1ad98e773c387669f10de8879bb81d9aeb549f30ba8976e5f8d97589df967244a81138f0dc2e7ff2ddc40e81d694ed8bbf89aa11d9988c615f0b4af100e0b495 SHA512 992bb658ffbc889eeb584a4c3c8785f2a251f111fc0cd4fbe35eb67b5463a45772cefebf2ef2e88d337e4ff7879da47ad0ec07082e904968e7e1996a7d79127d diff --git a/dev-python/nox/nox-2025.05.01.ebuild b/dev-python/nox/nox-2025.10.16.ebuild index 2b5688b68e86..0363029d0463 100644 --- a/dev-python/nox/nox-2025.05.01.ebuild +++ b/dev-python/nox/nox-2025.10.16.ebuild @@ -24,26 +24,22 @@ KEYWORDS="~amd64 ~arm64" RDEPEND=" >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}] - >=dev-python/attrs-23.1[${PYTHON_USEDEP}] + >=dev-python/attrs-24.1[${PYTHON_USEDEP}] >=dev-python/colorlog-2.6.1[${PYTHON_USEDEP}] >=dev-python/dependency-groups-1.1[${PYTHON_USEDEP}] - >=dev-python/packaging-20.9[${PYTHON_USEDEP}] - >=dev-python/virtualenv-20.14.1[${PYTHON_USEDEP}] + >=dev-python/humanize-4[${PYTHON_USEDEP}] + >=dev-python/packaging-21[${PYTHON_USEDEP}] + >=dev-python/virtualenv-20.15[${PYTHON_USEDEP}] " BDEPEND=" test? ( - dev-python/py[${PYTHON_USEDEP}] + >=dev-python/pbs-installer-2025.01.06[${PYTHON_USEDEP}] ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest -src_prepare() { - # remove upper bounds from dependencies - sed -i -e 's:<[0-9.]*,::' pyproject.toml || die - distutils-r1_src_prepare -} - python_test() { local EPYTEST_DESELECT=( # TODO: conda? @@ -65,6 +61,5 @@ python_test() { ;; esac - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest -o tmp_path_retention_policy=all } |
