guix-commits
[Top][All Lists]
Advanced

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

branch master updated (927d4d9 -> d45dc6d)


From: Eric Bavier
Subject: branch master updated (927d4d9 -> d45dc6d)
Date: Fri, 09 Jan 2015 16:41:43 +0000

bavier pushed a change to branch master
in repository guix.

      from  927d4d9   gnu: poppler: build with openjpeg and lcms
       new  c6cb82f   import: gnu: Propagate the key-download argument.
       new  1ff2619   import: Factorize utility functions.
       new  694b317   tests: import: Factorize utility function.
       new  d45dc6d   import: Add CPAN importer.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                |    9 +-
 doc/guix.texi                              |   24 ++++-
 guix/hash.scm                              |    5 +
 guix/import/cpan.scm                       |  167 ++++++++++++++++++++++++++++
 guix/import/gnu.scm                        |    7 +-
 gnu/artwork.scm => guix/import/json.scm    |   36 +++----
 guix/import/pypi.scm                       |   47 +--------
 guix/import/utils.scm                      |   48 ++++++++-
 guix/scripts/import.scm                    |    2 +-
 guix/scripts/import/{pypi.scm => cpan.scm} |   18 ++--
 guix/tests.scm                             |   11 ++
 tests/{pypi.scm => cpan.scm}               |   93 ++++++++-------
 tests/pypi.scm                             |   11 +--
 13 files changed, 335 insertions(+), 143 deletions(-)
 create mode 100644 guix/import/cpan.scm
 copy gnu/artwork.scm => guix/import/json.scm (56%)
 copy guix/scripts/import/{pypi.scm => cpan.scm} (85%)
 copy tests/{pypi.scm => cpan.scm} (52%)



reply via email to

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