From unknown Sun Jun 22 00:33:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42035] [PATCH] gnu: Add ruby-minitest-global-expectations. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 Jun 2020 20:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42035 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42035@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159302960717472 (code B ref -1); Wed, 24 Jun 2020 20:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Jun 2020 20:13:27 +0000 Received: from localhost ([127.0.0.1]:39196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joBlp-0004Xd-98 for submit@debbugs.gnu.org; Wed, 24 Jun 2020 16:13:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:57042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joBll-0004XS-HK for submit@debbugs.gnu.org; Wed, 24 Jun 2020 16:13:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52268) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joBll-0005Es-9q for guix-patches@gnu.org; Wed, 24 Jun 2020 16:13:17 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:41677) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joBlj-0007l7-Bj for guix-patches@gnu.org; Wed, 24 Jun 2020 16:13:16 -0400 Received: from localhost (unknown [46.237.174.39]) by mira.cbaines.net (Postfix) with ESMTPSA id D956727BBE1 for ; Wed, 24 Jun 2020 21:13:13 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id b04b7223 for ; Wed, 24 Jun 2020 20:13:11 +0000 (UTC) From: Christopher Baines Date: Wed, 24 Jun 2020 21:13:11 +0100 Message-Id: <20200624201311.6607-1-mail@cbaines.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/24 16:13:14 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This will be required to update ruby-minitest-hooks. * gnu/packages/ruby.scm (ruby-minitest-global-expectations): New variable. --- gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 08c55e4e3c..baac8af7ee 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -3487,6 +3487,30 @@ written using either the unit test or spec style.") (home-page "https://github.com/splattael/minitest-around") (license license:expat))) +(define-public ruby-minitest-global-expectations + (package + (name "ruby-minitest-global-expectations") + (version "1.0.1") + (source + (origin + (method url-fetch) + (uri (rubygems-uri + "minitest-global_expectations" + version)) + (sha256 + (base32 + "1pp3k2608spj4kvqy2y16hs18an917g6vwgvphrfhjviac83090x")))) + (build-system ruby-build-system) + (propagated-inputs + `(("ruby-minitest" ,ruby-minitest))) + (synopsis "Adjust minitest behaviour for calling expectation methods") + (description + "Minitest-global_expectations allows continued use of expectation methods +on all objects. Calling expectation methods on all objects was deprecated in +minitest 5.12, and is planned to be removed from minitest 6.") + (home-page "https://github.com/jeremyevans/minitest-global_expectations") + (license license:expat))) + (define-public ruby-minitest-sprint (package (name "ruby-minitest-sprint") -- 2.26.2 From unknown Sun Jun 22 00:33:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Christopher Baines Subject: bug#42035: closed (Re: [bug#42035] [PATCH] gnu: Add ruby-minitest-global-expectations.) Message-ID: References: <87pn5ch5un.fsf@cbaines.net> <20200624201311.6607-1-mail@cbaines.net> X-Gnu-PR-Message: they-closed 42035 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42035@debbugs.gnu.org Date: Tue, 20 Oct 2020 22:49:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1603234142-4727-1" This is a multi-part message in MIME format... ------------=_1603234142-4727-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42035: [PATCH] gnu: Add ruby-minitest-global-expectations. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42035@debbugs.gnu.org. --=20 42035: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42035 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1603234142-4727-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42035-done) by debbugs.gnu.org; 20 Oct 2020 22:48:06 +0000 Received: from localhost ([127.0.0.1]:47141 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kV0QI-0001Cy-94 for submit@debbugs.gnu.org; Tue, 20 Oct 2020 18:48:06 -0400 Received: from mira.cbaines.net ([212.71.252.8]:51522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kV0QG-0001Cq-KD for 42035-done@debbugs.gnu.org; Tue, 20 Oct 2020 18:48:05 -0400 Received: from localhost (188.28.126.178.threembb.co.uk [188.28.126.178]) by mira.cbaines.net (Postfix) with ESMTPSA id 44B7827BBED for <42035-done@debbugs.gnu.org>; Tue, 20 Oct 2020 23:48:03 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 1c7c8b50 for <42035-done@debbugs.gnu.org>; Tue, 20 Oct 2020 22:48:01 +0000 (UTC) References: <20200624201311.6607-1-mail@cbaines.net> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines To: 42035-done@debbugs.gnu.org Subject: Re: [bug#42035] [PATCH] gnu: Add ruby-minitest-global-expectations. In-reply-to: <20200624201311.6607-1-mail@cbaines.net> Date: Tue, 20 Oct 2020 23:48:00 +0100 Message-ID: <87pn5ch5un.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42035-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Christopher Baines writes: > This will be required to update ruby-minitest-hooks. > > * gnu/packages/ruby.scm (ruby-minitest-global-expectations): New variable. > --- > gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm > index 08c55e4e3c..baac8af7ee 100644 > --- a/gnu/packages/ruby.scm > +++ b/gnu/packages/ruby.scm > @@ -3487,6 +3487,30 @@ written using either the unit test or spec style.") > (home-page "https://github.com/splattael/minitest-around") > (license license:expat))) >=20=20 > +(define-public ruby-minitest-global-expectations > + (package > + (name "ruby-minitest-global-expectations") > + (version "1.0.1") > + (source > + (origin > + (method url-fetch) > + (uri (rubygems-uri > + "minitest-global_expectations" > + version)) > + (sha256 > + (base32 > + "1pp3k2608spj4kvqy2y16hs18an917g6vwgvphrfhjviac83090x")))) > + (build-system ruby-build-system) > + (propagated-inputs > + `(("ruby-minitest" ,ruby-minitest))) > + (synopsis "Adjust minitest behaviour for calling expectation methods= ") > + (description > + "Minitest-global_expectations allows continued use of expectation m= ethods > +on all objects. Calling expectation methods on all objects was deprecat= ed in > +minitest 5.12, and is planned to be removed from minitest 6.") > + (home-page "https://github.com/jeremyevans/minitest-global_expectati= ons") > + (license license:expat))) > + > (define-public ruby-minitest-sprint > (package > (name "ruby-minitest-sprint") Pushed to master as ff9d33a9038a1375235485093b2557a4c2949e34. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+PaSBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdASA//aiLMCYGw1GWXPY1Q03IV+LAubBVTEEvD +xd/7Ug7FYhYVSbeqTGHJM+Kh50J/cfRnQw+tcYc3xz6LJ1N1kB1ZUy8Xlhh6nMS YMl0RDVVEC9tfiFg5XjbJEEb6ax9H25506jlXhHqU6hYVkPzPJALOrAlYFzla3WD eqq2f2+aIkpzLiyw8+j7IUb4/CPA49bxp+uZ4GG7JqJV808n8A2LGWChYh2P3zt0 6Hb14Dtf0LqTJ/qlorIouBMdKGry1gS/VMAuKImLWny9fqw63WzGAFjvouqcMIu3 jNfb4p+BSMYa9rLsTb6ugfBgQnXOkrf6PAgnPStNW7NNZWMzdhGGvHKhZgblRJ21 YRPSfT17rACVroaWykANGAQs1bSlZcmjS4hdqYOFQo03rA2pts8sSOkSGBkD5RjT f7c0WzSABXdrzg2HmOGkF4K74Mj3JMlZdUmF2WAq7qVYE3+mwKthwYSTevZCR2ee QbwKQhLrKjDDxw3G03RjqUbrmX5VZXqvu3bJzb2rrj5o34iPcDirqtxEyX/C+RH/ EdPTqlKT6sbCKUbEVtE4d51JTJivfeAnKay8H0TlW6rkn8Vf7OQLtd0J4UOEwcsW 5frDjZ1j14+SrDzdjvr1+3QQG1+ypQtJJnq17i2t75hMzLo++a2pYCac4SOjKqoO xlNnMX4ifI8= =Rzwx -----END PGP SIGNATURE----- --=-=-=-- ------------=_1603234142-4727-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Jun 2020 20:13:27 +0000 Received: from localhost ([127.0.0.1]:39196 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joBlp-0004Xd-98 for submit@debbugs.gnu.org; Wed, 24 Jun 2020 16:13:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:57042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joBll-0004XS-HK for submit@debbugs.gnu.org; Wed, 24 Jun 2020 16:13:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52268) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joBll-0005Es-9q for guix-patches@gnu.org; Wed, 24 Jun 2020 16:13:17 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:41677) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joBlj-0007l7-Bj for guix-patches@gnu.org; Wed, 24 Jun 2020 16:13:16 -0400 Received: from localhost (unknown [46.237.174.39]) by mira.cbaines.net (Postfix) with ESMTPSA id D956727BBE1 for ; Wed, 24 Jun 2020 21:13:13 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id b04b7223 for ; Wed, 24 Jun 2020 20:13:11 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: Add ruby-minitest-global-expectations. Date: Wed, 24 Jun 2020 21:13:11 +0100 Message-Id: <20200624201311.6607-1-mail@cbaines.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/24 16:13:14 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This will be required to update ruby-minitest-hooks. * gnu/packages/ruby.scm (ruby-minitest-global-expectations): New variable. --- gnu/packages/ruby.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 08c55e4e3c..baac8af7ee 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -3487,6 +3487,30 @@ written using either the unit test or spec style.") (home-page "https://github.com/splattael/minitest-around") (license license:expat))) +(define-public ruby-minitest-global-expectations + (package + (name "ruby-minitest-global-expectations") + (version "1.0.1") + (source + (origin + (method url-fetch) + (uri (rubygems-uri + "minitest-global_expectations" + version)) + (sha256 + (base32 + "1pp3k2608spj4kvqy2y16hs18an917g6vwgvphrfhjviac83090x")))) + (build-system ruby-build-system) + (propagated-inputs + `(("ruby-minitest" ,ruby-minitest))) + (synopsis "Adjust minitest behaviour for calling expectation methods") + (description + "Minitest-global_expectations allows continued use of expectation methods +on all objects. Calling expectation methods on all objects was deprecated in +minitest 5.12, and is planned to be removed from minitest 6.") + (home-page "https://github.com/jeremyevans/minitest-global_expectations") + (license license:expat))) + (define-public ruby-minitest-sprint (package (name "ruby-minitest-sprint") -- 2.26.2 ------------=_1603234142-4727-1--