unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ashvith Shetty <ashvithshetty10@gmail.com>
To: 71581@debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10@gmail.com>
Subject: [bug#71581] [PATCH 06/10] gnu: Remove node-llparse-builder-bootstrap.
Date: Tue, 18 Jun 2024 18:08:08 +0530	[thread overview]
Message-ID: <1676d27d96c543364617f581ac682e32c75464b7.1718714173.git.ashvithshetty10@gmail.com> (raw)
In-Reply-To: <361a358ac968efb4148512054e62f0f211abf7f7.1718714173.git.ashvithshetty10@gmail.com>

* gnu/packages/node.scm (node-llparse-builder-bootstrap): Delete variable.

Change-Id: I397762b1a0a0d3d249ad78633360b77d7c12cc9e
---
 gnu/packages/node.scm | 70 -------------------------------------------
 1 file changed, 70 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 923332d518..f984790678 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -439,76 +439,6 @@ (define-public node-debug-bootstrap
 Node.js and web browsers.")
     (license license:expat)))
 
-(define-public node-llparse-builder-bootstrap
-  (package
-    (name "node-llparse-builder")
-    (version "1.5.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/indutny/llparse-builder.git")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "0r82iiwqsb73k2fxw7842rjjiixllxpyc6yl9cq4ma6ybkf6xmzm"))
-       (modules '((guix build utils)))
-       (snippet
-        '(begin
-           ;; FIXME: Unneeded runtime dependency.
-           ;; https://github.com/indutny/llparse-builder/pull/2
-           (substitute* "package.json"
-             (("\"@types/debug.*,") ""))
-           ;; Fix imports for esbuild.
-           ;; https://github.com/evanw/esbuild/issues/477
-           (substitute* '("src/node/invoke.ts"
-                          "src/node/base.ts"
-                          "src/node/consume.ts"
-                          "src/node/match.ts"
-                          "src/node/error.ts"
-                          "src/node/pause.ts"
-                          "src/edge.ts"
-                          "src/utils.ts"
-                          "src/loop-checker/index.ts"
-                          "src/loop-checker/lattice.ts"
-                          "src/code/field.ts"
-                          "src/span-allocator.ts")
-             (("\\* as assert") "assert")
-             (("\\* as debugAPI") "debugAPI"))
-           #t))))
-    (build-system node-build-system)
-    (arguments
-     `(#:node ,node-bootstrap
-       #:tests? #f
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'patch-dependencies 'delete-dependencies
-           (lambda _
-             (delete-dependencies `("@types/mocha"
-                                    "@types/node"
-                                    "mocha"
-                                    "ts-node"
-                                    "tslint"
-                                    "typescript"))))
-         (replace 'build
-           (lambda* (#:key inputs #:allow-other-keys)
-             (let ((esbuild (search-input-file inputs "/bin/esbuild")))
-               (invoke esbuild
-                       "--platform=node"
-                       "--outfile=lib/builder.js"
-                       "--bundle"
-                       "src/builder.ts")))))))
-    (inputs
-     (list node-binary-search-bootstrap node-debug-bootstrap))
-    (native-inputs
-     (list esbuild))
-    (home-page "https://github.com/indutny/llparse-builder#readme")
-    (properties '((hidden? . #t)))
-    (synopsis "Graph builder for consumption by llparse")
-    (description "This package builds graphs for consumption by llparse.")
-    (license license:expat)))
-
 (define-public llhttp-bootstrap
   (package
     (inherit llhttp)
-- 
2.45.1





  parent reply	other threads:[~2024-06-18 12:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15 21:52 [bug#71581] [PATCH 1/2] gnu: llhttp-bootstrap: Update to 6.1.0 Ashvith Shetty
2024-06-18  8:35 ` [bug#71581] [PATCH 1/8] gnu: Remove node-semver-bootstrap Ashvith Shetty
2024-06-18  9:49   ` Ashvith Shetty
2024-06-18 12:38 ` [bug#71581] [PATCH 01/10] gnu: llhttp-bootstrap: Update to 6.1.0 Ashvith Shetty
2024-06-18 12:38   ` [bug#71581] [PATCH 02/10] gnu: node-lts: Update to 18.19.1 Ashvith Shetty
2024-06-18 12:38   ` [bug#71581] [PATCH 03/10] gnu: Remove node-semver-bootstrap Ashvith Shetty
2024-06-18 12:38   ` [bug#71581] [PATCH 04/10] gnu: Remove node-llparse-bootstrap Ashvith Shetty
2024-06-18 12:38   ` [bug#71581] [PATCH 05/10] gnu: Remove node-llparse-frontend-bootstrap Ashvith Shetty
2024-06-18 12:38   ` Ashvith Shetty [this message]
2024-06-18 12:38   ` [bug#71581] [PATCH 07/10] gnu: Remove node-debug-bootstrap Ashvith Shetty
2024-06-18 12:38   ` [bug#71581] [PATCH 08/10] gnu: Remove node-binary-search-bootstrap Ashvith Shetty
2024-06-18 12:38   ` [bug#71581] [PATCH 09/10] gnu: Remove node-ms-bootstrap Ashvith Shetty
2024-06-18 12:38   ` [bug#71581] [PATCH 10/10] gnu: llhttp-bootstrap: Move to web and rename to llhttp-node-lts Ashvith Shetty

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=1676d27d96c543364617f581ac682e32c75464b7.1718714173.git.ashvithshetty10@gmail.com \
    --to=ashvithshetty10@gmail.com \
    --cc=71581@debbugs.gnu.org \
    /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).