From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny/
Date: Sun, 4 Jun 2017 09:05:01 +0000 (UTC) [thread overview]
Message-ID: <1496567057.a53cdcc14f27668a5563b956fa595ceae474a801.kentnl@gentoo> (raw)
commit: a53cdcc14f27668a5563b956fa595ceae474a801
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 09:03:18 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 09:04:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53cdcc1
dev-perl/Type-Tiny: Bump to version 1.2.0
- EAPI6
- Tests enabled w/ parallel!
- Add USE="exmaples"
- Add all recommended deps that are used somewhere internally
Upstream:
- Fix escaping within q{} in tests
- Add functions compile_named, validate_named to Type::Params
- Can use Sub::Util when available
- Better fallback for Utils::dwim_type
- Lazy-load dependencies
- Optimized HashRef,ArrayRef,ScalarRef,Map,Tuple and StrMatch
constraints
- Inlined ::Int check checks value isn't a reference
- ArrayRef[ Int, Int ] and similar now an exception
- Improved error location reporting for Moo
- NumericCode can coerce strings with whitespace
- constraint parameters can be strings of perl code
- localise sig-die in Type::Registry
- Tuple[Int] and similar no longer report having coercions of nested
type lacks coercions
- New CycleTuple type
- RegexpRef now accepts blessed objects if $object->isa('Regexp')
- Support for StrMatch regexp inlining via Regexp::Util
- Include trailing \n at end of stringified exceptions
Keywording:
- New dependencies, dropping keywords for: hppa, ppc
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/Type-Tiny/Manifest | 1 +
dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild | 39 +++++++++++++++++++++++++++++++
dev-perl/Type-Tiny/metadata.xml | 38 ++++++++++++++++++++++++++++++
3 files changed, 78 insertions(+)
diff --git a/dev-perl/Type-Tiny/Manifest b/dev-perl/Type-Tiny/Manifest
index cf35564ee3b..60fb1aa33d9 100644
--- a/dev-perl/Type-Tiny/Manifest
+++ b/dev-perl/Type-Tiny/Manifest
@@ -1 +1,2 @@
DIST Type-Tiny-1.000005.tar.gz 249419 SHA256 42ed36c011825aa1e6995a4e8638621a1b2103a0970b15764ca3919368042365 SHA512 5817ee937384cccbea71fa69f8c2202d721c648a18eedf089529fbb956b2d050b889606e69c8bc3e1d94fb6f638b6cac01394b5534f17a8be6cdf82d69b965b6 WHIRLPOOL 8ac0914d07fbc186c3dcc2cdb7cc9f6288a940818958a148d6ed898849f5e4456d34fa7cd29bdd5315a1f941b2ce0e74a0f2ab9f0d15c7216ec0481a9bf88774
+DIST Type-Tiny-1.002000.tar.gz 264748 SHA256 f37d6d6656b4f8df7b595a253e44b234fe4cd0f3eabf0528067d6651993f4bca SHA512 da9e150011f898bd2af2adafb12124505b651f7b41e4cd9177bcf8e4148f7a7732014292f9f2099bc0b2582f4ee1809009cabe74df8002d182eceb855f6d446a WHIRLPOOL 1c279846cfb650a76e02a1f9108117d3997654f1a79775dd9448fde36e5a494cbcddd7964774e4e338032b9a1b466b0552c4011168e470f2d4a4110ba8b7f490
diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild b/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild
new file mode 100644
index 00000000000..f32e44b2d09
--- /dev/null
+++ b/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=1.002000
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# Test rdep for Test::TypeTiny
+RDEPEND="
+ !<dev-perl/Kavorka-0.13.0
+ !<dev-perl/Types-ReadOnly-0.1.0
+ >=dev-perl/Exporter-Tiny-0.26.0
+ >=virtual/perl-Test-Simple-1.1.10
+ !minimal? (
+ >=dev-perl/Devel-LexAlias-0.50.0
+ dev-perl/Devel-StackTrace
+ >=dev-perl/Ref-Util-XS-0.116.0
+ >=dev-perl/Regexp-Util-0.3.0
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Type-Tie
+ >=dev-perl/Type-Tiny-XS-0.11.0
+ )
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ >=virtual/perl-CPAN-Meta-Requirements-2.0.0
+ test? (
+ dev-perl/Test-Warnings
+ )
+"
diff --git a/dev-perl/Type-Tiny/metadata.xml b/dev-perl/Type-Tiny/metadata.xml
index 2b9a936fc0a..3f0cbb681fd 100644
--- a/dev-perl/Type-Tiny/metadata.xml
+++ b/dev-perl/Type-Tiny/metadata.xml
@@ -5,4 +5,42 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Type-Tiny</remote-id>
+ <remote-id type="cpan-module">Devel::TypeTiny::Perl56Compat</remote-id>
+ <remote-id type="cpan-module">Devel::TypeTiny::Perl58Compat</remote-id>
+ <remote-id type="cpan-module">Error::TypeTiny</remote-id>
+ <remote-id type="cpan-module">Error::TypeTiny::Assertion</remote-id>
+ <remote-id type="cpan-module">Error::TypeTiny::Compilation</remote-id>
+ <remote-id type="cpan-module">Error::TypeTiny::WrongNumberOfParameters</remote-id>
+ <remote-id type="cpan-module">Eval::TypeTiny</remote-id>
+ <remote-id type="cpan-module">Reply::Plugin::TypeTiny</remote-id>
+ <remote-id type="cpan-module">Test::TypeTiny</remote-id>
+ <remote-id type="cpan-module">Type::Coercion</remote-id>
+ <remote-id type="cpan-module">Type::Coercion::FromMoose</remote-id>
+ <remote-id type="cpan-module">Type::Coercion::Union</remote-id>
+ <remote-id type="cpan-module">Type::Library</remote-id>
+ <remote-id type="cpan-module">Type::Params</remote-id>
+ <remote-id type="cpan-module">Type::Parser</remote-id>
+ <remote-id type="cpan-module">Type::Registry</remote-id>
+ <remote-id type="cpan-module">Type::Tiny</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Class</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Duck</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Enum</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Intersection</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Role</remote-id>
+ <remote-id type="cpan-module">Type::Tiny::Union</remote-id>
+ <remote-id type="cpan-module">Type::Utils</remote-id>
+ <remote-id type="cpan-module">Types::Common::Numeric</remote-id>
+ <remote-id type="cpan-module">Types::Common::String</remote-id>
+ <remote-id type="cpan-module">Types::Standard</remote-id>
+ <remote-id type="cpan-module">Types::Standard::ArrayRef</remote-id>
+ <remote-id type="cpan-module">Types::Standard::CycleTuple</remote-id>
+ <remote-id type="cpan-module">Types::Standard::Dict</remote-id>
+ <remote-id type="cpan-module">Types::Standard::HashRef</remote-id>
+ <remote-id type="cpan-module">Types::Standard::Map</remote-id>
+ <remote-id type="cpan-module">Types::Standard::ScalarRef</remote-id>
+ <remote-id type="cpan-module">Types::Standard::Tuple</remote-id>
+ <remote-id type="cpan-module">Types::TypeTiny</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2017-06-04 9:05 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-04 9:05 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-14 4:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny/ Sam James
2024-03-17 6:27 Ionen Wolkens
2023-12-08 8:42 Arthur Zamarin
2023-12-08 8:28 Arthur Zamarin
2023-09-28 0:21 Sam James
2023-09-23 9:53 Sam James
2023-09-16 9:27 Sam James
2023-07-24 11:03 Jakov Smolić
2023-06-18 1:07 Sam James
2023-06-12 7:34 Arthur Zamarin
2023-06-12 7:34 Arthur Zamarin
2023-05-09 5:52 Arthur Zamarin
2023-05-06 16:04 Arthur Zamarin
2023-05-06 16:04 Arthur Zamarin
2023-05-06 12:01 Sam James
2023-05-06 11:41 Arthur Zamarin
2023-05-06 11:21 Arthur Zamarin
2023-04-04 22:24 Sam James
2023-02-13 5:52 Sam James
2023-02-12 3:47 Sam James
2022-06-29 11:40 Sam James
2021-12-18 2:10 Sam James
2021-12-12 14:35 Jakov Smolić
2021-12-12 11:21 Jakov Smolić
2021-12-11 19:10 Arthur Zamarin
2021-12-11 4:33 Andreas K. Hüttel
2021-11-20 10:25 Arthur Zamarin
2021-11-20 10:25 Arthur Zamarin
2021-11-19 11:36 Sam James
2021-11-15 4:31 Sam James
2021-11-09 22:02 James Le Cuirot
2021-10-20 0:21 Sam James
2021-09-30 20:32 Andreas K. Hüttel
2021-09-26 17:52 Sam James
2021-08-26 19:51 Sam James
2021-08-07 14:49 Sam James
2021-06-12 22:35 Andreas K. Hüttel
2021-05-25 0:19 Joshua Kinard
2021-05-16 0:13 Sam James
2021-05-15 1:55 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-12-27 16:19 Fabian Groffen
2020-09-07 12:00 Yixun Lan
2020-07-20 20:45 Kent Fredric
2019-07-25 6:48 Kent Fredric
2018-10-27 15:19 Fabian Groffen
2018-08-25 18:08 Sergei Trofimovich
2018-08-20 2:26 Mikle Kolyada
2018-08-19 18:45 Matt Turner
2018-08-18 22:15 Thomas Deutschmann
2018-03-21 4:55 Matt Turner
2018-03-14 6:16 Kent Fredric
2017-08-05 19:17 Sergei Trofimovich
2016-08-13 7:48 Jeroen Roovers
2016-03-15 11:28 Agostino Sarubbo
2016-03-15 11:26 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496567057.a53cdcc14f27668a5563b956fa595ceae474a801.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox