mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-ruby/dry-struct: new package, add 1.6.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
1
dev-ruby/dry-struct/Manifest
Normal file
1
dev-ruby/dry-struct/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST dry-struct-1.6.0.tar.gz 37804 BLAKE2B c41a764cea576126ace4729dcc34ccd88c80f8751d8e9e11c825fc4caccd3a2cf5b7c92b129d2275cc8731f70ae98271462a359e8f6acf3c5ba2242513d20e6b SHA512 78258a74fd4b359142d42133df4f632dca7518959a15e42d544ee3b3e94ff5f2c7d14b2ed38609a125c788d092203d574d46f5a1030f9ec28738f76d24d7cdcc
|
||||
42
dev-ruby/dry-struct/dry-struct-1.6.0.ebuild
Normal file
42
dev-ruby/dry-struct/dry-struct-1.6.0.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2024 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"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="$(ver_cut 1)"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/dry-core:1
|
||||
>=dev-ruby/dry-types-1.7: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
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Avoid broken spec, already fixed upstream.
|
||||
sed -e '/with Test::User/ s/context/xcontext/' \
|
||||
-i spec/extensions/pretty_print_spec.rb || die
|
||||
}
|
||||
11
dev-ruby/dry-struct/metadata.xml
Normal file
11
dev-ruby/dry-struct/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>ruby@gentoo.org</email>
|
||||
<name>Gentoo Ruby Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">dry-rb/dry-struct</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user