From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: [PATCH 4/5] gnu: python-requests: Define 'python2-variant'. Date: Thu, 11 Feb 2016 21:14:44 +0200 Message-ID: <20160211211444.74b4917f@debian-netbook> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/dBraxih7YydkWIn/xvN5EUB"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTwia-0006HS-OG for guix-devel@gnu.org; Thu, 11 Feb 2016 14:16:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTwiV-0004gy-40 for guix-devel@gnu.org; Thu, 11 Feb 2016 14:15:56 -0500 Received: from flashner.co.il ([178.62.234.194]:44768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTwiU-0004g4-GZ for guix-devel@gnu.org; Thu, 11 Feb 2016 14:15:50 -0500 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org --Sig_/dBraxih7YydkWIn/xvN5EUB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 9 Feb 2016 03:11:02 -0500 Leo Famulari wrote: > * gnu/packages/python.scm (python-requests)[properties]: New field. > (python2-requests): Use 'strip-python2-variant'. > --- > gnu/packages/python.scm | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) >=20 > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 4d6b1f7..a107d65 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -2190,12 +2190,7 @@ than Python=E2=80=99s urllib2 library.") > "0gdr9dxm24amxpbyqpbh3lbwxc2i42hnqv50sigx568qssv3v2ir")))= ))) > =20 > (define-public python2-requests > - (let ((requests (package-with-python2 python-requests))) > - (package (inherit requests) > - (propagated-inputs > - `(("python2-wheel" ,python2-wheel) > - ,@(alist-delete "python-wheel" > - (package-propagated-inputs requests))))))) > + (package-with-python2 python-requests)) > =20 > (define-public python-vcversioner > (package As I understand it, with my suggestion to the previous commit, this one gets folded into the previous commit. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Sig_/dBraxih7YydkWIn/xvN5EUB Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJWvN2kAAoJEPTB05F+rO6TCugQAKPGKs6JKVl2LNF7MPYe+jIc EckQNGfBaP5iueFK3O6o/6v7oMj6BsjL9mHPR4MqMJl+3uVuG0nEcxmwHB9KQZUx ziXunRFyqfE51F9G2xeDp2vMoXB9d4CRgQFrQYxzievoHbG9pQbduAdcrmQc5UqW QQ7Bk0HIPEAh9AAlgmWusG+ikbDAvxIUrtiCqEvxLHXmeuXdu0DklQjrp1hisf+M ccDFjabC0hC9g1iMHWgXasR0LYKzGr0PxTt10PbjdQSfjvNU4cos5Bwl2sFE5zbM KwgUQrTkeiE9I+muvmVUEcsnX03m8RtgeqgMXIujoAMjSjjnq+YHQPD6T6SW3bYr 1qQqA551JcxMB/Ey8iJJPhTAYfHbdWXr5Z4ZEmHzQfTOaIePY3A1kgYXSmI0Y1zq Ij7JYzX7CeKfdJdpGDGhrUMALk0szekIb+FHw62S+Gc0AqnIBssG+aVqwnTpy9s9 ZFB/i1BzD7Qo8uE2LTiXD4tSpG9BFFVdPrKNwByrwEipKhavYRb7WhjRaSHBa0kP 2mD6Q4n1kDua7E4JnmPnwzqvRjZ4b3F3qEw0f/01ZqBhSdSb+K+1uNgyXG9jJ+TW l3rsPLfhFIacw6253TXcxN2lHsa2KQa8o+1l3vrySrKmdPiJnC1tZ5OykOkzkNbP JhZA/e87pKFh99kRXY9D =SYGt -----END PGP SIGNATURE----- --Sig_/dBraxih7YydkWIn/xvN5EUB--