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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: TimotheeMathieu <timothee.mathieu <at> inria.fr>
Subject: bug#68613: closed (Re: [bug#68613] [PATCH] gnu: Add
 python-scikit-opt.)
Date: Sat, 10 Feb 2024 21:53:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68613: [PATCH] gnu: Add python-scikit-opt.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 68613 <at> debbugs.gnu.org.

-- 
68613: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68613
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (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 4 (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
[Message part 5 (message/rfc822, inline)]
From: TimotheeMathieu <timothee.mathieu <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: TimotheeMathieu <timothee.mathieu <at> inria.fr>
Subject: [PATCH] gnu: Add python-scikit-opt.
Date: Sat, 20 Jan 2024 12:41:00 +0100
* gnu/packages/python-science.scm (python-scikit-opt): New variable.

Change-Id: I47d6b35d9658a37a242b4db61d293fa7efd33802
---
 gnu/packages/python-science.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 3c131fe730..b385f0b211 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -318,6 +318,27 @@ (define-public python-scikit-image
      "Scikit-image is a collection of algorithms for image processing.")
     (license license:bsd-3)))
 
+(define-public python-scikit-opt
+  (package
+    (name "python-scikit-opt")
+    (version "0.6.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "scikit-opt" version))
+       (sha256
+        (base32 "0ycqizgsj7q57asc1bphzhf1fx9zqn0vx5rli7q541bas64hfqiy"))))
+    (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")
+    (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.")
+    (license license:expat)))
+
 (define-public python-scikit-optimize
   (package
     (name "python-scikit-optimize")

base-commit: 9c367ee1967b213b507a8bf041ea6c2623ceea96
-- 
2.41.0






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.