[PATCH] Add new missfits

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 4 years ago
(address . guix-patches@gnu.org)
CAO+9K5qMSeApbDVM9E5a1kjhNSK1Lzz=3tQbr5GZ54922qG-KA@mail.gmail.com
Hi Guix team!
This patch is part of packaging astronomy software
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From 37d2b0d71b76fe6089783b3a1c5ff1ef8f7a59e2 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 27 Jan 2021 00:11:51 +0000
Subject: [PATCH] gnu: Add missfits

* gnu/packages/astronomy.scm (missfits): New variable
---
gnu/packages/astronomy.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)

Toggle diff (40 lines)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 775a937907..81f71006a5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -421,6 +421,33 @@ standard astronomy libraries:
@end itemize\n")
(license license:gpl2+))))
+(define-public missfits
+ (package
+ (name "missfits")
+ (version "2.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://www.astromatic.net/download/"
+ name "/" name "-" version ".tar.gz"))
+ (sha256
+ (base32 "04jrd7fsvzr14vdmwgj2f6v97gdcfyjyz6jppml3ghr9xh12jxv5"))))
+ (build-system gnu-build-system)
+ (home-page "https://www.astromatic.net/software/missfits")
+ (synopsis "Provides maintenance tasks on FITS files")
+ (description
+ "MissFITS is a program that performs basic maintenance and packaging tasks on
+FITS files:
+
+@itemize
+@item add/edit FITS header keywords
+@item split/join Multi-Extension-FITS (MEF) files
+@item unpack/pack FITS data-cubes
+@item create/check/update FITS checksums, using R. Seaman's protocol
+ (see http://www.adass.org/adass/proceedings/adass94/seamanr.html)
+@end itemize\n")
+ (license license:gpl3+)))
+
(define-public xplanet
(package
(name "xplanet")
--
2.30.0
Guillaume Le Vaillant wrote 4 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 46121-done@debbugs.gnu.org)
87y2geyano.fsf@yamatai
Patch pushed as 1aee32a26e1a96dd457fcf62f97f514c7a562475.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYBE2iw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8yywD+K7fPlVDEpTeWaEKULO/GeE+n/WaAGx5ibFjq
NIaKNiUBAKeM7JxbFfnYxj+n249e5nH1uwriiWwIRWgjNP3VjaOt
=4weO
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46121@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46121
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help