GNU bug report logs - #65571
[PATCH] gnu: Add python-casa-formats-io.

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sun, 27 Aug 2023 20:33:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65571 in the body.
You can then email your comments to 65571 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andreas <at> enge.fr, efraim <at> flashner.co.il, bavier <at> posteo.net, guix-patches <at> gnu.org:
bug#65571; Package guix-patches. (Sun, 27 Aug 2023 20:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
New bug report received and forwarded. Copy sent to andreas <at> enge.fr, efraim <at> flashner.co.il, bavier <at> posteo.net, guix-patches <at> gnu.org. (Sun, 27 Aug 2023 20:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Iliya Tikhonenko <tikhonenko <at> mpe.mpg.de>
Subject: [PATCH] gnu: Add python-casa-formats-io.
Date: Sun, 27 Aug 2023 21:32:35 +0100
* gnu/packages/astronomy.scm (python-casa-formats-io): New variable.

Co-Authored-By: Iliya Tikhonenko <tikhonenko <at> mpe.mpg.de>
---
 gnu/packages/astronomy.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e8499bb4b4..bcc3d8494a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1611,6 +1611,37 @@ (define-public python-bayesicfitting
 Herschel.")
     (license license:gpl3+)))
 
+(define-public python-casa-formats-io
+  (package
+    (name "python-casa-formats-io")
+    (version "0.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "casa-formats-io" version))
+              (sha256
+               (base32
+                "07cchih2ws6jf6q1a4xhkv0jk96s3w08kzxx9l1911wzqk0pw9pj"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'check 'build-extensions
+            (lambda _
+              (invoke "python" "setup.py" "build_ext" "--inplace"))))))
+    (native-inputs
+     (list python-pytest python-pytest-cov python-pytest-openfiles))
+    (propagated-inputs
+     (list python-astropy python-click python-dask python-numpy))
+    (home-page "https://casa-formats-io.readthedocs.io/")
+    (synopsis "Dask-based reader for CASA data")
+    (description
+     "The casa-formats-io package is a small package which implements functionality
+to read data stored in @acronym{CASA, Common Astronomy Software Applications}
+formats (such as .image datasets).  This implementation is independent of and
+does not use casacore.")
+    (license license:lgpl2.0)))
+
 (define-public python-ccdproc
   (package
     (name "python-ccdproc")

base-commit: 37cca1d87e18c257a9697110557a2bfaf9bc684b
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#65571; Package guix-patches. (Wed, 27 Sep 2023 15:34:02 GMT) Full text and rfc822 format available.

Message #8 received at 65571 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 65571 <at> debbugs.gnu.org
Cc: Christopher Baines <mail <at> cbaines.net>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Date: Wed, 27 Sep 2023 16:32:46 +0100
Hi,

A gentle ping on this one. QA as green as spring leaves :-)

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 02 Oct 2023 15:07:01 GMT) Full text and rfc822 format available.

Notification sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
bug acknowledged by developer. (Mon, 02 Oct 2023 15:07:01 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: Andreas Enge <andreas <at> enge.fr>, Eric Bavier <bavier <at> posteo.net>,
 65571-done <at> debbugs.gnu.org, Iliya Tikhonenko <tikhonenko <at> mpe.mpg.de>,
 Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: bug#65571: [PATCH] gnu: Add python-casa-formats-io.
Date: Mon, 02 Oct 2023 11:06:33 -0400
Hello,

Sharlatan Hellseher <sharlatanus <at> gmail.com> writes:

> * gnu/packages/astronomy.scm (python-casa-formats-io): New variable.
>
> Co-Authored-By: Iliya Tikhonenko <tikhonenko <at> mpe.mpg.de>
> ---
>  gnu/packages/astronomy.scm | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
>
> diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
> index e8499bb4b4..bcc3d8494a 100644
> --- a/gnu/packages/astronomy.scm
> +++ b/gnu/packages/astronomy.scm
> @@ -1611,6 +1611,37 @@ (define-public python-bayesicfitting
>  Herschel.")
>      (license license:gpl3+)))
>  
> +(define-public python-casa-formats-io
> +  (package
> +    (name "python-casa-formats-io")
> +    (version "0.2.1")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "casa-formats-io" version))
> +              (sha256
> +               (base32
> +                "07cchih2ws6jf6q1a4xhkv0jk96s3w08kzxx9l1911wzqk0pw9pj"))))
> +    (build-system pyproject-build-system)
> +    (arguments
> +     (list
> +      #:phases
> +      #~(modify-phases %standard-phases
> +          (add-before 'check 'build-extensions
> +            (lambda _
> +              (invoke "python" "setup.py" "build_ext" "--inplace"))))))
> +    (native-inputs
> +     (list python-pytest python-pytest-cov python-pytest-openfiles))
> +    (propagated-inputs
> +     (list python-astropy python-click python-dask python-numpy))
> +    (home-page "https://casa-formats-io.readthedocs.io/")
> +    (synopsis "Dask-based reader for CASA data")
> +    (description
> +     "The casa-formats-io package is a small package which implements functionality
> +to read data stored in @acronym{CASA, Common Astronomy Software Applications}
> +formats (such as .image datasets).  This implementation is independent of and
> +does not use casacore.")
> +    (license license:lgpl2.0)))

Applied, after adding some Texinfo sugar:

--8<---------------cut here---------------start------------->8---
modified   gnu/packages/astronomy.scm
@@ -1649,10 +1649,10 @@ (define-public python-casa-formats-io
     (home-page "https://casa-formats-io.readthedocs.io/")
     (synopsis "Dask-based reader for CASA data")
     (description
-     "The casa-formats-io package is a small package which implements functionality
-to read data stored in @acronym{CASA, Common Astronomy Software Applications}
-formats (such as .image datasets).  This implementation is independent of and
-does not use casacore.")
+     "The @code{casa-formats-io} package is a small package which implements
+functionality to read data stored in @acronym{CASA, Common Astronomy Software
+Applications} formats (such as @file{.image} datasets).  This implementation
+is independent of and does not use @code{casacore}.")
     (license license:lgpl2.0)))
 
 (define-public python-ccdproc
--8<---------------cut here---------------end--------------->8---

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 31 Oct 2023 11:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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