public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/
Date: Tue,  1 Oct 2024 05:33:07 +0000 (UTC)	[thread overview]
Message-ID: <1727760764.5dac8ea94c88ed0395310d4811ff3aad78992a2f.graaff@gentoo> (raw)

commit:     5dac8ea94c88ed0395310d4811ff3aad78992a2f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 05:32:44 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 05:32:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dac8ea9

dev-ruby/webmock: add 3.24.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/webmock/Manifest              |  1 +
 dev-ruby/webmock/webmock-3.24.0.ebuild | 67 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index 97f0f4ed1a09..698d1de0c127 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -2,3 +2,4 @@ DIST webmock-3.18.1.gem 128000 BLAKE2B 792622ef256e5b106e480f40fbec06bfb970b41d5
 DIST webmock-3.19.1.tar.gz 127208 BLAKE2B 0753201f8584159a01d73aecc0670bafaaad059c9b08befa51d482916cfeec50d272f6772de11b76f9b209b960021c2d92042094aa853fb4f7e082340c0807f8 SHA512 40fb5587221693662e8c970aab52b4e73114c45f26850f05799b8cc0ae5f18a2b2941ab4c5d595dbd40501b93d421c9cb3158e911a8c9b31b97966cfcebe4b14
 DIST webmock-3.23.0.tar.gz 129686 BLAKE2B 28210f5836af9b3ad66edf84380c318b055817602ee03001929613678fcad799f1a5efb79e09ec78a4aae74e162d14f8efe80b8917869392c99e590ac9cfac9f SHA512 39e8f85e0bb5ee2a497e3ae88ba8aadbbc72bee304f095c82502662cdb676cf5d00732eb89dcb75ba31ca5ab4fd87011687250df081071f43ea3486214b395ab
 DIST webmock-3.23.1.tar.gz 129740 BLAKE2B 4caa29d6bba6e5f608ecf6d84e16f2cfe0565158a3f26bf98dd78a2706ec4b64e87f4a87733334c586e8cbd5772ccfdd545af526e4a9dde5fb849b2090f76a87 SHA512 db6c551f52dc81feb212d1e5690106d93794feedc8cf716d6e9b8780b53950260999b32e17430ebf4312ab8b2051c034bff718bfada35c176ab3f1bfb521d2e4
+DIST webmock-3.24.0.tar.gz 130722 BLAKE2B ced1cc29e472a2f0f35012c5ebabb7ec2b1bbf7711c394a25433325d98e97abcafb4eb94b7a013bc6e7b7ca9bff80981ea3538693d451264f5444f6156dcef7d SHA512 4fd6e02c4ea4f7031a82f15c2cf222959d6040981440d335f4e186dc8af0b413a14652126c104c384277d78cef718bc05a97dc397dd7d2166ddaafc030efc486

