summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-26 06:49:23 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-26 07:03:18 +0100
commit8a3d3d1d805871bc0e4ddd7469ac6874167efdfc (patch)
treea23b7819aa2a90287e4059bf076f75227b9cb235 /dev-python
parent6e24ff47ad3cde1a906f68265bed478a3adab23e (diff)
downloadgentoo-8a3d3d1d805871bc0e4ddd7469ac6874167efdfc.tar.gz
gentoo-8a3d3d1d805871bc0e4ddd7469ac6874167efdfc.tar.bz2
gentoo-8a3d3d1d805871bc0e4ddd7469ac6874167efdfc.zip
dev-python/dep-logic: Bump to 0.4.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dep-logic/Manifest1
-rw-r--r--dev-python/dep-logic/dep-logic-0.4.11.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/dep-logic/Manifest b/dev-python/dep-logic/Manifest
index 4053556aac7f..5db23bfd9a3c 100644
--- a/dev-python/dep-logic/Manifest
+++ b/dev-python/dep-logic/Manifest
@@ -1 +1,2 @@
DIST dep_logic-0.4.10.tar.gz 35432 BLAKE2B 6b18af609747995e4417d3040b853ef28f747225fefa0a482446188d75ae3b0021919c19dae1a4fa134158b8d663edb5153d1f5c8ce1d1aca4442997351617e8 SHA512 e53832385a22a4700067871eaaea8124f2245ab36b4e5daa775598b5e699a89de9dcb17f1c4c6e19c0915baeb835fcffdc13da17b82af792ab6706b481f7ac6f
+DIST dep_logic-0.4.11.tar.gz 35450 BLAKE2B 9568cb823255e375d09f267807291a6ca7fb516e57faaa3a6d94ecaf2578f20df96ae7b0691238253057b7eba6904b9bb2ed96d4126a357cf2e8d9f9c17f4c7c SHA512 fdc004bccaf7ae0da2b0926a106d2c16373f6e3e8da4f14949cb50332150e261f7834fbb34fccf8abe269c6765ae9862c691c6719c969b21fb6e7acb8ac054c7
diff --git a/dev-python/dep-logic/dep-logic-0.4.11.ebuild b/dev-python/dep-logic/dep-logic-0.4.11.ebuild
new file mode 100644
index 000000000000..bda256e16762
--- /dev/null
+++ b/dev-python/dep-logic/dep-logic-0.4.11.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 python3_{10..13} )
+
+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