commit: 525cf9bcef37674196ec427a3eb084cbb3e5b02d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 2 04:29:45 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 2 05:20:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525cf9bc
dev-python/dep-logic: Bump to 0.5.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dep-logic/Manifest | 1 +
dev-python/dep-logic/dep-logic-0.5.2.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/dep-logic/Manifest b/dev-python/dep-logic/Manifest
index 1da3008d14cb..f91b7928b663 100644
--- a/dev-python/dep-logic/Manifest
+++ b/dev-python/dep-logic/Manifest
@@ -1 +1,2 @@
DIST dep_logic-0.5.1.tar.gz 36819 BLAKE2B
30b91961b08e394e7e9282a92f703d537a0f0ba6d98f17dc19464013f5bc89e14b61e38c4600be5697696ab5b32f79a48ce30097c5e8af8685dc488bc1390805
SHA512
c4b4f77338eb7a5a236fbe24618788689c735f9369d486bfee4ec56f2bd557a7e08d07c7e19e8b34cc39b108a416d0551be98e3ed30d4bc6e3d3896abf0b85c8
+DIST dep_logic-0.5.2.tar.gz 36816 BLAKE2B
14cfb818a4f199fc5888d73c6047e2f9908e9ad7deee30fc15e17801e9d403921bbff294e9f0c4b1ca087b02960866d230f6b1539a51219554b04673d8c375c9
SHA512
7df9383dd2dc197764d162389d66f04562d1195e412567f26e410e6d369acbd815183ca9e5b780f01aab5e29d06dfe0eb9afb2b991ee3f58bb81ffabc7459ed0
diff --git a/dev-python/dep-logic/dep-logic-0.5.2.ebuild
b/dev-python/dep-logic/dep-logic-0.5.2.ebuild
new file mode 100644
index 000000000000..5a6721195d2e
--- /dev/null
+++ b/dev-python/dep-logic/dep-logic-0.5.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python dependency specifications supporting logical operations"
+HOMEPAGE="
+ https://github.com/pdm-project/dep-logic/
+ https://pypi.org/project/dep-logic/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ >=dev-python/packaging-22[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest