summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-26 22:38:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-27 21:37:16 +0100
commit13ce9973141091b2378083566f67b3e3d5f01a67 (patch)
tree220d1ca86d00eb9ff8cd6b339fa2f6ac1ecfb5eb /gnu/packages/python-xyz.scm
parentdcf6ee11c79d3c0918d61d55d777649232888e04 (diff)
gnu: python-zeroc-ice-3.6: Move closer to python-zeroc-ice.
* gnu/packages/python-xyz.scm (python-zeroc-ice-3.6): Move variable after python-zeroc-ice. Change-Id: If63359d3b5fb1821a3d8232bdd266aba2225a597
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm29
1 files changed, 15 insertions, 14 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7e8a07d1563..f30340c9c2c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40196,6 +40196,21 @@ software by taking care of all interactions with low-level network programming
interfaces.")
(license license:gpl2)))
+;; Package variant to build python-omero-py@5.20.0
+(define-public python-zeroc-ice-3.6
+ (package
+ (inherit python-zeroc-ice)
+ (version "3.6.5")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "zeroc-ice" version))
+ (sha256
+ (base32
+ "0mikjfvq26kh8asnn9v55z41pap4c5ypymqnwwi4xkavc3mzyda2"))
+ (patches
+ (search-patches
+ "python-zeroc-ice-3.6.5-python-3.11-support.patch"))))))
+
(define-public python-islenska
(package
(name "python-islenska")
@@ -40296,20 +40311,6 @@ instance in spelling correction, predictive typing, to help disabled people
write text fast, and for various text generation, statistics, and modeling tasks.")
(license license:expat)))
-(define-public python-zeroc-ice-3.6
- (package
- (inherit python-zeroc-ice)
- (version "3.6.5")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "zeroc-ice" version))
- (sha256
- (base32
- "0mikjfvq26kh8asnn9v55z41pap4c5ypymqnwwi4xkavc3mzyda2"))
- (patches
- (search-patches
- "python-zeroc-ice-3.6.5-python-3.11-support.patch"))))))
-
(define-public python-whenever
(package
(name "python-whenever")