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 9427915812D 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 6CFEAE07A5; 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A4EE07A5 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 9861B340BDE 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 F2E5C1D4D 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: <1736231285.fbacedc75c1c699c61f96879b0c6ef5f8360b737.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-struct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/dry-struct/Manifest dev-ruby/dry-struct/dry-struct-1.7.0.ebuild X-VCS-Directories: dev-ruby/dry-struct/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fbacedc75c1c699c61f96879b0c6ef5f8360b737 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: 4918c900-c9a1-40e1-bccf-ee8e5f99ca01 X-Archives-Hash: 3adba68c6758a0fcf9065974cec8af6a commit: fbacedc75c1c699c61f96879b0c6ef5f8360b737 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jan 7 06:28:05 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jan 7 06:28:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbacedc7 dev-ruby/dry-struct: add 1.7.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/dry-struct/Manifest | 1 + dev-ruby/dry-struct/dry-struct-1.7.0.ebuild | 44 +++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-ruby/dry-struct/Manifest b/dev-ruby/dry-struct/Manifest index 93ee03259b59..fab2f16fdd9a 100644 --- a/dev-ruby/dry-struct/Manifest +++ b/dev-ruby/dry-struct/Manifest @@ -1 +1,2 @@ DIST dry-struct-1.6.0.tar.gz 37804 BLAKE2B c41a764cea576126ace4729dcc34ccd88c80f8751d8e9e11c825fc4caccd3a2cf5b7c92b129d2275cc8731f70ae98271462a359e8f6acf3c5ba2242513d20e6b SHA512 78258a74fd4b359142d42133df4f632dca7518959a15e42d544ee3b3e94ff5f2c7d14b2ed38609a125c788d092203d574d46f5a1030f9ec28738f76d24d7cdcc +DIST dry-struct-1.7.0.tar.gz 39963 BLAKE2B f484a9ae9cc828c81d79a37fdbf0054fa4d38468061d45ef36d84f96fb52bbb69068edc4fade477faecfb1161b9b0911bac9c00c3d280104e2a84f2f9ce56270 SHA512 14c40d01be5e5a9dcdfc385415d86128da78fd25d34161c32299d403ecc8dcf27bddeecc416fccce9be964de21dde418330c728a3fb9e7f3ae3767aea5d8dfd7 diff --git a/dev-ruby/dry-struct/dry-struct-1.7.0.ebuild b/dev-ruby/dry-struct/dry-struct-1.7.0.ebuild new file mode 100644 index 000000000000..21f2e05f8c52 --- /dev/null +++ b/dev-ruby/dry-struct/dry-struct-1.7.0.ebuild @@ -0,0 +1,44 @@ +# 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-struct.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Typed structs and value objects" + +HOMEPAGE="https://dry-rb.org/gems/dry-struct/" +SRC_URI="https://github.com/dry-rb/dry-struct/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/dry-core-1.1:1 + >=dev-ruby/dry-types-1.8:1 + >=dev-ruby/ice_nine-0.11:0 + >=dev-ruby/zeitwerk-2.6:2 +" + +ruby_add_bdepend "test? ( + dev-ruby/dry-monads + dev-ruby/dry-struct + dev-ruby/warning +)" + +all_ruby_prepare() { + # Avoid broken spec, already fixed upstream. + sed -e '/with Test::User/ s/context/xcontext/' \ + -e '/with Test::SuperUSer/ s/context/xcontext/' \ + -i spec/extensions/pretty_print_spec.rb || die +}