From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 2/8] gnu: Add python-reno. Date: Tue, 17 Jan 2017 23:36:22 +0100 Message-ID: <87eg01b9g9.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170117222548.13995-1-dannym@scratchpost.org> <20170117222548.13995-3-dannym@scratchpost.org> 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]:45184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTcMh-0000xG-5x for guix-devel@gnu.org; Tue, 17 Jan 2017 17:36:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTcMe-0002VU-0m for guix-devel@gnu.org; Tue, 17 Jan 2017 17:36:31 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:47166) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTcMd-0002VM-TW for guix-devel@gnu.org; Tue, 17 Jan 2017 17:36:27 -0500 In-Reply-To: <20170117222548.13995-3-dannym@scratchpost.org> 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: Danny Milosavljevic , guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Danny Milosavljevic writes: > * gnu/packages/openstack.scm (python-reno, python2-reno): New variables. > --- > gnu/packages/openstack.scm | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm > index da5b5f7c8..338d35d13 100644 > --- a/gnu/packages/openstack.scm > +++ b/gnu/packages/openstack.scm > @@ -550,6 +550,31 @@ in transmittable and storable formats, such as JSON = and MessagePack.") > (define-public python2-oslo.serialization > (package-with-python2 python-oslo.serialization)) >=20=20 > +(define-public python-reno > + (package > + (name "python-reno") > + (version "2.0.3") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "reno" version)) > + (sha256 > + (base32 "1i2wnn5fnm3jm5774pahg000q0lma5i913hml91bbbm2mybphndd"= )))) > + (build-system python-build-system) > + (propagated-inputs > + `(("python-babel" ,python-babel) > + ("python-dulwich" ,python-dulwich) > + ("python-pbr" ,python-pbr) > + ("python-pyyaml" ,python-pyyaml) > + ("python-six" ,python-six))) > + (home-page "http://docs.openstack.org/developer/reno/") > + (synopsis "Release notes manager") > + (description "This package provides a release notes manager for Pyth= on.") I would (well, did) mention that this is for a particular usage of "release notes": (description "Reno is a tool for storing release notes in a git repository and building documentation from them.") I think that is better, so users know up front if this is something they are interested in. > + (license asl2.0))) > + > +(define-public python2-reno > + (package-with-python2 python-reno)) > + > (define-public python-oslosphinx > (package > (name "python-oslosphinx") --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlh+nGYACgkQoqBt8qM6 VPoznAf9F/o93QqFywHfTKhwY1g5DHBNUKGc+DTk82tkme8VPFvxzu+CLG7ATvBb DYYxrc15fip2yNK5IASd66TsikaXy2pYtPoGTUjjZ7klO73fzf6GL1l6jc5BQ5NO XO/Uwoe9yfPmDRiX6GUozsO4E4O93awbSUPKECT2RQmETeToUpvH0sCDP792fPX6 IrRcSaFu5ol9XK1RsaPtY6tzuP0lXFBlGUjZrqdHixifqKxrFFi6HjAXYXY59E2Z oXyTLHqWbnqVzPrc+pWULSCPVQ4D7DHJNe+t2dUS1RXlQ9C1LOru+UQBl4gCPlMK sEhEqF84tB+q0tUsWTT+Ai7vquy+0w== =Bsof -----END PGP SIGNATURE----- --=-=-=--