davexunit pushed a change to branch master
in repository guix.

      from  555e436   gnu: Add conky.
       new  f8da3af   gnu: Add ruby-arel.
       new  140b304   import: pypi: Move generally useful procedures to utils 
module.
       new  3aae814   import: Add Ruby gem importer.

The 3 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                               |    3 +-
 doc/guix.texi                             |   19 ++++
 gnu/packages/ruby.scm                     |   18 ++++
 guix/import/gem.scm                       |  131 +++++++++++++++++++++++++++++
 guix/import/pypi.scm                      |   29 +------
 guix/import/utils.scm                     |   43 +++++++++-
 guix/scripts/import.scm                   |    2 +-
 guix/scripts/import/{pypi.scm => gem.scm} |   16 ++--
 8 files changed, 222 insertions(+), 39 deletions(-)
 create mode 100644 guix/import/gem.scm
 copy guix/scripts/import/{pypi.scm => gem.scm} (87%)

Reply via email to