all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
To: 63277@debbugs.gnu.org
Cc: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Subject: bug#63277: [PATCH 2/5] gnu: python-conda-package-handling: Update to 2.1.0
Date: Mon,  8 May 2023 14:04:38 +0200	[thread overview]
Message-ID: <fdb18beeabd100567599263bb76f75d43ef19e10.1683547087.git.hugo@buddelmeijer.nl> (raw)
In-Reply-To: <324846ea5414ea4c382de41e604c19d8566c7cf6.1683547087.git.hugo@buddelmeijer.nl>

* gnu/packages/package-management.scm (python-conda-package-handling): Update to 2.1.0
---
 gnu/packages/package-management.scm | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 9869dfaacf..1ebc95077b 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -952,7 +952,7 @@ (define-public python-anaconda-client
 (define-public python-conda-package-handling
   (package
     (name "python-conda-package-handling")
-    (version "1.7.3")
+    (version "2.1.0")
     (source
      (origin
        (method git-fetch)
@@ -962,25 +962,20 @@ (define-public python-conda-package-handling
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1dq6f5ks3cinb355x712bls9bvv6bli6x3c43sdkqvawdw8xgv9j"))))
+         "17k363s2ad8cfngyrazzqvq287dab64ssah2rhzj4h7v1mfy47bm"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'use-unmodified-libarchive
-           (lambda _
-             (substitute* "setup.py"
-               (("archive_and_deps") "archive"))))
          (replace 'check
-           (lambda* (#:key inputs outputs #:allow-other-keys)
-             (add-installed-pythonpath inputs outputs)
-             (invoke "pytest" "-vv" "tests"))))))
+           (lambda* (#:key tests? inputs outputs #:allow-other-keys)
+             (when tests?
+               (add-installed-pythonpath inputs outputs)
+               (invoke "pytest" "-vv" "tests")))))))
     (propagated-inputs
-     (list python-six python-tqdm))
-    (inputs
-     (list libarchive))
+     (list python-conda-package-streaming))
     (native-inputs
-     (list python-cython python-pytest python-pytest-cov
+     (list python-wheel python-pytest python-pytest-cov
            python-pytest-mock python-mock))
     (home-page "https://conda.io")
     (synopsis "Create and extract conda packages of various formats")
-- 
2.39.2





  reply	other threads:[~2023-05-08 12:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-04 14:46 bug#63277: python-anaconda-client and conda fail Etienne B. Roesch
2023-05-08 11:31 ` Hugo Buddelmeijer
2023-05-08 12:04 ` bug#63277: [PATCH 1/5] gnu: Add python-conda-package-streaming Hugo Buddelmeijer
2023-05-08 12:04   ` Hugo Buddelmeijer [this message]
2023-05-08 12:04   ` bug#63277: [PATCH 3/5] gnu: conda: Remove python-anaconda-client dependency Hugo Buddelmeijer
2023-05-08 12:04   ` bug#63277: [PATCH 4/5] gnu: python-defusedxml: Update to 0.7.1 Hugo Buddelmeijer
2023-05-08 12:04   ` bug#63277: [PATCH 5/5] gnu: python-anaconda-client: Update to 1.11.2 Hugo Buddelmeijer
2023-05-08 12:22 ` bug#63277: python-anaconda-client and conda fail Hugo Buddelmeijer
2023-09-11  8:08   ` Hugo Buddelmeijer
2023-09-11 16:21     ` Simon Tournier

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

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

  git send-email \
    --in-reply-to=fdb18beeabd100567599263bb76f75d43ef19e10.1683547087.git.hugo@buddelmeijer.nl \
    --to=hugo@buddelmeijer.nl \
    --cc=63277@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.