From: Efraim Flashner <efraim@flashner.co.il>
To: Charles <charles.b.jackson@protonmail.com>
Cc: 49242@debbugs.gnu.org
Subject: [bug#49242] Update UglifyJs (& dependencies) and update dependents
Date: Mon, 19 Jul 2021 15:34:37 +0300 [thread overview]
Message-ID: <YPVxXb6p7llX6zw3@3900XT> (raw)
In-Reply-To: <Hyy9vJoFIM6sumrJZHQQQIrsuW0vPLOb7pQ5EPnh16HGxkYQzVWvc89AJN96ugqGs-B4iIxygICwKpqgQNkbJqM_Lw-T14ffBbMTEAt5zX0=@protonmail.com>
[-- Attachment #1: Type: text/plain, Size: 2860 bytes --]
On Tue, Jul 13, 2021 at 05:36:54AM +0000, Charles wrote:
> From 321c2e32a7a78587401dc5d683468603c9a6d139 Mon Sep 17 00:00:00 2001
> From: Charles <charles.b.jackson@protonmail.com>
> Date: Sat, 26 Jun 2021 14:33:19 -0500
> Subject: [PATCH 1/4] gnu: Add node-acorn.
>
> * gnu/packages/node-xyz.scm (node-acorn): Add new variable.
> ---
> gnu/packages/node-xyz.scm | 30 ++++++++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
> index 27a76f59c3..dc8ae8bb94 100644
> --- a/gnu/packages/node-xyz.scm
> +++ b/gnu/packages/node-xyz.scm
> @@ -2,6 +2,7 @@
> ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
> ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
> ;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
> +;;; Copyright © 2021 Charles <charles.b.jackson@protonmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -330,3 +331,32 @@ function with browser support.")
> Subsequent calls will either return the cached previous value or throw an error
> if desired.")
> (license license:isc)))
It wasn't mentioned at the top of the file but I moved this package so
it was sorted alphabetically.
> +(define-public node-acorn
> + (let ((commit "9ef40d8ae2c08e07fd2f510bed58c3ca9edcbe46")
> + (revision "1"))
There didn't seem to be a reason to use this commit specifically so I
switched the package to use the 8.4.1 release.
> + (package
> + (name "node-acorn")
> + (version (git-version "8.4.1" revision commit))
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/acornjs/acorn")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "068h5gysz8bbslq31dva8f223rdf8l7w6nxcxjnv4zdprwkzkhaa"))))
> + (build-system node-build-system)
> + (arguments
> + '(#:phases
> + (modify-phases %standard-phases
> + (add-after 'unpack 'change-directory
> + (lambda _
> + (chdir "acorn")
> + #t)))))
> + (home-page "https://github.com/acornjs/acorn/tree/master/acorn")
> + (synopsis "A small, fast, Javascript-based Javascript parser")
After 'guix lint' I switched this to 'Javascript-based Javascript parser'
> + (description "Acornjs is a Javascrip parser with many options and an
> +architecture supporting plugins.")
> + (license license:expat))))
> --
> 2.32.0
>
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2021-07-19 12:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-27 16:01 [bug#49242] Update UglifyJs (& dependencies) and update dependents Charles via Guix-patches via
[not found] ` <handler.49242.B.162480970015651.ack@debbugs.gnu.org>
2021-07-05 1:50 ` [bug#49242] Acknowledgement (Update UglifyJs (& dependencies) and update dependents) Charles via Guix-patches via
2021-07-12 2:49 ` Charles via Guix-patches via
2021-07-12 7:24 ` Pierre Neidhardt
2021-07-12 12:52 ` [bug#49242] Update UglifyJs (& dependencies) and update dependents Efraim Flashner
2021-07-12 12:52 ` Efraim Flashner
2021-07-13 5:36 ` Charles via Guix-patches via
2021-07-15 3:38 ` Charles via Guix-patches via
2021-07-19 12:35 ` bug#49242: " Efraim Flashner
2021-07-19 12:34 ` Efraim Flashner [this message]
2021-07-19 12:34 ` [bug#49242] " Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YPVxXb6p7llX6zw3@3900XT \
--to=efraim@flashner.co.il \
--cc=49242@debbugs.gnu.org \
--cc=charles.b.jackson@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).