From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 04 02:55:29 2019 Received: (at submit) by debbugs.gnu.org; 4 Oct 2019 06:55:29 +0000 Received: from localhost ([127.0.0.1]:41605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGHUv-0000n8-6P for submit@debbugs.gnu.org; Fri, 04 Oct 2019 02:55:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:59000) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGHUt-0000n0-LG for submit@debbugs.gnu.org; Fri, 04 Oct 2019 02:55:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47990) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGHUs-0002jI-DI for guix-patches@gnu.org; Fri, 04 Oct 2019 02:55:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGHUr-0006pV-BR for guix-patches@gnu.org; Fri, 04 Oct 2019 02:55:26 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:57263) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGHUr-0006nM-5T for guix-patches@gnu.org; Fri, 04 Oct 2019 02:55:25 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 5C7BE24007D for ; Fri, 4 Oct 2019 06:55:21 +0000 (UTC) Date: Fri, 4 Oct 2019 08:55:20 +0200 From: Tanguy Le Carrour To: Guix Subject: [PATCH 0/1] gnu: Add python-httpie. Message-ID: <20191004065520.tcuz74tsjgqfbh6q@rafflesia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20180716 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.178.230 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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 (---) Make the commands `http` available. Warning: The tests attempt to access external web servers, so we cannot run them. -- Tanguy From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 04 02:57:40 2019 Received: (at 37613) by debbugs.gnu.org; 4 Oct 2019 06:57:41 +0000 Received: from localhost ([127.0.0.1]:41610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGHX2-0000qu-Ks for submit@debbugs.gnu.org; Fri, 04 Oct 2019 02:57:40 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:56357) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGHX0-0000qk-Ge for 37613@debbugs.gnu.org; Fri, 04 Oct 2019 02:57:39 -0400 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 61C1824013E for <37613@debbugs.gnu.org>; Fri, 4 Oct 2019 06:57:36 +0000 (UTC) Date: Fri, 4 Oct 2019 08:57:35 +0200 From: Tanguy Le Carrour To: 37613@debbugs.gnu.org Subject: [PATCH 1/1] gnu: Add python-httpie. Message-ID: <20191004065735.iy7j2at3h2l4cej7@rafflesia> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="wnceuqabwzrlyupc" Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: NeoMutt/20180716 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37613 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.7 (-) --wnceuqabwzrlyupc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --wnceuqabwzrlyupc Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit >From 8a60be6eb9ee4e17dc4fbc19ada22c7993841b26 Mon Sep 17 00:00:00 2001 From: "tanguy@bioneland.org" Date: Fri, 4 Oct 2019 08:44:59 +0200 Subject: [PATCH] gnu: Add python-httpie. --- gnu/packages/python-web.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e37ae94e18..b7d3b0aa73 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -30,6 +30,7 @@ ;;; Copyright © 2019 Vagrant Cascadian ;;; Copyright © 2019 Brendan Tildesley ;;; Copyright © 2019 Pierre Langlois +;;; Copyright © 2019 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -303,6 +304,32 @@ other HTTP libraries.") (define-public python2-httplib2 (package-with-python2 python-httplib2)) +(define-public python-httpie + (package + (name "python-httpie") + (version "1.0.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "httpie" version)) + (sha256 + (base32 + "103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd")))) + (build-system python-build-system) + (arguments + ;; The tests attempt to access external web servers, so we cannot run them. + '(#:tests? #f)) + (propagated-inputs + `(("python-colorama" ,python-colorama) + ("python-pygments" ,python-pygments) + ("python-requests" ,python-requests))) + (home-page "http://httpie.org/") + (synopsis + "HTTPie - a CLI, cURL-like tool for humans") + (description + "HTTPie - a CLI, cURL-like tool for humans.") + (license license:bsd-3))) + (define-public python-html2text (package (name "python-html2text") -- 2.23.0 --wnceuqabwzrlyupc-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 14 05:56:12 2019 Received: (at 37613) by debbugs.gnu.org; 14 Oct 2019 09:56:12 +0000 Received: from localhost ([127.0.0.1]:38174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJx5I-0008SB-7r for submit@debbugs.gnu.org; Mon, 14 Oct 2019 05:56:12 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:59037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJx5G-0008S1-FC for 37613@debbugs.gnu.org; Mon, 14 Oct 2019 05:56:11 -0400 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id AEC77240014 for <37613@debbugs.gnu.org>; Mon, 14 Oct 2019 09:56:07 +0000 (UTC) Date: Mon, 14 Oct 2019 11:56:07 +0200 From: Tanguy Le Carrour To: 37613@debbugs.gnu.org Subject: Updating commit messages Message-ID: <20191014095607.5mgvvuee7gmwga7q@rafflesia> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: NeoMutt/20180716 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37613 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.7 (-) Based on Mathieu’s suggestions [1], I'll update this patch and improve commit message and description. Stay tuned! :-) [1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37598#35 -- Tanguy From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 14 07:43:25 2019 Received: (at 37613) by debbugs.gnu.org; 14 Oct 2019 11:43:25 +0000 Received: from localhost ([127.0.0.1]:38229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJyl3-0004gB-Cl for submit@debbugs.gnu.org; Mon, 14 Oct 2019 07:43:25 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:49505) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJyl1-0004g0-Kp for 37613@debbugs.gnu.org; Mon, 14 Oct 2019 07:43:24 -0400 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 75F9360008 for <37613@debbugs.gnu.org>; Mon, 14 Oct 2019 11:43:21 +0000 (UTC) Date: Mon, 14 Oct 2019 13:43:20 +0200 From: Tanguy Le Carrour To: 37613@debbugs.gnu.org Subject: [PATCH] gnu: Add python-httpie. Message-ID: <20191014114320.fmiev2vxisikagf7@rafflesia> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="vvvubqrrqzhddacq" Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: NeoMutt/20180716 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37613 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.7 (-) --vvvubqrrqzhddacq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --vvvubqrrqzhddacq Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit >From 13062545e9df7f9cab728f6ee17b572a88a11e31 Mon Sep 17 00:00:00 2001 From: Tanguy Le Carrour Date: Fri, 4 Oct 2019 08:44:59 +0200 Subject: [PATCH] gnu: Add python-httpie. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python-web.scm (python-httpie): New public variable. --- gnu/packages/python-web.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ffef3319f7..b980b83a70 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -30,6 +30,7 @@ ;;; Copyright © 2019 Vagrant Cascadian ;;; Copyright © 2019 Brendan Tildesley ;;; Copyright © 2019 Pierre Langlois +;;; Copyright © 2019 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -303,6 +304,34 @@ other HTTP libraries.") (define-public python2-httplib2 (package-with-python2 python-httplib2)) +(define-public python-httpie + (package + (name "python-httpie") + (version "1.0.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "httpie" version)) + (sha256 + (base32 + "103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd")))) + (build-system python-build-system) + (arguments + ;; The tests attempt to access external web servers, so we cannot run them. + '(#:tests? #f)) + (propagated-inputs + `(("python-colorama" ,python-colorama) + ("python-pygments" ,python-pygments) + ("python-requests" ,python-requests))) + (home-page "https://httpie.org/") + (synopsis "cURL-like tool for humans") + (description + "A command line HTTP client with an intuitive UI, JSON support, +syntax highlighting, wget-like downloads, plugins, and more. It consists of +a single http command designed for painless debugging and interaction with +HTTP servers, RESTful APIs, and web services.") + (license license:bsd-3))) + (define-public python-html2text (package (name "python-html2text") -- 2.23.0 --vvvubqrrqzhddacq-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 17 16:14:12 2019 Received: (at 37613) by debbugs.gnu.org; 17 Oct 2019 20:14:12 +0000 Received: from localhost ([127.0.0.1]:48999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLC9z-000755-W3 for submit@debbugs.gnu.org; Thu, 17 Oct 2019 16:14:12 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:36228) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLC9x-00074n-29 for 37613@debbugs.gnu.org; Thu, 17 Oct 2019 16:14:09 -0400 Received: by mail-lf1-f67.google.com with SMTP id u16so2911705lfq.3 for <37613@debbugs.gnu.org>; Thu, 17 Oct 2019 13:14:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=s2kLyKJIpir5yhNyQD6UAZi20PJd/KDf4uQyiZ/qW98=; b=Zl4SrLPfadzwxy2XqUEnPUkyq2JOyE5HMBSem9kJg1n8SfXcOd/OjRgdSAvYKw2VNw r50YjIGxAg7hOEbpGPP8IGLerMzwbWqfHs/JtV2+NUpF2XOb0SP3hVu3CO6HTfNe6/JI 0WXiZImHRscBa1yGymrQmikkQaMZPVE6Wqk6AAiUiFjw0hcNOXIxOAo5xml82dHRVg07 aKOdyYxcGUFCltAqhHd1tCw5Gsa4r5CrnCodxOOS5mAY+R2U3S0pFIm5nYC9vWvCAV9p DOmSGbPuQlxNL7LOIw5cxJ83sHrLpIDAl9a9dUD0lVhPuwJg6ASbQ8BsWaYAWuo0ZIch Y2lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=s2kLyKJIpir5yhNyQD6UAZi20PJd/KDf4uQyiZ/qW98=; b=fRFH7z9nI6PHQv33mq22NvV5e+S3I17bmCEI65wJXZdjlKAsf8gI1fpzcVWJ/x4yto KkDwJYw1t18lW4UnKdZNlyZ/xAUYEWUDLMmL7MqAeNtoFsjkR6/Jz0GXQ67xz3OxSeak 3l/CTZcQbmDthbZ2NEoLGEl79uF0qTJ0PcVYrMobC48nxyh6CH4MvMIvCoZ/wewfnx92 gBhar6zEWKkz90vB9F4vBF3MOYQNnYV3kHp2zrLuKjMY1w6PwssvgvJ2orbmhJhKz4Wp CPRe6ckUkK1Nh+Dh9M5arbDH3wgkllLJ6IHWvi5oZMLepJomVTyx1cyyx+T9ycWSKT8J AEDg== X-Gm-Message-State: APjAAAVxKqvRcxTD16iW6cVwgo7X5NTP9B1hrvT+dDk7mgZ8tCuxevLI IifFmqmxEii9X3fl0muKs/Nhoxs2RO4= X-Google-Smtp-Source: APXvYqysGrJDApNwemlhtsBFmXENteJ/DSjLNTT6RgOo6CqdGlotMr1P/k5x4bIACayGGPI5JAawXA== X-Received: by 2002:ac2:4c29:: with SMTP id u9mr3264512lfq.143.1571343241570; Thu, 17 Oct 2019 13:14:01 -0700 (PDT) Received: from guixsd (95-55-11-134.dynamic.avangarddsl.ru. [95.55.11.134]) by smtp.gmail.com with ESMTPSA id y2sm1288352lfl.47.2019.10.17.13.14.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Oct 2019 13:14:00 -0700 (PDT) From: Oleg Pykhalov To: Tanguy Le Carrour Subject: Re: [bug#37613] [PATCH] gnu: Add python-httpie. References: <20191004065520.tcuz74tsjgqfbh6q@rafflesia> <20191014114320.fmiev2vxisikagf7@rafflesia> Date: Thu, 17 Oct 2019 23:13:57 +0300 In-Reply-To: <20191014114320.fmiev2vxisikagf7@rafflesia> (Tanguy Le Carrour's message of "Mon, 14 Oct 2019 13:43:20 +0200") Message-ID: <878spj6sfu.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37613 Cc: 37613@debbugs.gnu.org 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, Thank you for packaging this tool! Tanguy Le Carrour writes: > From 13062545e9df7f9cab728f6ee17b572a88a11e31 Mon Sep 17 00:00:00 2001 > From: Tanguy Le Carrour > Date: Fri, 4 Oct 2019 08:44:59 +0200 > Subject: [PATCH] gnu: Add python-httpie. > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > * gnu/packages/python-web.scm (python-httpie):=C2=A0New public variable. > --- > gnu/packages/python-web.scm | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm > index ffef3319f7..b980b83a70 100644 > --- a/gnu/packages/python-web.scm > +++ b/gnu/packages/python-web.scm > @@ -30,6 +30,7 @@ > ;;; Copyright =C2=A9 2019 Vagrant Cascadian > ;;; Copyright =C2=A9 2019 Brendan Tildesley > ;;; Copyright =C2=A9 2019 Pierre Langlois > +;;; Copyright =C2=A9 2019 Tanguy Le Carrour > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -303,6 +304,34 @@ other HTTP libraries.") > (define-public python2-httplib2 > (package-with-python2 python-httplib2)) >=20=20 > +(define-public python-httpie > + (package > + (name "python-httpie") [=E2=80=A6] LGTM.=20=20 What do you think about naming the package =E2=80=9Chttpie=E2=80=9D instead= , because it's intended to run by calling =E2=80=98httpie=E2=80=99 command as in =E2= =80=98youtube-dl=E2=80=99 package? I could change the name if you don't mind and push it. Regards, Oleg. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAl2oy4UACgkQFn+OpQAa +pxsuQ/+L/nFfpxdW2ioWQfrlB398CWqslvg/PCjVf5OuoA+UIESGn2KJDUmWPEd 8sySWRWTroAGI11qanqQLCR7p+rNtSmes6N/tCH3I1Qnc+33jEJggQpNTV4a23qc J8nf1xvgSyJc3o9zaVRn0aQug9K2b1kVVe04XLduxH18l99pnbY0vllOkk/hpzHu Ar16SxjzWKrAWEc1Y+DD0a+UdOsMNLiiaAKey9q71IXZKvXR0XYqDD+Q7hyXTR6A uONX/Vdr4+7afyrAjiz/DxkWNTzeVPnEptgm3nNhObL3GrBKBoQopxMa0J431RaQ P/hjf8Q1+A+0Pv1YvyMB+dpPaQO4wu1nB04UGPu201rGwPIb5zQfayW4XNC9sIuq mOKtVuCLiJonainPa5OdOVUA1WHq2yT2jW+GjhZVY0yb1b8AUIVD7pmbLJ0GrvWy BXRkW/WM8+iol8NMywmlxwn19OhBHer7YOCVZRWSx3io/0Cg04/CIchdTMnXI1zH e1zXYrdOmBhpSthjZKWrAcZM/XhHLmNN15ahFD+h40g4+0JQg3RPrOglTqQ1oKEI 44aL+DlFD/IIvZrZB2dt6IYAkBTiN6po2l55MpVFwIwWDh8SE+2172OmbqCNo3g+ u5rn/DpXo9mjeXPDnx85Bs3TSfcFm+P6ILzbg6bGpAZV0pG03HI= =ueuq -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 18 08:50:19 2019 Received: (at 37613) by debbugs.gnu.org; 18 Oct 2019 12:50:19 +0000 Received: from localhost ([127.0.0.1]:49532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLRhz-0004q6-6P for submit@debbugs.gnu.org; Fri, 18 Oct 2019 08:50:19 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:59325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLRhx-0004px-Q5 for 37613@debbugs.gnu.org; Fri, 18 Oct 2019 08:50:18 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 891FE10000B; Fri, 18 Oct 2019 12:50:15 +0000 (UTC) Date: Fri, 18 Oct 2019 14:50:15 +0200 From: Tanguy Le Carrour To: Oleg Pykhalov Subject: Re: [bug#37613] [PATCH] gnu: Add python-httpie. Message-ID: <20191018125015.lawklnqyxxrljq7c@rafflesia> References: <20191004065520.tcuz74tsjgqfbh6q@rafflesia> <20191014114320.fmiev2vxisikagf7@rafflesia> <878spj6sfu.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <878spj6sfu.fsf@gmail.com> User-Agent: NeoMutt/20180716 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37613 Cc: 37613@debbugs.gnu.org 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.7 (-) Hi Oleg! Le 10/17, Oleg Pykhalov a Ă©crit : > What do you think about naming the package “httpie” instead, because > it's intended to run by calling ‘httpie’ command as in ‘youtube-dl’ > package? I could change the name if you don't mind and push it. I have no opinion on this! I package cookiecutter as `python-cookiecutter`, so I did the same with httpie. The only problem is that the binary is actually called `http`. Just do whatever you think is best! Should I consider doing the same for the package `python-poetry` I've submitted?! Regards, -- Tanguy From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 18 11:10:09 2019 Received: (at 37613) by debbugs.gnu.org; 18 Oct 2019 15:10:09 +0000 Received: from localhost ([127.0.0.1]:51409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLTtI-0000oz-Uj for submit@debbugs.gnu.org; Fri, 18 Oct 2019 11:10:09 -0400 Received: from mail-lf1-f66.google.com ([209.85.167.66]:32992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLTtD-0000oA-Tv; Fri, 18 Oct 2019 11:10:04 -0400 Received: by mail-lf1-f66.google.com with SMTP id y127so5016346lfc.0; Fri, 18 Oct 2019 08:10:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=VQ5RwzN7KZYSI/JglLse1J62CEVw8d80Kglnuz2MlAs=; b=L1jdJpoiPpnlmY8LY/JO7IyObKPueE6ewtNWNUi4nnOv/WNmyZaMRV7XynNh3o7GKV UoQNs0quvrC9YYR+g9EMXi4vTCkgONEa+jUcsguVgxUazMRpekgWLLMU5krJKHpX1c9p 4s0db7+QNivUCP2nW/0GHkBavmzOWJWqDpKq1oIboA8UNRbFnkb7GSrwQaU4Y5dazkF+ 83OfLYCoQM3QCcJAq/yUM21QBBTHPQwBpauC7LjaVi4yR0/CBQnhUMNwcQacY6maHiNC TZXS9IuSMABJxQwL8gT/1id+felLdOp/i8HJxZEHrcAP/fuinZHyFxE+jBAOsxO0Skcp 7pgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=VQ5RwzN7KZYSI/JglLse1J62CEVw8d80Kglnuz2MlAs=; b=FTHkV+6SKx6gpYDWPiw/b51dxlufr7B+3y0P9Q1fMm1P0E07U80E8Xkuo1amInXSTA KmmzCKhPaj7pQLfTOSRkF/QW8obIuD1vp550EDAAwQAE4/y+C7kqGsxRqHXdsCq5pqUD jw15+/JaCSWYP78nWdkN5kyeyurjp1Bu1DPrQIGwOKMEctkok8BnR3X0ZVQ/VkhyO9w8 nWbbB3rSnIKkzGhIGwsQrqaInj6ivB3D+cSzUSeK4VNpqR0MQztMc3xJbV0ieqizAhcc gTLkMUGO2BP0L24K2SRCrZDGb3JLuXSqn/stTqZZ7PVUvV3uEgtnsjQCFRh3QD0n9/6Y tkuA== X-Gm-Message-State: APjAAAXz6+LpXnUw7DPJO+JGcfXDtzrre9cQ9sQuv2FS4foIPMEUKuYn g6GwvBsFmq3zA9PzI+y6CXXZk0Rxk2I= X-Google-Smtp-Source: APXvYqwVKdFnEODJjsr5Y7C+DybezQ+tRzptzIm7IArONnnJPnkEYi0Yqcg2dfOG94BwdC4CwEVWAA== X-Received: by 2002:ac2:4c15:: with SMTP id t21mr4960815lfq.7.1571411397537; Fri, 18 Oct 2019 08:09:57 -0700 (PDT) Received: from guixsd (95-55-11-134.dynamic.avangarddsl.ru. [95.55.11.134]) by smtp.gmail.com with ESMTPSA id c21sm2659655lff.61.2019.10.18.08.09.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Oct 2019 08:09:56 -0700 (PDT) From: Oleg Pykhalov To: Tanguy Le Carrour Subject: Re: [bug#37613] [PATCH] gnu: Add python-httpie. References: <20191004065520.tcuz74tsjgqfbh6q@rafflesia> <20191014114320.fmiev2vxisikagf7@rafflesia> <878spj6sfu.fsf@gmail.com> <20191018125015.lawklnqyxxrljq7c@rafflesia> Date: Fri, 18 Oct 2019 18:09:52 +0300 In-Reply-To: <20191018125015.lawklnqyxxrljq7c@rafflesia> (Tanguy Le Carrour's message of "Fri, 18 Oct 2019 14:50:15 +0200") Message-ID: <87bluedr9b.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37613 Cc: 37613@debbugs.gnu.org, 37613-done@debbugs.gnu.org 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tanguy Le Carrour writes: > Hi Oleg! > > > Le 10/17, Oleg Pykhalov a =C3=A9crit : >> What do you think about naming the package =E2=80=9Chttpie=E2=80=9D inst= ead, because >> it's intended to run by calling =E2=80=98httpie=E2=80=99 command as in = =E2=80=98youtube-dl=E2=80=99 >> package? I could change the name if you don't mind and push it. > > I have no opinion on this! I package cookiecutter as > `python-cookiecutter`, so I did the same with httpie. > The only problem is that the binary is actually called `http`. Well, =E2=80=98http=E2=80=99 as a package name is not good IMO ;-) httpie as named in Debian and Nix should be good enough. Pushed to master. > Should I consider doing the same for the package `python-poetry` I've sub= mitted?! Yes, just a =E2=80=98poetry=E2=80=99. Thanks, Oleg. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAl2p1cAACgkQFn+OpQAa +px1GA//Wn5zRjaFzF5oKWbn0mh91KwblVTKGJI24itSm73yg6vpCBH2QZJisnDV fnubnwaGIV519ctIMFnB0GnWyvKb8d+HD53hjctvoI2Ls082tn9NdzVVOYAboXBC eBnnyRQ1CTi5DQk/9eVhMIQphlW8ysvx+jM4IbPwNsL8tNEfvVWT9qThLUCSyxFg BkbdHRsTgSieWyy+lOlC4fvypAZBU40RXVUoaSOUKF6I7QZQ1rxJovAbtNHi81KK dol+o3jR4vo3YbQLLwNhXIQulaB6txscZORg4VCKEXntXmnIuC/80elqOS674IBS Og/pz74Ok117+okLKGlk0HkM4GAmCtQVy+yQZXeFFmKuGLNEyKcuJp4zt9Nk4WNY AhoeRD+y4BcKWjIlxKNwhYS2ZKB7yQnXL2aXtxU/Syuu8paP5DHqG8uyqE4lDpE+ SHRrtvuX7Kd3nbmryBG1DbLK7u24p3yThR/QB0AnxUyjPnqFZNuuNFB9R+jS3W1H Qh2fuCcwjDX4lBbuPzc74nCBBLGusr4Dx8uIdLLiEhemd4v2ccMmcZsnhX2+ZfCx VIOgLd9zxJQtFPSxtbLL0LvA/TzmL8dntbp8B9Gz7eJOT7yHPmlcfeMAPFD4DWt1 mMmBfooU6lywSmrPyGIPNx3n1VXQRfH0b+paLsmDBqiJfC6SDEE= =h/q1 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 13 11:20:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 16 Nov 2019 12: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