summaryrefslogtreecommitdiff
path: root/dev-python/warlock
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-02 03:04:32 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-02 03:04:32 -0500
commit062a52bd61f4f8d6a9eb95e7a1057ad2970ff3d2 (patch)
tree4d40457c00bac6e801aa3ed267d67f0ab1696d63 /dev-python/warlock
parentab43701157ca1662c9ed2c0da7aa0a795c2e3852 (diff)
downloadbaldeagleos-repo-062a52bd61f4f8d6a9eb95e7a1057ad2970ff3d2.tar.gz
baldeagleos-repo-062a52bd61f4f8d6a9eb95e7a1057ad2970ff3d2.tar.xz
baldeagleos-repo-062a52bd61f4f8d6a9eb95e7a1057ad2970ff3d2.zip
Adding metadata
Diffstat (limited to 'dev-python/warlock')
-rw-r--r--dev-python/warlock/warlock-2.1.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/warlock/warlock-2.1.0.ebuild b/dev-python/warlock/warlock-2.1.0.ebuild
index 37420d54aa27..4cc094701b73 100644
--- a/dev-python/warlock/warlock-2.1.0.ebuild
+++ b/dev-python/warlock/warlock-2.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-DISTUTILS_USE_PEP517=flit
+DISTUTILS_USE_PEP517=flit-core
PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1
@@ -27,6 +27,7 @@ RDEPEND="
=dev-python/jsonschema-4*[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {