From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 14 05:50:46 2022 Received: (at submit) by debbugs.gnu.org; 14 Jun 2022 09:50:46 +0000 Received: from localhost ([127.0.0.1]:32973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o13CA-0002sf-Bw for submit@debbugs.gnu.org; Tue, 14 Jun 2022 05:50:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:53340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o13C4-0002rQ-3A for submit@debbugs.gnu.org; Tue, 14 Jun 2022 05:50:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51336) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o13C3-0008H4-N3 for guix-patches@gnu.org; Tue, 14 Jun 2022 05:50:39 -0400 Received: from 1.mo560.mail-out.ovh.net ([46.105.63.121]:35255) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o13C1-00020G-BT for guix-patches@gnu.org; Tue, 14 Jun 2022 05:50:39 -0400 Received: from player746.ha.ovh.net (unknown [10.109.143.175]) by mo560.mail-out.ovh.net (Postfix) with ESMTP id A224622D0F for ; Tue, 14 Jun 2022 09:50:35 +0000 (UTC) Received: from ngraves.fr (unknown [176.166.159.77]) (Authenticated sender: ngraves@ngraves.fr) by player746.ha.ovh.net (Postfix) with ESMTPSA id 51C061E2E0C39; Tue, 14 Jun 2022 09:50:33 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-109S0030a31c601-ae5f-43f0-99f6-5c230d6da360, F2255CAF11B24C4280F910282C1ED9962B83CC59) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 176.166.159.77 From: Nicolas Graves To: guix-patches@gnu.org Subject: [PATCH 7/9] gnu: Add node-minimist. Date: Tue, 14 Jun 2022 11:49:52 +0200 Message-Id: <20220614094954.15197-7-ngraves@ngraves.fr> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220614094954.15197-1-ngraves@ngraves.fr> References: <20220614094954.15197-1-ngraves@ngraves.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 6479272492321792738 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvfedrudduledgvddtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvfevufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhepvdehleeiffehtedvlefhffffjeefgfduhfetkeevheeiteduiedugfekuedtheejnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfkpheptddrtddrtddrtddpudejiedrudeiiedrudehledrjeejnecuvehluhhsthgvrhfuihiivgepudenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopehplhgrhigvrhejgeeirdhhrgdrohhvhhdrnhgvthdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomhepnhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrpdhnsggprhgtphhtthhopedupdhrtghpthhtohepghhuihigqdhprghttghhvghssehgnhhurdhorhhgpdfovfetjfhoshhtpehmohehiedt Received-SPF: pass client-ip=46.105.63.121; envelope-from=ngraves@ngraves.fr; helo=1.mo560.mail-out.ovh.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Nicolas Graves X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/node-xyz.scm (node-minimist): 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 aa838108ad..8ec014eee8 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -208,6 +208,36 @@ (define-public node-mersenne random number generator.") (license license:bsd-3))) +(define-public node-minimist + (package + (name "node-minimist") + (version "1.2.6") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/substack/minimist") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mxj40mygbiy530wskc8l28wxb6fv3f8vrhpwjgprymhpgbaac7d")))) + (build-system node-build-system) + (arguments + '(#:phases + (modify-phases %standard-phases + (delete 'check) + (replace 'configure + (lambda* (#:key inputs #:allow-other-keys) + (invoke (string-append (assoc-ref inputs "node") "/bin/npm") + "--offline" "--ignore-scripts" "install" "--production") + #t))))) + (home-page "https://github.com/substack/minimist") + (synopsis "Quickly scan for CLI flags and arguments in Javascript") + (description "This package allows to Quickly scan for CLI flags and +arguments in Javascript.") + (license license:expat))) + (define-public node-oop ;; No releases, last commit was February 2013. (let ((commit "f9d87cda0958886955c14a0a716e57021ed295dc") -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 15 05:21:16 2022 Received: (at control) by debbugs.gnu.org; 15 Jun 2022 09:21:16 +0000 Received: from localhost ([127.0.0.1]:36543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1PDA-0006wM-Fb for submit@debbugs.gnu.org; Wed, 15 Jun 2022 05:21:16 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:44815) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1PD8-0006wE-I1 for control@debbugs.gnu.org; Wed, 15 Jun 2022 05:21:14 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4LNKYN6rMhz1LZWS for ; Wed, 15 Jun 2022 11:21:12 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4LNKYN6rMhz1LZWS DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1655284873; bh=DbixW9/N1FL9uQx4nl8mGj/fr+jmDHL4b8hlnpDE8DU=; h=Subject:From:To:Date:From; b=syJWrXq8i39djGklsXvAgSUkPpF1rPH5p8FvQ7Mwxf+fBMdOT9JD/IdSlUAO0sd2H euaM5ZQS6o5lsQe0WV5GSMe3C108ig+kfqeSn0rkzfjmN/WG1d9QOWOWrVaSu+EIxF sohBUpR7BNtH6Z7hiuWYtukQxqcZpgifSI4oueS8= Message-ID: Subject: From: Liliana Marie Prikler To: control@debbugs.gnu.org Date: Wed, 15 Jun 2022 11:21:11 +0200 Content-Type: text/plain User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 55958 55959 55960 55961 55962 55963 55964 55965 55966 thanks Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [129.27.2.202 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [129.27.2.202 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.7 BODY_EMPTY No body text in message X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) merge 55958 55959 55960 55961 55962 55963 55964 55965 55966 thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 17:14:43 2022 Received: (at 55963) by debbugs.gnu.org; 23 Jun 2022 21:14:43 +0000 Received: from localhost ([127.0.0.1]:40116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4U9z-0007JU-Jl for submit@debbugs.gnu.org; Thu, 23 Jun 2022 17:14:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4U9y-0007JH-38 for 55963@debbugs.gnu.org; Thu, 23 Jun 2022 17:14:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49436) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4U9r-0003GT-Ri; Thu, 23 Jun 2022 17:14:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Rf/iB3ySdEHa+s162POXAtmyFhBNXemO8h/n88GZuvo=; b=UrTXPIYX5me2ILwS5Fsf Pqoi/2myTrEByi7VVlCZJbIJO7OiwI+bvK4uAw/jvuEukLdZ+PNpOkZYaV2S+xeBRrdsT9JwpUWX+ k7mboA+6pIAgkI0NmR8VVyc2I/VHRPpJaSbb3x2IXHbwy/+1wcSrHBpHk2xApNahQLIL4MUjbBBja b7+pwv77iQA8AXJrJlJylEgt4xLIOKQwN5mu33bofT8RcFIIFSm3Jyx/cyan2kvVwFti4K7OPpQK5 /1j2zIE502AUTFA9VyBvWMXNlayUIcB/oN9/oCh60bmATKqOSqqrEO7ICyy5y2KeWjQrnKSKh2TFx I+9vIC11mC1SSg==; Received: from host-37-191-236-102.lynet.no ([37.191.236.102]:50000 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4U9r-0006Ys-En; Thu, 23 Jun 2022 17:14:35 -0400 From: Marius Bakke To: 55963@debbugs.gnu.org Subject: Re: [bug#55963] [PATCH 7/9] gnu: Add node-minimist. In-Reply-To: <20220614094954.15197-7-ngraves@ngraves.fr> References: <20220614094954.15197-1-ngraves@ngraves.fr> <20220614094954.15197-7-ngraves@ngraves.fr> Date: Thu, 23 Jun 2022 23:14:33 +0200 Message-ID: <87wnd7qdza.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55963 Cc: Nicolas Graves X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Nicolas Graves via Guix-patches via skriver: > * gnu/packages/node-xyz.scm (node-minimist): 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 aa838108ad..8ec014eee8 100644 > --- a/gnu/packages/node-xyz.scm > +++ b/gnu/packages/node-xyz.scm > @@ -208,6 +208,36 @@ (define-public node-mersenne > random number generator.") > (license license:bsd-3))) >=20=20 > +(define-public node-minimist > + (package > + (name "node-minimist") > + (version "1.2.6") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/substack/minimist") > + (commit version))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 > + "0mxj40mygbiy530wskc8l28wxb6fv3f8vrhpwjgprymhpgbaac7d")))) > + (build-system node-build-system) > + (arguments > + '(#:phases > + (modify-phases %standard-phases > + (delete 'check) > + (replace 'configure > + (lambda* (#:key inputs #:allow-other-keys) > + (invoke (string-append (assoc-ref inputs "node") "/bin/npm") > + "--offline" "--ignore-scripts" "install" "--product= ion") > + #t))))) > + (home-page "https://github.com/substack/minimist") > + (synopsis "Quickly scan for CLI flags and arguments in Javascript") Perhaps "Parse CLI arguments JavaScript"? > + (description "This package allows to Quickly scan for CLI flags and > +arguments in Javascript.") s/allows to Quickly/allows scanning/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEARYKAC0WIQRNTknu3zbaMQ2ddzTocYulkRQQdwUCYrTXuQ8cbWFyaXVzQGdu dS5vcmcACgkQ6HGLpZEUEHfHVwD/TCtCs/JK+1SjC+25xU7k4sPO66ktXnMGvgbb w4JDdpkBAKl3mWbxbsSDZmHMQSI4dZqz4Op5hh72Vr3jIlIDw4wK =SPJ6 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 20 06:16:47 2022 Received: (at 55963) by debbugs.gnu.org; 20 Jul 2022 10:16:47 +0000 Received: from localhost ([127.0.0.1]:55909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE6l5-0007yH-3h for submit@debbugs.gnu.org; Wed, 20 Jul 2022 06:16:47 -0400 Received: from 2.mo576.mail-out.ovh.net ([178.33.251.80]:58255) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE6l2-0007y8-N8 for 55963@debbugs.gnu.org; Wed, 20 Jul 2022 06:16:45 -0400 Received: from player762.ha.ovh.net (unknown [10.111.208.131]) by mo576.mail-out.ovh.net (Postfix) with ESMTP id 5C0732493D for <55963@debbugs.gnu.org>; Wed, 20 Jul 2022 10:16:43 +0000 (UTC) Received: from ngraves.fr (unknown [176.166.159.77]) (Authenticated sender: ngraves@ngraves.fr) by player762.ha.ovh.net (Postfix) with ESMTPSA id D304F2CC2958C; Wed, 20 Jul 2022 10:16:40 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-97G0026ede2fd7-6114-4982-82b4-19f454a272e8, 129C31CF0BB9A5A41165496B287D5FC7981061FF) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 176.166.159.77 From: Nicolas Graves To: 55963@debbugs.gnu.org Subject: [PATCH] gnu: Add node-minimist. Date: Wed, 20 Jul 2022 12:16:36 +0200 Message-Id: <20220720101636.16252-1-ngraves@ngraves.fr> X-Mailer: git-send-email 2.37.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 15423421349907456738 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvfedrudelvddgvdejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvfevufffkffoggfgsedtkeertdertddtnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhepteeffefhfffhjeevleeuvdehgffgveekheeuhfekhfehuefgheffhedugfegleeinecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfkpheptddrtddrtddrtddpudejiedrudeiiedrudehledrjeejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopehplhgrhigvrhejiedvrdhhrgdrohhvhhdrnhgvthdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomhepnhhgrhgrvhgvshesnhhgrhgrvhgvshdrfhhrpdhnsggprhgtphhtthhopedupdhrtghpthhtohepheehleeifeesuggvsggsuhhgshdrghhnuhdrohhrghdpoffvtefjohhsthepmhhoheejie X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55963 Cc: ngraves@ngraves.fr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/node-xyz.scm (node-minimist): New variable. --- gnu/packages/node-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm index f124e2ebfb..ff3bd9084f 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -207,6 +207,35 @@ (define-public node-mersenne random number generator.") (license license:bsd-3))) +(define-public node-minimist + (package + (name "node-minimist") + (version "1.2.6") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/substack/minimist") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mxj40mygbiy530wskc8l28wxb6fv3f8vrhpwjgprymhpgbaac7d")))) + (build-system node-build-system) + (arguments + '(#:tests? #f + #:phases + (modify-phases %standard-phases + (replace 'configure + (lambda* (#:key inputs #:allow-other-keys) + (invoke "npm" "--offline" + "--ignore-scripts" "install" "--production")))))) + (home-page "https://github.com/substack/minimist") + (synopsis "Parse CLI arguments in Javascript") + (description "This package can scan for CLI flags and arguments in +Javascript.") + (license license:expat))) + (define-public node-oop ;; No releases, last commit was February 2013. (let ((commit "f9d87cda0958886955c14a0a716e57021ed295dc") -- 2.37.0 From unknown Sat Sep 06 14:13:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 18 Aug 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator