guix-commits
[Top][All Lists]
Advanced

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

branch master updated (34baab7 -> f86f7e2)


From: guix-commits
Subject: branch master updated (34baab7 -> f86f7e2)
Date: Thu, 7 Oct 2021 16:53:03 -0400 (EDT)

htgoebel pushed a change to branch master
in repository guix.

    from 34baab7  gnu: Add emacs-global-tags.
     new f63c79b  Add (guix extracting-download).
     new d780d0a  import: Add hex.pm importer.
     new 1660253  build-system: Add 'rebar3-build-system'.
     new c1f065d  gnu: Add erlang-cf.
     new 8184d76  gnu: Add erlang-certifi.
     new 29666a1  gnu: Add erlang-erlware-commons.
     new 8c40443  gnu: Add erlang-cth-readable.
     new f9bd633  gnu: Add erlang-bbmustache.
     new e10cdd2  gnu: Add erlang-getopt.
     new d2063c0  gnu: Add erlang-eunit-formatters.
     new b2054a5  gnu: Add erlang-providers.
     new 735c009  gnu: Add erlang-parse-trans.
     new c7339e0  gnu: Add erlang-hex-core.
     new 8b9b1b3  gnu: Add erlang-ssl-verify-fun.
     new 1a90638  gnu: Add erlang-relx.
     new 1d210dc  gnu: Add rebar3.
     new 68d3564  gnu: Add erlang-edown.
     new c71bc56  gnu: Add erlang-jsone.
     new d37baa4  gnu: Add erlang-proper.
     new 7f03917  gnu: Add erlang-rebar3-raw-deps.
     new 0402da8  gnu: Add erlang-rebar3-git-vsn.
     new fd4a80a  gnu: Add erlang-rebar3-proper.
     new f86f7e2  gnu: Add erlang-covertool.

The 23 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                                  |   6 +
 gnu/packages/erlang.scm                      | 492 +++++++++++++++++++++++++++
 guix/build-system/{ant.scm => rebar3.scm}    | 105 +++---
 guix/build/rebar3-build-system.scm           | 150 ++++++++
 guix/extracting-download.scm                 | 179 ++++++++++
 guix/hexpm-download.scm                      |  76 +++++
 guix/import/hexpm.scm                        | 290 ++++++++++++++++
 guix/import/utils.scm                        |   1 +
 guix/scripts/import.scm                      |   2 +-
 guix/scripts/import/{crate.scm => hexpm.scm} |  39 ++-
 guix/upstream.scm                            |  20 +-
 11 files changed, 1276 insertions(+), 84 deletions(-)
 copy guix/build-system/{ant.scm => rebar3.scm} (60%)
 create mode 100644 guix/build/rebar3-build-system.scm
 create mode 100644 guix/extracting-download.scm
 create mode 100644 guix/hexpm-download.scm
 create mode 100644 guix/import/hexpm.scm
 copy guix/scripts/import/{crate.scm => hexpm.scm} (72%)



reply via email to

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