GNU bug report logs - #48784
[PATCH] gnu: python-asdf: Adjust inputs.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Tue, 1 Jun 2021 20:27:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#48784: closed (Re: bug#48784: [PATCH] gnu: python-asdf:
 Adjust inputs.)
Date: Fri, 04 Jun 2021 12:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48784: [PATCH] gnu: python-asdf: Adjust inputs.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 48784 <at> debbugs.gnu.org.

-- 
48784: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48784
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 48784-done <at> debbugs.gnu.org
Subject: Re: bug#48784: [PATCH] gnu: python-asdf: Adjust inputs.
Date: Fri, 04 Jun 2021 14:14:54 +0200
> * gnu/packages/astronomy.scm (python-asdf)[native-inputs]: Remove python-semantic-version.
> [inputs]: Move python-importlib-resources, python-jsonschema, python-numpy,
> python-pyyaml ...
> [propagated-inputs]: ... here. Add python-semantic-version.

Pushed as 990ace8714e6e2c7d54da819e9cca9ef863875e1.

Thanks,

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: python-asdf: Adjust inputs.
Date: Tue,  1 Jun 2021 20:26:34 +0000
* gnu/packages/astronomy.scm (python-asdf)[native-inputs]: Remove python-semantic-version.
[inputs]: Move python-importlib-resources, python-jsonschema, python-numpy,
python-pyyaml ...
[propagated-inputs]: ... here. Add python-semantic-version.
---
 gnu/packages/astronomy.scm | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 907541d5c8..2bee5cc32f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2020 R Veera Kumar <vkor <at> vkten.in>
 ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv <at> posteo.net>
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
+;;; Copyright © 2021 Vinicius Monego <monego <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1099,21 +1100,21 @@ of stand-alone functions and classes.")
      ;; depends on asdf. Disable circular dependence.
      `(#:tests? #f))
     (native-inputs
-     `(("packaging" ,python-packaging)
-       ("semantic-version" ,python-semantic-version)
-       ("setuptools-scm" ,python-setuptools-scm)))
-     (inputs
-      `(("importlib-resources" ,python-importlib-resources)
-        ("jsonschema" ,python-jsonschema)
-        ("numpy" ,python-numpy)
-        ("pyyaml" ,python-pyyaml)))
-     (home-page "https://github.com/asdf-format/asdf")
-     (synopsis "Python tools to handle ASDF files")
-     (description
-      "The Advanced Scientific Data Format (ASDF) is a next-generation
+     `(("python-packaging" ,python-packaging)
+       ("python-setuptools-scm" ,python-setuptools-scm)))
+    (propagated-inputs
+     `(("python-importlib-resources" ,python-importlib-resources)
+       ("python-jsonschema" ,python-jsonschema)
+       ("python-numpy" ,python-numpy)
+       ("python-pyyaml" ,python-pyyaml)
+       ("python-semantic-version" ,python-semantic-version)))
+    (home-page "https://github.com/asdf-format/asdf")
+    (synopsis "Python tools to handle ASDF files")
+    (description
+     "The Advanced Scientific Data Format (ASDF) is a next-generation
 interchange format for scientific data.  This package contains the Python
 implementation of the ASDF Standard.")
-     (license license:bsd-3)))
+    (license license:bsd-3)))
 
 (define-public python-astroalign
   (package
-- 
2.31.1




This bug report was last modified 3 years and 347 days ago.

Previous Next


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