From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 3/6] gnu: Add python-ddt Date: Thu, 09 Feb 2017 23:54:51 +0100 Message-ID: <87zihvrn44.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170209174837.30914-1-fredmanglis@gmail.com> <20170209174837.30914-3-fredmanglis@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbxc8-0001Py-Ia for guix-devel@gnu.org; Thu, 09 Feb 2017 17:54:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbxc6-0005A5-2U for guix-devel@gnu.org; Thu, 09 Feb 2017 17:54:56 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:35897) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbxc5-00059z-UK for guix-devel@gnu.org; Thu, 09 Feb 2017 17:54:54 -0500 In-Reply-To: <20170209174837.30914-3-fredmanglis@gmail.com> 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" To: guix-devel@gnu.org Cc: Muriithi Frederick Muriuki --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-ddt): New variable. > --- > gnu/packages/python.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 6b56312..9e17caf 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -12580,3 +12580,27 @@ faster ones are not available.") > "This package that provides some compatibility helpers for Flake8 p= lugins that > intend to support Flake8 2.x and 3.x simultaneously.") > (license license:expat))) > + > +(define-public python-ddt > + (package > + (name "python-ddt") > + (version "1.1.1") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "ddt" version)) > + (sha256 > + (base32 > + "1c00ikkxr7lha97c81k938bzhgd4pbwamkjn0h4nkhr3xk00zp6n")))) > + (build-system python-build-system) > + (native-inputs > + `(("python-mock" ,python-mock) > + ("python-nose" ,python-nose))) > + (inputs > + `(("python-six" ,python-six) > + ("python-pyyaml" ,python-pyyaml))) I made these inputs propagated as Hartmut mentioned. Pushed! > + (home-page "https://github.com/txels/ddt") > + (synopsis "Data-Driven Tests") > + (description "DDT (Data-Driven Tests) allows you to multiply one tes= t case by running > + it with different test data, and make it appear as multiple test cases.= ") > + (license license:expat))) > --=20 > 2.10.2 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlic8zsACgkQoqBt8qM6 VPpi9Qf+LZOzMDX4YW0VKFe60CZ6OHWU5E1jVaypnlkwjjamUy84Qr++0s22EM2y 9IBRQocyY39a8/xwOfavi7mmzGoNl1C/WVLBo7XJ4kqw/LhnrvWpZXmnd3rBLcZf 2y1yvvmqYCX29xPq2aN/d2Ig/j4CAf/uiDCp2Jomb+4rUG+Mbqxz1ZU4M4FsiDez 8kA9ZuJ3FiqtbAnjRs94H9Nh59kM27SvlCCgIJEhpVkrcbR7AHWYjIvE4dD7MhlS 2fsFv/OC3VLVIdalif6Wet+S9BStGf+ZkHvFc/mzgbRfwXQDJqN0bNoIlDsgD8RN NjLAETyGvXWNbgvXJDuEVGRgUayYHg== =t6dL -----END PGP SIGNATURE----- --=-=-=--