GNU bug report logs -
#65571
[PATCH] gnu: Add python-casa-formats-io.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 02 Oct 2023 11:06:33 -0400
with message-id <87sf6t3vye.fsf <at> gmail.com>
and subject line Re: bug#65571: [PATCH] gnu: Add python-casa-formats-io.
has caused the debbugs.gnu.org bug report #65571,
regarding [PATCH] gnu: Add python-casa-formats-io.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
65571: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65571
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 1 year and 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.