[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71581] [PATCH 03/10] gnu: Remove node-semver-bootstrap.
From: |
Ashvith Shetty |
Subject: |
[bug#71581] [PATCH 03/10] gnu: Remove node-semver-bootstrap. |
Date: |
Tue, 18 Jun 2024 18:08:05 +0530 |
* gnu/packages/node.scm (node-semver-bootstrap): Delete variable.
Change-Id: I1fb1252bf8cd019ccc68efdfde68faf2abfb8911
---
gnu/packages/node.scm | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 52e719cdb0..c8b8cc69a9 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -334,37 +334,6 @@ (define-public node
(define-public node-bootstrap
(hidden-package node))
-;; Duplicate of node-semver
-(define-public node-semver-bootstrap
- (package
- (name "node-semver")
- (version "7.2.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/npm/node-semver")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "06biknqb05r9xsmcflm3ygh50pjvdk84x6r79w43kmck4fn3qn5p"))))
- (build-system node-build-system)
- (arguments
- `(#:node ,node-bootstrap
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
- (add-after 'patch-dependencies 'delete-dependencies
- (lambda args
- (delete-dependencies '("tap")))))))
- (home-page "https://github.com/npm/node-semver")
- (properties '((hidden? . #t)))
- (synopsis "Parses semantic versions strings")
- (description
- "@code{node-semver} is a JavaScript implementation of the
-@uref{https://semver.org/, SemVer.org} specification.")
- (license license:isc)))
-
(define-public node-ms-bootstrap
(package
(name "node-ms")
--
2.45.1
- [bug#71581] [PATCH 1/2] gnu: llhttp-bootstrap: Update to 6.1.0., Ashvith Shetty, 2024/06/15
- [bug#71581] [PATCH 1/8] gnu: Remove node-semver-bootstrap., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 01/10] gnu: llhttp-bootstrap: Update to 6.1.0., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 02/10] gnu: node-lts: Update to 18.19.1., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 03/10] gnu: Remove node-semver-bootstrap.,
Ashvith Shetty <=
- [bug#71581] [PATCH 04/10] gnu: Remove node-llparse-bootstrap., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 07/10] gnu: Remove node-debug-bootstrap., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 09/10] gnu: Remove node-ms-bootstrap., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 05/10] gnu: Remove node-llparse-frontend-bootstrap., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 08/10] gnu: Remove node-binary-search-bootstrap., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 10/10] gnu: llhttp-bootstrap: Move to web and rename to llhttp-node-lts., Ashvith Shetty, 2024/06/18
- [bug#71581] [PATCH 06/10] gnu: Remove node-llparse-builder-bootstrap., Ashvith Shetty, 2024/06/18