unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 66778@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>,
	Andreas Enge <andreas@enge.fr>,
	Efraim Flashner <efraim@flashner.co.il>,
	Eric Bavier <bavier@posteo.net>
Subject: [bug#66778] [PATCH 05/19] gnu: python-pynbody: Update to 1.4.1.
Date: Fri, 27 Oct 2023 23:14:48 +0100	[thread overview]
Message-ID: <5ea09d04e9cecec945e7ce0b581e0d38b1ad6bad.1698444193.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1698444193.git.sharlatanus@gmail.com>

* gnu/packages/astronomy.scm (python-pynbody): Update to 1.4.1.
[source]: Switch to git-fetch.
---
 gnu/packages/astronomy.scm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3b85d4ec9e..9cdf264389 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3403,13 +3403,21 @@ (define-public python-pyerfa
 (define-public python-pynbody
   (package
     (name "python-pynbody")
-    (version "1.3.1")
+    (version "1.4.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "pynbody" version))
+       (method git-fetch) ;PyPi doesn't have not prebuit version.
+       (uri (git-reference
+             (url "https://github.com/pynbody/pynbody")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1yp7ja66zqmbnh7bbwbyimxq1nkrmjrcif2rzfm1hswm0fp2fbga"))))
+        (base32 "1vl1yif3bsazcil6saghrpa4qsg47fnr7xnkjpqnp44b7ipww27r"))
+       (modules '((guix build utils)))
+       (snippet
+        ;; Symlink goes to not existing directory.
+        #~(for-each delete-file '("docs/testdata"
+                                  "docs/tutorials/example_code/testdata")))))
     (build-system pyproject-build-system)
     (arguments
      (list #:test-flags #~(list
-- 
2.41.0





  parent reply	other threads:[~2023-10-27 19:16 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27 22:08 [bug#66778] [PATCH 00/19] gnu: Astronomy 2023/10 updates Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 01/19] gnu: glnemo2: Fix home-page Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 02/19] gnu: imppg: Use standard configure phase Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 03/19] gnu: python-spherical-geometry: Simplify package Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 04/19] gnu: python-spherical-geometry: Enable tests Sharlatan Hellseher
2023-10-27 22:14 ` Sharlatan Hellseher [this message]
2023-10-27 22:14 ` [bug#66778] [PATCH 06/19] gnu: python-cdflib: Update to 1.2.2 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 07/19] gnu: python-astroalign: Update to 2.5.0 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 08/19] gnu: erfa: Update to 2.0.1 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 09/19] gnu: python-pyerfa: Update to 2.0.1.1 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 10/19] gnu: libxisf: Update to 0.2.10 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 11/19] gnu: python-astropy: Update to 5.3.4 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 12/19] gnu: python-cdflib: Update to 1.2.3 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 13/19] gnu: python-crds: Update to 11.17.7 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 14/19] gnu: python-ephem: Update to 4.1.5 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 15/19] gnu: python-jwst: Update to 1.12.5 Sharlatan Hellseher
2023-10-27 22:14 ` [bug#66778] [PATCH 16/19] gnu: python-pytest-remotedata: Update to 0.4.1 Sharlatan Hellseher
2023-10-27 22:15 ` [bug#66778] [PATCH 17/19] gnu: python-pytest-doctestplus: Update to 1.0.0 Sharlatan Hellseher
2023-10-27 22:15 ` [bug#66778] [PATCH 18/19] gnu: python-pytest-astropy: Update to 0.11.0 Sharlatan Hellseher
2023-10-27 22:15 ` [bug#66778] [PATCH 19/19] gnu: python-asdf: Update to 3.0.0 Sharlatan Hellseher
2023-11-05 18:29 ` bug#66778: [PATCH 00/19] gnu: Astronomy 2023/10 updates Christopher Baines

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=5ea09d04e9cecec945e7ce0b581e0d38b1ad6bad.1698444193.git.sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=66778@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=bavier@posteo.net \
    --cc=efraim@flashner.co.il \
    /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).