guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: doc: Remove footnotes about guile-json requirements.


From: guix-commits
Subject: 01/01: doc: Remove footnotes about guile-json requirements.
Date: Mon, 3 Dec 2018 09:57:54 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit a8fdca11d85296b4df1b60a0c8ce4e33c92759af
Author: Eric Bavier <address@hidden>
Date:   Mon Dec 3 08:47:20 2018 -0600

    doc: Remove footnotes about guile-json requirements.
    
    Follow-up to 6efccabe4e2e3ea1bd14cd0e81bdb83d5f6baaea.
    
    * doc/guix.texi (Invoking guix import)[pypi, gem, cpan, json]: Remove
    footnotes mentioning requirement for Guile-JSON.
---
 doc/guix.texi | 39 ++++++++++++++++-----------------------
 1 file changed, 16 insertions(+), 23 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index b0aa5aa..7158a1d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6963,12 +6963,11 @@ refresh, @code{--key-download}}.
 @item pypi
 @cindex pypi
 Import metadata from the @uref{https://pypi.python.org/, Python Package
address@hidden functionality requires Guile-JSON to be installed.
address@hidden  Information is taken from the JSON-formatted
-description available at @code{pypi.python.org} and usually includes all
-the relevant information, including package dependencies.  For maximum
-efficiency, it is recommended to install the @command{unzip} utility, so
-that the importer can unzip Python wheels and gather data from them.
+Index}.  Information is taken from the JSON-formatted description
+available at @code{pypi.python.org} and usually includes all the relevant
+information, including package dependencies.  For maximum efficiency, it
+is recommended to install the @command{unzip} utility, so that the
+importer can unzip Python wheels and gather data from them.
 
 The command below imports metadata for the @code{itsdangerous} Python
 package:
@@ -6987,16 +6986,14 @@ in Guix.
 
 @item gem
 @cindex gem
-Import metadata from @uref{https://rubygems.org/,
address@hidden functionality requires Guile-JSON to be
-installed.  @xref{Requirements}.}.  Information is taken from the
-JSON-formatted description available at @code{rubygems.org} and includes
-most relevant information, including runtime dependencies.  There are
-some caveats, however.  The metadata doesn't distinguish between
-synopses and descriptions, so the same string is used for both fields.
-Additionally, the details of non-Ruby dependencies required to build
-native extensions is unavailable and left as an exercise to the
-packager.
+Import metadata from @uref{https://rubygems.org/, RubyGems}.  Information
+is taken from the JSON-formatted description available at
address@hidden and includes most relevant information, including
+runtime dependencies.  There are some caveats, however.  The metadata
+doesn't distinguish between synopses and descriptions, so the same string
+is used for both fields.  Additionally, the details of non-Ruby
+dependencies required to build native extensions is unavailable and left
+as an exercise to the packager.
 
 The command below imports metadata for the @code{rails} Ruby package:
 
@@ -7014,9 +7011,7 @@ in Guix.
 
 @item cpan
 @cindex CPAN
-Import metadata from @uref{https://www.metacpan.org/, address@hidden
-functionality requires Guile-JSON to be installed.
address@hidden
+Import metadata from @uref{https://www.metacpan.org/, MetaCPAN}.
 Information is taken from the JSON-formatted metadata provided through
 @uref{https://fastapi.metacpan.org/, MetaCPAN's API} and includes most
 relevant information, such as module dependencies.  License information
@@ -7100,10 +7095,8 @@ guix import texlive --archive=generic ifxetex
 
 @item json
 @cindex JSON, import
-Import package metadata from a local JSON address@hidden
-functionality requires Guile-JSON to be installed.
address@hidden  Consider the following example package
-definition in JSON format:
+Import package metadata from a local JSON file.  Consider the following
+example package definition in JSON format:
 
 @example
 @{



reply via email to

[Prev in Thread] Current Thread [Next in Thread]