From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/spectator/
Date: Sat, 27 Apr 2024 09:50:30 +0000 (UTC) [thread overview]
Message-ID: <1714211406.b3d4d77547558e5ad3dddd749d9220577c3b557e.cybertailor@gentoo> (raw)
commit: b3d4d77547558e5ad3dddd749d9220577c3b557e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 27 08:23:30 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Apr 27 09:50:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3d4d775
dev-crystal/spectator: add 0.12.0, drop 0.11.5
Bug: https://bugs.gentoo.org/883819
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/spectator/Manifest | 2 +-
...ctator-0.11.5.ebuild => spectator-0.12.0.ebuild} | 21 +++++++++++++--------
2 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/dev-crystal/spectator/Manifest b/dev-crystal/spectator/Manifest
index 93417466d2..03aeb8aa0e 100644
--- a/dev-crystal/spectator/Manifest
+++ b/dev-crystal/spectator/Manifest
@@ -1,2 +1,2 @@
-DIST spectator-0.11.5.tar.gz 154689 BLAKE2B 7da8a3af4400b28af47f343cb149257a6fb11b9f04a1074bcbbcc1237127820ca4feca5419e7b358a41f2d7bab2f42886af11525e4b46121a41f8d5918085a44 SHA512 c9a24d203826dac8ffc518ac57351bb3cf08f5ba1cee65b233e74bb1a30d35c2074f3186c2dbe67ea502dfb4fc9f0128bc7296f43e80ee95c6b259bcd756f084
DIST spectator-0.11.6.tar.gz 155945 BLAKE2B 338942440b04682c0614aeead71b3762663088d9693db7f995ec12067de1c7161672458505d270da2b625553bd6b8495f43c0176bf053891f778948a5f2eeb25 SHA512 989fc8131d053fa45eecf9219b4a9bd8715dc3ae3e515734cfddbaf11a6db1a28428505ce738d0d64080185dd5f23f9720bfddeeb2ed6246e72d275f2464f819
+DIST spectator-0.12.0.tar.gz 156833 BLAKE2B 49fb7de6bbf9091fc081f18fce921f2f37d4a56aecb7927296f27e7168deacb4ace8c2a720e039e122d29366735ba2bc0484893c5f617f9b202f350b329d8266 SHA512 4f67c1609c8055de9f354634bcd15aab408dfddf9392e05e34a882ba027a23135c8f00322286dad6ff6adaed3b934dbef44f9816ecd48b0d59fa25d200e71b16
diff --git a/dev-crystal/spectator/spectator-0.11.5.ebuild b/dev-crystal/spectator/spectator-0.12.0.ebuild
similarity index 51%
rename from dev-crystal/spectator/spectator-0.11.5.ebuild
rename to dev-crystal/spectator/spectator-0.12.0.ebuild
index ac6ecd55d5..57e1d6d47b 100644
--- a/dev-crystal/spectator/spectator-0.11.5.ebuild
+++ b/dev-crystal/spectator/spectator-0.12.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit check-reqs shards
+inherit shards
DESCRIPTION="Feature-rich testing framework for Crystal inspired by RSpec"
HOMEPAGE="https://github.com/icy-arctic-fox/spectator"
@@ -15,12 +15,17 @@ KEYWORDS="~amd64"
DOCS=( {ARCHITECTURE,CHANGELOG,CONTRIBUTING,README}.md )
-CHECKREQS_MEMORY="3G"
+src_test() {
+ # adopted from .gitlab-ci.yml
+ shards_src_test spec/matchers/ spec/spectator/*.cr
+ shards_src_test spec/docs/
+ shards_src_test spec/features/
+ shards_src_test spec/issues/
+ shards_src_test spec/rspec/
-pkg_pretend() {
- has test "${FEATURES}" && check-reqs_pkg_pretend
-}
+ # Build failure
+ #shards_src_test spec/spectator/dsl/
-pkg_setup() {
- has test "${FEATURES}" && check-reqs_pkg_setup
+ # Will eat all your memory
+ #shards_src_test spec/spectator/mocks/
}
next reply other threads:[~2024-04-27 9:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-27 9:50 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-26 13:52 [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/spectator/ Anna Vyalkova
2024-10-07 0:31 Anna Vyalkova
2023-06-07 20:18 Anna Vyalkova
2023-01-27 1:36 Anna Vyalkova
2022-12-20 23:14 Anna Vyalkova
2022-11-29 15:02 Anna Vyalkova
2022-11-28 14:20 Anna Vyalkova
2022-11-08 17:55 Anna Vyalkova
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=1714211406.b3d4d77547558e5ad3dddd749d9220577c3b557e.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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