GNU bug report logs - #68613
[PATCH] gnu: Add python-scikit-opt.

Previous Next

Package: guix-patches;

Reported by: TimotheeMathieu <timothee.mathieu <at> inria.fr>

Date: Sat, 20 Jan 2024 17:27:03 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #16 received at 68613-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: TimotheeMathieu <timothee.mathieu <at> inria.fr>
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Lars-Dominik Braun <lars <at> 6xq.net>,
 jgart <jgart <at> dismail.de>, Marius Bakke <marius <at> gnu.org>,
 68613-done <at> debbugs.gnu.org
Subject: Re: [bug#68613] [PATCH] gnu: Add python-scikit-opt.
Date: Sat, 10 Feb 2024 22:51:33 +0100
[Message part 1 (text/plain, inline)]
Hi,

TimotheeMathieu <timothee.mathieu <at> inria.fr> skribis:

> * gnu/packages/python-science.scm (python-scikit-opt): New variable.
>
> Change-Id: I47d6b35d9658a37a242b4db61d293fa7efd33802

In the meantime, qa.guix caught up and apparently all is fine.

Applied with the changes below, as per:

  https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html

Thanks,
Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index c02c2b3f9b..2cdada5ef3 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -352,12 +352,12 @@ (define-public python-scikit-opt
     (build-system pyproject-build-system)
     (propagated-inputs (list python-numpy python-scipy))
     (home-page "https://github.com/guofei9987/scikit-opt")
-    (synopsis "Swarm Intelligence in Python")
+    (synopsis "Swarm intelligence algorithm in Python")
     (description
-     "Scikit-opt(or sko) is a Python module of Swarm Intelligence
-                  Algorithm.  Such as Genetic Algorithm, Particle Swarm Optimization,
-                  Simulated Annealing, Ant Colony Algorithm, Immune Algorithm,
-                  Artificial Fish Swarm Algorithm.")
+     "Scikit-opt (or sko) is a Python module implementing @dfn{swarm
+intelligence} algorithms: genetic algorithm, particle swarm optimization,
+simulated annealing, ant colony algorithm, immune algorithm, artificial fish
+swarm algorithm.")
     (license license:expat)))
 
 (define-public python-scikit-optimize

This bug report was last modified 1 year and 103 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.