diff --git a/dev-ruby/webmock/webmock-3.24.0.ebuild b/dev-ruby/webmock/webmock-3.24.0.ebuild
new file mode 100644
index 000000000000..475a1b5900b6
--- /dev/null
+++ b/dev-ruby/webmock/webmock-3.24.0.ebuild
@@ -0,0 +1,67 @@
+# 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_TASK_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="webmock.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests"
+HOMEPAGE="https://github.com/bblimke/webmock"
+SRC_URI="https://github.com/bblimke/webmock/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="test"
+
+ruby_add_rdepend "
+	>=dev-ruby/addressable-2.8.0
+	>=dev-ruby/crack-0.3.2
+	>=dev-ruby/hashdiff-0.4.0:0
+"
+
+ruby_add_bdepend "test? (
+	dev-ruby/minitest:5
+	dev-ruby/rspec:3
+	dev-ruby/rspec-retry
+	>=dev-ruby/test-unit-3.0.0
+	dev-ruby/rack
+	dev-ruby/webrick
+)"
+
+all_ruby_prepare() {
+	# Remove bundler support
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' Rakefile || die
+	sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+	sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+
+	# There is now optional support for curb and typhoeus which we don't
+	# have in Gentoo yet. em_http_request is available in Gentoo but its
+	# version is too old. patron's latest version is not compatible.
+	# httpclient is no longer maintained and has various test failures.
+	sed -i -e '/\(curb\|typhoeus\|em-http\|patron\|httpclient\)/ s:^:#:' spec/spec_helper.rb || die
+	rm -f spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client,httpclient}/* || die
+
+	# Drop tests for dev-ruby/http for now since this package only works with ruby26
+	sed -i -e '/http_rb/ s:^:#:' spec/spec_helper.rb || die
+	rm -f spec/acceptance/http_rb/* || die
+
+	# Avoid specs that require network access
+	sed -i -e '/when request is not stubbed/,/^      end/ s:^:#:' spec/acceptance/shared/callbacks.rb
+}
+
+each_ruby_test() {
+	${RUBY} -S rake test NO_CONNECTION=true || die
+	${RUBY} -S rspec-3 spec || die
+
+	einfo "Delay to allow the test server to stop"
+	sleep 10
+}


             reply	other threads:[~2024-10-01  5:33 UTC|newest]

Thread overview: 150+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-01  5:33 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-09  8:44 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/ Hans de Graaff
2025-02-08  6:49 Hans de Graaff
2025-02-08  6:49 Hans de Graaff
2024-11-14  0:36 Sam James
2024-11-13 11:10 Arthur Zamarin
2024-11-12 21:29 Sam James
2024-11-12 21:29 Sam James
2024-11-12 20:56 Sam James
2024-11-12 20:49 Sam James
2024-11-12 20:46 Sam James
2024-11-03  7:27 Hans de Graaff
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-09-11 18:12 Arthur Zamarin
2024-07-14  7:48 Hans de Graaff
2024-07-02  3:56 Ionen Wolkens
2024-04-14  6:07 Hans de Graaff
2024-01-15  7:40 Hans de Graaff
2023-12-08 14:24 Arthur Zamarin
2023-12-05 18:25 Ionen Wolkens
2023-12-01 20:26 Arthur Zamarin
2023-09-18 18:25 WANG Xuerui
2023-09-18 10:56 Sam James
2023-09-11 11:41 Arthur Zamarin
2023-09-11  6:48 Jakov Smolić
2023-09-10 12:25 Sam James
2023-09-10 12:25 Sam James
2023-09-10 12:25 Sam James
2023-09-10  5:57 Hans de Graaff
2023-08-13  5:22 Hans de Graaff
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:24 Sam James
2023-03-28 19:15 Sam James
2023-03-28 19:05 Arthur Zamarin
2023-03-28 19:05 Sam James
2023-03-18  0:02 Sam James
2022-08-20  7:03 Hans de Graaff
2022-08-11  4:17 Hans de Graaff
2022-08-02  4:41 Hans de Graaff
2022-07-29  4:48 Hans de Graaff
2022-07-28  8:28 Hans de Graaff
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-05-23  5:05 Hans de Graaff
2022-05-08 15:00 WANG Xuerui
2022-04-27  4:34 Arthur Zamarin
2022-04-26 13:45 Sam James
2022-04-01  5:15 Arthur Zamarin
2021-10-09 15:24 Naohiro Aota
2021-10-03  6:30 Hans de Graaff
2021-10-02 20:40 Sam James
2021-10-02 19:06 Sam James
2021-08-13  6:56 Hans de Graaff
2021-07-18  4:48 Hans de Graaff
2021-07-06 10:26 Hans de Graaff
2021-06-22  5:21 Hans de Graaff
2021-06-22  5:21 Hans de Graaff
2021-04-30  5:52 Hans de Graaff
2021-02-26  6:00 Hans de Graaff
2021-02-16  5:54 Hans de Graaff
2021-01-19 17:24 Hans de Graaff
2021-01-06 18:32 Fabian Groffen
2020-12-25  7:56 Hans de Graaff
2020-12-24  8:35 Hans de Graaff
2020-10-01  0:26 Sam James
2020-05-13  5:05 Hans de Graaff
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2020-04-19 23:55 Sergei Trofimovich
2020-03-11  9:05 Hans de Graaff
2020-03-11  9:05 Hans de Graaff
2020-02-19 19:20 Hans de Graaff
2020-02-15  6:44 Hans de Graaff
2020-02-08  7:52 Hans de Graaff
2020-01-20  6:30 Hans de Graaff
2020-01-20  6:30 Hans de Graaff
2019-10-01 18:06 Hans de Graaff
2019-09-29  9:07 Hans de Graaff
2019-09-15  5:50 Hans de Graaff
2019-09-15  5:50 Hans de Graaff
2019-09-07  6:10 Hans de Graaff
2019-09-07  6:10 Hans de Graaff
2019-09-07  6:10 Hans de Graaff
2019-09-04  5:34 Hans de Graaff
2019-08-28  5:15 Hans de Graaff
2019-08-02  5:16 Hans de Graaff
2019-08-02  5:16 Hans de Graaff
2019-07-17  8:00 Hans de Graaff
2019-06-05  6:06 Hans de Graaff
2019-05-18  6:04 Hans de Graaff
2019-05-04 19:14 Hans de Graaff
2019-05-03  4:54 Hans de Graaff
2019-05-01 19:36 Hans de Graaff
2018-11-23 10:46 Hans de Graaff
2018-08-26  5:38 Hans de Graaff
2018-08-25  7:33 Hans de Graaff
2018-06-01 17:11 Hans de Graaff
2018-05-21 14:15 Hans de Graaff
2018-05-21 14:15 Hans de Graaff
2018-05-03  4:42 Hans de Graaff
2018-04-30  5:15 Hans de Graaff
2018-04-17  4:46 Hans de Graaff
2018-04-13  8:04 Hans de Graaff
2018-03-25 19:45 Sergei Trofimovich
2018-03-25 19:45 Sergei Trofimovich
2018-03-25 12:41 Sergei Trofimovich
2018-03-25 12:41 Sergei Trofimovich
2018-03-22 20:23 Jeroen Roovers
2018-02-07  5:52 Thomas Deutschmann
2018-01-24  7:02 Hans de Graaff
2018-01-23  6:53 Hans de Graaff
2018-01-19  9:02 Hans de Graaff
2017-10-12  5:29 Hans de Graaff
2017-08-18  6:11 Hans de Graaff
2017-07-22  6:00 Hans de Graaff
2017-05-23  5:30 Hans de Graaff
2017-04-28  7:11 Hans de Graaff
2017-01-05  6:40 Hans de Graaff
2016-12-15  5:37 Hans de Graaff
2016-11-25 14:49 Hans de Graaff
2016-10-14 14:33 Hans de Graaff
2016-08-05 12:14 Hans de Graaff
2016-07-28  6:06 Hans de Graaff
2016-07-28  6:06 Hans de Graaff
2016-07-23  8:15 Hans de Graaff
2016-07-23  8:15 Hans de Graaff
2016-06-13  4:37 Richard Farina
2016-04-25 22:14 Manuel Rüger
2016-04-23 23:59 Manuel Rüger
2016-04-23 23:59 Manuel Rüger
2016-04-16 14:27 Manuel Rüger
2016-04-10 13:57 Manuel Rüger
2016-03-04  7:25 Hans de Graaff
2016-03-04  7:25 Hans de Graaff
2016-02-26  6:54 Hans de Graaff
2016-02-18  6:34 Hans de Graaff
2016-01-21  7:14 Fabian Groffen
2016-01-10  7:28 Hans de Graaff
2016-01-05  6:07 Hans de Graaff
2016-01-04  6:21 Hans de Graaff
2015-11-05  6:26 Hans de Graaff
2015-10-26  5:55 Jeroen Roovers
2015-10-23  9:26 Hans de Graaff

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=1727760764.5dac8ea94c88ed0395310d4811ff3aad78992a2f.graaff@gentoo \
    --to=graaff@gentoo.org \
    --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