From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 1/4] gnu: Add perl-time-piece. Date: Sat, 03 Dec 2016 19:55:05 +0100 Message-ID: <87zikcc06u.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20161203103901.27770-1-donttrustben@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]:39649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDFSq-0004TN-MA for guix-devel@gnu.org; Sat, 03 Dec 2016 13:55:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDFSl-0005vG-Ug for guix-devel@gnu.org; Sat, 03 Dec 2016 13:55:12 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:36826) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cDFSl-0005u2-Qe for guix-devel@gnu.org; Sat, 03 Dec 2016 13:55:07 -0500 In-Reply-To: <20161203103901.27770-1-donttrustben@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: Ben Woodcroft , guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Ben Woodcroft writes: > * gnu/packages/perl.scm (perl-time-piece): New variable. > --- > gnu/packages/perl.scm | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm > index 6b4370d..55982ab 100644 > --- a/gnu/packages/perl.scm > +++ b/gnu/packages/perl.scm > @@ -7162,6 +7162,28 @@ time values and formatting dates into ASCII string= s.") > and time() calls.") > (license (package-license perl)))) >=20=20 > +(define-public perl-time-piece > + (package > + (name "perl-time-piece") > + (version "1.31") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "mirror://cpan/authors/id/E/ES/ESAYM/Time-Pie= ce-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "1fb7s5y9f3j80h2dfsgplmdcrhp96ccqs0qqabmckkkgvhj40205")))) > + (build-system perl-build-system) > + (home-page "http://search.cpan.org/dist/Time-Piece") > + (synopsis "Object-oriented time objects") > + (description "This module replaces the standard @code{localtime} and > +@code{gmtime} Perl functions with implementations that return objects. = It does > +so in a backwards compatible manner, so that using > +@code{localtime}/@code{gmtime} in the way documented in perlfunc will st= ill > +return what you expect.") > + (license (package-license perl)))) LGTM > + > (define-public perl-tree-simple > (package > (name "perl-tree-simple") > --=20 > 2.10.2 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlhDFQkACgkQoqBt8qM6 VPrEpAgAshteJI10ZzXpwYfh6ZvFH5oxopxZg/Vb0+jCKilTTfinTzU3qLWOxk0o oqJJj1xpPg0rDfF9NoKJW5xOuJ+6hhceNNwF+7YD53fUPyhwTNP1sc449nGbaZGz Z7q2TN6igM65Dqren+9IxCReVk9mbfpzcb2wRFZUHxDx+u117T1O6vKVMVyOYMi4 kM5j+iDu7JzLfYp+Ui7QuN5UsEx3BrcqAm9czDA2awOIMeX3GUuWp4TvXDVfMf6c jnODynwe7T0KQmR7yhnobiG6WDbF+qvno7iRQgFtZUxlIc2HVEc14B9Ejljo+dza QZQVGE2/HWzl7h8s0TCbGOXalp3CjA== =dT2j -----END PGP SIGNATURE----- --=-=-=--