From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjlsd-0000JE-Ct for guix-patches@gnu.org; Sun, 29 Jul 2018 09:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjlsc-0008OW-GJ for guix-patches@gnu.org; Sun, 29 Jul 2018 09:37:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56509) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fjlsc-0008OQ-Br for guix-patches@gnu.org; Sun, 29 Jul 2018 09:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fjlsc-00055I-57 for guix-patches@gnu.org; Sun, 29 Jul 2018 09:37:02 -0400 Subject: [bug#32263] [PATCH 1/8] gnu: Add python-docker-pycreds. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180724184847.19178-1-efraim@flashner.co.il> <20180724185115.19376-1-efraim@flashner.co.il> Date: Sun, 29 Jul 2018 15:36:30 +0200 In-Reply-To: <20180724185115.19376-1-efraim@flashner.co.il> (Efraim Flashner's message of "Tue, 24 Jul 2018 21:51:08 +0300") Message-ID: <87va8ygo4h.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 32263@debbugs.gnu.org Efraim Flashner skribis: > * gnu/packages/docker.scm (python-docker-pycreds): New variable. [...] > + (home-page "https://github.com/shin-/dockerpy-creds") > + (synopsis > + "Python bindings for the docker credentials store API") > + (description > + "Docker-Pycreds contains the Python bindings for the docker credent= ials > +store API.") s/docker/Docker/ Also it=E2=80=99d be nice to add a sentence like =E2=80=9CIt allows program= mers to do X and Y from Python.=E2=80=9D. Otherwise LGTM, thanks! Ludo=E2=80=99.