unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 57698@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#57698] [PATCH staging 3/3] gnu: python-hmmlearn: Update to 0.2.7.
Date: Fri,  9 Sep 2022 14:31:47 +0000	[thread overview]
Message-ID: <70db9d68c0be49c3e32794be8bf4b1a8ab2d6a04.1662733471.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1662733471.git.code@greghogan.com>

* gnu/packages/machine-learning.scm (python-hmmlearn): Update to 0.2.7.
[source]<#:origin>: Remove deletion snippet for file removed upstream.
[propagated-inputs]: Add pybind11.
---
 gnu/packages/machine-learning.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index c61428486c..38bcc75e07 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3123,18 +3123,14 @@ (define-public python-torchfile
 (define-public python-hmmlearn
   (package
     (name "python-hmmlearn")
-    (version "0.2.6")
+    (version "0.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "hmmlearn" version))
        (sha256
         (base32
-         "1my0j3rzp17438idr32ssh0j969a98yjblx5igx5kgiiigr9qa1a"))
-       (snippet
-        #~(begin
-            (use-modules ((guix build utils)))
-            (delete-file "lib/hmmlearn/_hmmc.c")))))
+         "1qgnf1kdxicygy8nvpv866iqvwq0rc6xkd3s6slmvxvsy8h2fjvb"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -3146,7 +3142,11 @@ (define-public python-hmmlearn
                (with-directory-excursion (string-append (assoc-ref outputs "out") "/lib")
                  (invoke "python" "-m" "pytest"))))))))
     (propagated-inputs
-     (list python-cython python-numpy python-scikit-learn python-scipy
+     (list pybind11
+           python-cython
+           python-numpy
+           python-scikit-learn
+           python-scipy
            python-setuptools-scm))
     (native-inputs
      (list python-pytest))
-- 
2.37.2





  parent reply	other threads:[~2022-09-09 14:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09 14:29 [bug#57698] [PATCH staging 0/3] Update suitesparse Greg Hogan
2022-09-09 14:31 ` [bug#57698] [PATCH staging 1/3] gnu: suitesparse: Update to 5.13.0 Greg Hogan
2022-09-09 14:31 ` [bug#57698] [PATCH staging 2/3] gnu: octave: Update to 7.2.0 Greg Hogan
2022-09-09 14:31 ` Greg Hogan [this message]
2022-11-22 22:23 ` bug#57698: [PATCH staging 0/3] Update suitesparse Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=70db9d68c0be49c3e32794be8bf4b1a8ab2d6a04.1662733471.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=57698@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).