From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id J3BZHO8LFl+0fAAA0tVLHw (envelope-from ) for ; Mon, 20 Jul 2020 21:26:07 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id KDDWF+8LFl+3aQAA1q6Kng (envelope-from ) for ; Mon, 20 Jul 2020 21:26:07 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F04B89404D9 for ; Mon, 20 Jul 2020 21:26:06 +0000 (UTC) Received: from localhost ([::1]:42998 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxdIT-0000tk-Vx for larch@yhetil.org; Mon, 20 Jul 2020 17:26:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48060) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jxdIQ-0000sM-9i for guix-patches@gnu.org; Mon, 20 Jul 2020 17:26:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53222) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jxdIP-0003FG-WC for guix-patches@gnu.org; Mon, 20 Jul 2020 17:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jxdIP-0004r7-T3 for guix-patches@gnu.org; Mon, 20 Jul 2020 17:26:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42085] [PATCH 4/6] gnu: Add python-nodeenv. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Jul 2020 21:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42085 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vinicius Monego , 42085@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 42085-submit@debbugs.gnu.org id=B42085.159528032318618 (code B ref 42085); Mon, 20 Jul 2020 21:26:01 +0000 Received: (at 42085) by debbugs.gnu.org; 20 Jul 2020 21:25:23 +0000 Received: from localhost ([127.0.0.1]:36535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxdHn-0004qD-GC for submit@debbugs.gnu.org; Mon, 20 Jul 2020 17:25:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxdHl-0004py-UZ for 42085@debbugs.gnu.org; Mon, 20 Jul 2020 17:25:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41736) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxdHg-00033j-NE; Mon, 20 Jul 2020 17:25:16 -0400 Received: from 84-52-226.102.3p.ntebredband.no ([84.52.226.102]:58016 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jxdHc-0001hr-Qd; Mon, 20 Jul 2020 17:25:13 -0400 From: Marius Bakke In-Reply-To: <20200627154645.64264-4-monego@posteo.net> References: <20200627154645.64264-1-monego@posteo.net> <20200627154645.64264-4-monego@posteo.net> Date: Mon, 20 Jul 2020 23:25:02 +0200 Message-ID: <87tuy1hob5.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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: PhGoNmXBqMDk --=-=-= Content-Type: text/plain Vinicius Monego writes: > * gnu/packages/python-xyz.scm (python-nodeenv): New variable. We often omit the python- prefix for packages that are not used as a library, i.e. Python packages that produce a "normal program". Is that the case here? Perhaps it would make sense to place this in (gnu packages node) as simply "nodeenv"? [...] > + (native-inputs > + `(("python-coverage" ,python-coverage) > + ("python-flake8" ,python-flake8) > + ("python-mock" ,python-mock) > + ("python-pytest" ,python-pytest) > + ("python-tox" ,python-tox))) 'python-tox' can probably be removed since we call out to pytest directly. Some packages needlessly test for it though, in that case you can remove it from requirements-dev.txt with substitute*. > + (home-page "https://ekalinin.github.io/nodeenv/") > + (synopsis "Tool to create isolated node.js environments") s/Tool to c/C/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8WC68ACgkQoqBt8qM6 VPpKlQf+MxCjBnZDJ7dHpVnlfCRwMPbkO+wuMY75GdJXkrIA5ILE9B1WULyAduJz KmGXf5EG62B7SoVfPvCxWzOEfoM+7Iw0qQJNgpzxCKcnsvj4/KCK7v2/4tCmv8vo Jrc75ecbyNrhEz4biVoW5LtdSEjoFEdsOIOmYgSzHCYOdRYxfPd/qAU58Hu5X0hJ B9bE8fM1w6/H1DU8mI2yWBvZD7MkICyXGM+s+51HKGK1dchP60m1JlEDdx+ABH6c qVKu5dryvCJRjdFml/MSRhw5R9to98kZckKFIu5DBtOwxwe4rcay2HPxbKJgjwTP 4J/FVH/yj6SGHLzFmzHJg4Wc+/FgKw== =btxk -----END PGP SIGNATURE----- --=-=-=--