From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 22/31] gnu: Add python-pycrypto. Date: Fri, 05 Sep 2014 21:48:57 +0200 Message-ID: <87wq9h26hi.fsf@gnu.org> References: <1409930317-13220-1-git-send-email-dthompson2@worcester.edu> <1409930317-13220-22-git-send-email-dthompson2@worcester.edu> <8761h13niz.fsf@gmail.com> <874mwlrik7.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPzVL-0002mR-C2 for guix-devel@gnu.org; Fri, 05 Sep 2014 15:49:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPzVF-0005OG-84 for guix-devel@gnu.org; Fri, 05 Sep 2014 15:49:07 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPzVF-0005Ns-1W for guix-devel@gnu.org; Fri, 05 Sep 2014 15:49:01 -0400 In-Reply-To: <874mwlrik7.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Fri, 05 Sep 2014 15:08:56 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > Eric Bavier writes: > >> David Thompson writes: [...] >>> + (inputs >>> + `(("python" ,python) ;; need libpython3.3m >>> + ("python-setuptools" ,python-setuptools) >>> + ("gmp" ,gmp))) >> >> Should python-setuptools perhaps go in native-inputs (this question >> applies to the other patches sent in this batch as well)? Not all of >> the existing python packages follow this, but maybe they should. >> Someone more practiced with cross-compilation might know better. If setuptools is used only to drive the installation process, then yes, it should be native. > I was wondering about that myself, and also whether to make the test > suite dependencies native inputs as well. From what I could tell, using > native inputs doesn't work the way you'd hope when using > 'package-with-python2'. Not totally sure, though, I didn't explore it > very much. I wonder what the problem is. :-) > Since there's some uncertainty, could we leave setuptools as a regular > input for now and address it later? Yes, that=E2=80=99s fine with me. Ludo=E2=80=99.