[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28028] [PATCH 7/9] gnu: Add perl-type-tiny.
From: |
Ricardo Wurmus |
Subject: |
[bug#28028] [PATCH 7/9] gnu: Add perl-type-tiny. |
Date: |
Wed, 9 Aug 2017 19:00:35 +0200 |
* gnu/packages/perl.scm (perl-type-tiny): New variable.
---
gnu/packages/perl.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 123d2a3c7..0dabff99a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7853,6 +7853,40 @@ coercions, these will be used if necessary to ensure
values assigned to the
variable conform.")
(license (package-license perl))))
+(define-public perl-type-tiny
+ (package
+ (name "perl-type-tiny")
+ (version "1.002001")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/"
+ "Type-Tiny-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1p8krim8kvw123nady96fagi8sk2pj1z8jkr4r8n45ihyamfxjck"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-test-warnings" ,perl-test-warnings)))
+ (propagated-inputs
+ `(("perl-devel-lexalias" ,perl-devel-lexalias)
+ ("perl-devel-stacktrace" ,perl-devel-stacktrace)
+ ("perl-exporter-tiny" ,perl-exporter-tiny)
+ ("perl-moo" ,perl-moo)
+ ("perl-moose" ,perl-moose)
+ ("perl-mouse" ,perl-mouse)
+ ("perl-ref-util-xs" ,perl-ref-util-xs)
+ ("perl-regexp-util" ,perl-regexp-util)
+ ("perl-type-tie" ,perl-type-tie)))
+ (home-page "http://search.cpan.org/dist/Type-Tiny")
+ (synopsis "Tiny, yet Moo(se)-compatible type constraint")
+ (description "@code{Type::Tiny} is a small class for writing type
+constraints, inspired by Moose's type constraint API. It has only one
+non-core dependency (and even that is simply a module that was previously
+distributed as part of @code{Type::Tiny} but has since been spun off), and can
+be used with Moose, Mouse and Moo (or none of the above).")
+ (license (package-license perl))))
+
(define-public perl-types-serialiser
(package
(name "perl-types-serialiser")
--
2.13.2
- [bug#28028] [PATCH 2/9] gnu: Add perl-math-random-isaac-xs., (continued)
[bug#28028] [PATCH 4/9] gnu: Add perl-type-tie., Ricardo Wurmus, 2017/08/09
[bug#28028] [PATCH 5/9] gnu: Add perl-regexp-util., Ricardo Wurmus, 2017/08/09
[bug#28028] [PATCH 6/9] gnu: Add perl-ref-util-xs., Ricardo Wurmus, 2017/08/09
[bug#28028] [PATCH 8/9] gnu: Add perl-crypt-random-source., Ricardo Wurmus, 2017/08/09
[bug#28028] [PATCH 7/9] gnu: Add perl-type-tiny.,
Ricardo Wurmus <=
[bug#28028] [PATCH 9/9] gnu: Add perl-math-random-secure., Ricardo Wurmus, 2017/08/09
[bug#28028] [PATCH 1/9] gnu: Add perl-hash-fieldhash., Danny Milosavljevic, 2017/08/12
[bug#28028] [PATCH 0/9] Perl crypto things, Marius Bakke, 2017/08/09