From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6OxV-0005JG-A5 for guix-patches@gnu.org; Sun, 22 Oct 2017 18:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6OxS-0001EG-5W for guix-patches@gnu.org; Sun, 22 Oct 2017 18:43:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47687) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e6OxS-0001E3-1u for guix-patches@gnu.org; Sun, 22 Oct 2017 18:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e6OxR-0007fg-MC for guix-patches@gnu.org; Sun, 22 Oct 2017 18:43:01 -0400 Subject: [bug#28928] [PATCH] gnu: Add python2-libmpsse. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171021190303.30463-1-dannym@scratchpost.org> Date: Sun, 22 Oct 2017 15:42:33 -0700 In-Reply-To: <20171021190303.30463-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Sat, 21 Oct 2017 21:03:03 +0200") Message-ID: <87d15eyfc6.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: Danny Milosavljevic Cc: 28928@debbugs.gnu.org Hello Danny, Danny Milosavljevic skribis: > * gnu/packages/embedded.scm: Add imports. > (python2-libmpsse): New variable. [...] > + (home-page "https://code.google.com/archive/p/libmpsse/") > + (synopsis "Python library for MPSSE SPI I2C JTAG adapter by FTDI") > + (description "This package provides a library in order to support the > +MPSSE adapter by FTDI that can do SPI, I2C, JTAG.") Could you, at least in the description, expand at =E2=80=9CMPSSE=E2=80=9D a= nd/or give a bit of context? Otherwise LGTM, thank you! Ludo=E2=80=99.