Guix-Past: update python2-mmtk

  • Done
  • quality assurance status badge
Details
2 participants
  • Konrad Hinsen
  • Ludovic Courtès
Owner
unassigned
Submitted by
Konrad Hinsen
Severity
normal
K
K
Konrad Hinsen wrote on 18 Feb 2023 16:57
(address . guix-patches@gnu.org)
m1ilfzufsy.fsf@fastmail.net
From 333230c769ae33b4e63c532aade3134ed73d7284 Mon Sep 17 00:00:00 2001
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
Date: Fri, 17 Feb 2023 14:23:25 +0100
Subject: [PATCH] past: Update python2-mmtk.

* modules/past/packages/python27.scm (python2-mmtk): Update to 2.7.13
---
modules/past/packages/python27.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/modules/past/packages/python27.scm b/modules/past/packages/python27.scm
index a748694..ca16f26 100644
--- a/modules/past/packages/python27.scm
+++ b/modules/past/packages/python27.scm
@@ -1941,7 +1941,7 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.")
(define-python2-package python2-mmtk
(package
(name "python2-mmtk")
- (version "2.7.12")
+ (version "2.7.13")
(source
(origin
(method git-fetch)
@@ -1951,7 +1951,7 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.")
(file-name (git-file-name name version))
(sha256
(base32
- "1fqwh3ba9jd42nigvn5shndgwb1zy7kh9520ncvqci7n8ffjr6p1"))))
+ "125c5z0szljf122msk5v2nj2agg3mplakazf8pd9fk5z3aw26l2d"))))
(build-system python-build-system)
(native-inputs
(list netcdf))
--
2.39.1
L
L
Ludovic Courtès wrote on 26 Feb 2023 18:23
(name . Konrad Hinsen)(address . konrad.hinsen@fastmail.net)(address . 61605-done@debbugs.gnu.org)
87v8jotk60.fsf@gnu.org
Hi,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

Toggle quote (7 lines)
>>From 333230c769ae33b4e63c532aade3134ed73d7284 Mon Sep 17 00:00:00 2001
> From: Konrad Hinsen <konrad.hinsen@fastmail.net>
> Date: Fri, 17 Feb 2023 14:23:25 +0100
> Subject: [PATCH] past: Update python2-mmtk.
>
> * modules/past/packages/python27.scm (python2-mmtk): Update to 2.7.13

Updating the past, how weird. :-)

Anyway, applied, thanks!

Ludo’.
Closed
K
K
Konrad Hinsen wrote on 27 Feb 2023 10:11
(name . Ludovic Courtès)(address . ludovic.courtes@inria.fr)(address . 61605-done@debbugs.gnu.org)
m1cz5vv5et.fsf@fastmail.net
Ludovic Courtès <ludovic.courtes@inria.fr> writes:

Toggle quote (6 lines)
>> Subject: [PATCH] past: Update python2-mmtk.
>>
>> * modules/past/packages/python27.scm (python2-mmtk): Update to 2.7.13
>
> Updating the past, how weird. :-)

Quoting Nicolas Rougier: the nice aspect of Python 2 being out of
maintenance is that we now have a performant language for scientific
computing that is guaranteed not to change any more :-)

Maybe we should rename guix-past to guix-slow-science, or guix-long-now
(in reference to the Long Now Foundation)?

Cheers,
Konrad.
Closed
L
L
Ludovic Courtès wrote on 28 Feb 2023 14:48
(name . Konrad Hinsen)(address . konrad.hinsen@fastmail.net)(address . 61605-done@debbugs.gnu.org)
87pm9tew8y.fsf@inria.fr
Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

Toggle quote (15 lines)
> Ludovic Courtès <ludovic.courtes@inria.fr> writes:
>
>>> Subject: [PATCH] past: Update python2-mmtk.
>>>
>>> * modules/past/packages/python27.scm (python2-mmtk): Update to 2.7.13
>>
>> Updating the past, how weird. :-)
>
> Quoting Nicolas Rougier: the nice aspect of Python 2 being out of
> maintenance is that we now have a performant language for scientific
> computing that is guaranteed not to change any more :-)
>
> Maybe we should rename guix-past to guix-slow-science, or guix-long-now
> (in reference to the Long Now Foundation)?

Heh, though there are things in Guix-Past that have little to do with
“slow science”.

Ludo’.
Closed
?