From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH v2 03/10] gnu: Add python-pytest-pep8. Date: Mon, 25 Apr 2016 22:36:54 +1000 Message-ID: <571E0F66.2070703@gmail.com> References: <1461244921-7412-1-git-send-email-donttrustben@gmail.com> <1461503184-8841-1-git-send-email-donttrustben@gmail.com> <1461503184-8841-4-git-send-email-donttrustben@gmail.com> <20160424170405.GA12480@debian-netbook> <571D5AA1.9090605@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------020106070109020701070007" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auflF-0002rG-4Y for Guix-devel@gnu.org; Mon, 25 Apr 2016 08:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aufl9-0003fL-D9 for Guix-devel@gnu.org; Mon, 25 Apr 2016 08:37:09 -0400 Received: from mail-pf0-x241.google.com ([2607:f8b0:400e:c00::241]:33202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aufl9-0003fH-3J for Guix-devel@gnu.org; Mon, 25 Apr 2016 08:37:03 -0400 Received: by mail-pf0-x241.google.com with SMTP id e190so17493953pfe.0 for ; Mon, 25 Apr 2016 05:37:02 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus , Ben Woodcroft Cc: Guix-devel@gnu.org This is a multi-part message in MIME format. --------------020106070109020701070007 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 25/04/16 18:43, Ricardo Wurmus wrote: > Ben Woodcroft writes: > >>>> + (propagated-inputs >>>> + `(("python-pytest-cache", python-pytest-cache) >>>> + ("python-pytest" ,python-pytest) >>>> + ("python-pep8" ,python-pep8))) >>> Are you sure all of these need to be propagated? >> That's what the install_requires in setup.py is telling me. > Doesn’t this mean that these packages are only needed at build time? > Could they not be made native-inputs then? | I don't believe so. http://pythonhosted.org/setuptools/setuptools.html#new-and-changed-setup-keywords >install_requires| > A string or list of strings specifying what other distributions need to be installed when this one is. ben --------------020106070109020701070007 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit On 25/04/16 18:43, Ricardo Wurmus wrote:
Ben Woodcroft <donttrustben@gmail.com> writes:

+    (propagated-inputs
+     `(("python-pytest-cache", python-pytest-cache)
+       ("python-pytest" ,python-pytest)
+       ("python-pep8" ,python-pep8)))
Are you sure all of these need to be propagated?
That's what the install_requires in setup.py is telling me.
Doesn’t this mean that these packages are only needed at build time?
Could they not be made native-inputs then?

I don't believe so.

http://pythonhosted.org/setuptools/setuptools.html#new-and-changed-setup-keywords

>install_requires

>    A string or list of strings specifying what other distributions need to be installed when this one is.

ben
--------------020106070109020701070007--