From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6718815813A for ; Tue, 07 Jan 2025 06:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6354DE079E; Tue, 07 Jan 2025 06:34:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C378E079E for ; Tue, 07 Jan 2025 06:34:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88D753409C8 for ; Tue, 07 Jan 2025 06:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEE601D3B for ; Tue, 07 Jan 2025 06:34:44 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1736231232.1c553ec4c2c817b9254feb075327876a73bbcada.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-types/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/dry-types/Manifest dev-ruby/dry-types/dry-types-1.8.0.ebuild X-VCS-Directories: dev-ruby/dry-types/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1c553ec4c2c817b9254feb075327876a73bbcada X-VCS-Branch: master Date: Tue, 07 Jan 2025 06:34:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 842d4570-719d-46ef-acb6-798793e33c8f X-Archives-Hash: 51b7e66306a0777b6913a49eb5041d65 commit: 1c553ec4c2c817b9254feb075327876a73bbcada Author: Hans de Graaff gentoo org> AuthorDate: Tue Jan 7 06:27:12 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jan 7 06:27:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c553ec4 dev-ruby/dry-types: add 1.8.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/dry-types/Manifest | 1 + dev-ruby/dry-types/dry-types-1.8.0.ebuild | 39 +++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-ruby/dry-types/Manifest b/dev-ruby/dry-types/Manifest index 5fe862332caf..1afa01a1924a 100644 --- a/dev-ruby/dry-types/Manifest +++ b/dev-ruby/dry-types/Manifest @@ -1 +1,2 @@ DIST dry-types-1.7.2.tar.gz 101450 BLAKE2B e0ebd390bea2178a9a348b65bc7cb5af8657d61f66a77ba52ba26e64aab44c2bd6d142c164c023002244aded5da7175199108c069635b1031d469d7e678f0ed1 SHA512 401372b73b55947d1ba6619903cacd422be1a04ffdd3746d3323a68afa98fcea3d87a4bf1d81a9e9a389b2dcd8dd3a9d096f6982d168528d9fadf60e0fc33076 +DIST dry-types-1.8.0.tar.gz 102719 BLAKE2B 2fdb836d2bdc2e0a71d3239c5588d13341b4b1706f8626702ecf4187c6b8ac54dc3bbe6ce353465c9097773275b184496c5e07ec8045b024d714565cd460f0cd SHA512 001c4f1de3f8bec175eecb0052a477e044125c9582c41d44a61b6d5133a2b011b211e8b8c4c2216a708abdd06abaa51c75ef9b54bd43e0d6d646448616fd2dfe diff --git a/dev-ruby/dry-types/dry-types-1.8.0.ebuild b/dev-ruby/dry-types/dry-types-1.8.0.ebuild new file mode 100644 index 000000000000..387117ddb1b8 --- /dev/null +++ b/dev-ruby/dry-types/dry-types-1.8.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="dry-types.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Type system for Ruby supporting coercions, constraints and complex types." + +HOMEPAGE="https://dry-rb.org/gems/dry-types/" +SRC_URI="https://github.com/dry-rb/dry-types/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" + +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +ruby_add_rdepend " + dev-ruby/bigdecimal:0 + dev-ruby/concurrent-ruby:1 + dev-ruby/dry-core:1 + dev-ruby/dry-inflector:1 + >=dev-ruby/dry-logic-1.4:1 + >=dev-ruby/zeitwerk-2.6:2 +" + +ruby_add_bdepend "test? ( + dev-ruby/dry-monads + dev-ruby/dry-struct + dev-ruby/warning +)"