guix-commits
[Top][All Lists]
Advanced

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

branch master updated (0928e55 -> c78d6c6)


From: guix-commits
Subject: branch master updated (0928e55 -> c78d6c6)
Date: Thu, 3 Jun 2021 07:07:48 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 0928e55  gnu: Add fit-sne.
     new fe509e0  machine: ssh: Respect calling convention for monadic 
procedures.
     new 1e8ebb1  gnu-maintenance: 'generic-html' computes the right source URL.
     new bdc298e  import: Add CHICKEN egg importer.
     new c78d6c6  news: Add entry for 'guix import egg'.

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


Summary of changes:
 Makefile.am                               |   3 +
 doc/guix.texi                             |  24 ++
 etc/news.scm                              |  24 ++
 gnu/machine/ssh.scm                       |   3 +-
 guix/gnu-maintenance.scm                  |  11 +-
 guix/import/egg.scm                       | 352 ++++++++++++++++++++++++++++++
 guix/scripts/import.scm                   |   4 +-
 guix/scripts/import/{pypi.scm => egg.scm} |  22 +-
 po/guix/POTFILES.in                       |   2 +
 tests/egg.scm                             | 132 +++++++++++
 10 files changed, 561 insertions(+), 16 deletions(-)
 create mode 100644 guix/import/egg.scm
 copy guix/scripts/import/{pypi.scm => egg.scm} (84%)
 create mode 100644 tests/egg.scm



reply via email to

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