repo/gentoo:master commit in: dev-python/entrypoints/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786069743.5227ca54e344e535581d6683353406f385c865be.mgorny@gentoo> |
commit: 5227ca54e344e535581d6683353406f385c865be
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 02:19:17 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 02:29:03 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5227ca54
dev-python/entrypoints: Fix variable order
Closes: https://bugs.gentoo.org/980447
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/entrypoints/entrypoints-0.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/entrypoints/entrypoints-0.4.ebuild b/dev-python/entrypoints/entrypoints-0.4.ebuild
index 0bb9c4c0542a..3eaf9a1374dd 100644
--- a/dev-python/entrypoints/entrypoints-0.4.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.4.ebuild
@@ -18,9 +18,9 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
BDEPEND="
<dev-python/flit-core-4[${PYTHON_USEDEP}]
"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest