commit: 9e6fe4ea337cb585d638897508ef170fbe429d6c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 01:42:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 01:42:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6fe4ea
dev-python/dep-logic: Bump to 0.5.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dep-logic/Manifest | 1 +
dev-python/dep-logic/dep-logic-0.5.1.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/dep-logic/Manifest b/dev-python/dep-logic/Manifest
index 9d559870fd36..efcecca101fc 100644
--- a/dev-python/dep-logic/Manifest
+++ b/dev-python/dep-logic/Manifest
@@ -1 +1,2 @@
DIST dep_logic-0.5.0.tar.gz 36667 BLAKE2B
245b442eba8aca129f6c63906b1704041343b26f7bc0bfef67912c2c9f800f2cbd8ff20d7155c741303bf716e0cc5a40c99f5b84e6b625e622be7ed339b39d89
SHA512
458aa13ef623bd497bd3580a2dc17ee49cdfe31de1fb330d5f73422e2b6f49b1e415460a38a86ea8451f55c55ebfa1bd166435f764f8530285719c1a69d149bf
+DIST dep_logic-0.5.1.tar.gz 36819 BLAKE2B
30b91961b08e394e7e9282a92f703d537a0f0ba6d98f17dc19464013f5bc89e14b61e38c4600be5697696ab5b32f79a48ce30097c5e8af8685dc488bc1390805
SHA512
c4b4f77338eb7a5a236fbe24618788689c735f9369d486bfee4ec56f2bd557a7e08d07c7e19e8b34cc39b108a416d0551be98e3ed30d4bc6e3d3896abf0b85c8
diff --git a/dev-python/dep-logic/dep-logic-0.5.1.ebuild
b/dev-python/dep-logic/dep-logic-0.5.1.ebuild
new file mode 100644
index 000000000000..55ff8e432155
--- /dev/null
+++ b/dev-python/dep-logic/dep-logic-0.5.1.ebuild
@@ -0,0 +1,25 @@
+# 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}]
+"
+
+distutils_enable_tests pytest