public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aioresponses/
Date: Sun, 15 Aug 2021 02:23:18 +0000 (UTC)	[thread overview]
Message-ID: <1628994157.6a48083ab47f71d17bf0be313c6c1bbda17f8571.sbraz@gentoo> (raw)

commit:     6a48083ab47f71d17bf0be313c6c1bbda17f8571
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 00:16:35 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 02:22:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a48083a

dev-python/aioresponses: new package, test dep. of zeep, v0.7.2

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/aioresponses/Manifest                  |  1 +
 dev-python/aioresponses/aioresponses-0.7.2.ebuild | 36 +++++++++++++++++++++++
 dev-python/aioresponses/metadata.xml              | 14 +++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/aioresponses/Manifest b/dev-python/aioresponses/Manifest
new file mode 100644
index 00000000000..542a81edf4e
--- /dev/null
+++ b/dev-python/aioresponses/Manifest
@@ -0,0 +1 @@
+DIST aioresponses-0.7.2.tar.gz 28135 BLAKE2B 300d06ed43ad81d61fe9cab4002b9e9bb062a48aabed8aed21e3a8e26d8e153546ed079e6dda6ef26c6df2e843663ed9e02b2855ac71e011b873da926923a72d SHA512 847c687990c38733c714cfd7b4f268406392aeea6764f084dae25f43246b7b5731f149067fb921864b1b22c9e7b2ca66254ff311d726333d0b23a5566ab18029

diff --git a/dev-python/aioresponses/aioresponses-0.7.2.ebuild b/dev-python/aioresponses/aioresponses-0.7.2.ebuild
new file mode 100644
index 00000000000..c625c0e4446
--- /dev/null
+++ b/dev-python/aioresponses/aioresponses-0.7.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Helper to mock/fake web requests in Python's aiohttp package"
+HOMEPAGE="https://github.com/pnuckowski/aioresponses"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
+BDEPEND="
+	dev-python/pbr[${PYTHON_USEDEP}]
+	test? (
+		dev-python/ddt[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+	local deselect=(
+		# These tests require Internet access
+		tests/test_aioresponses.py::AIOResponsesTestCase::test_address_as_instance_of_url_combined_with_pass_through
+		tests/test_aioresponses.py::AIOResponsesTestCase::test_pass_through_with_origin_params
+	)
+	epytest ${deselect[@]/#/--deselect }
+}

diff --git a/dev-python/aioresponses/metadata.xml b/dev-python/aioresponses/metadata.xml
new file mode 100644
index 00000000000..e69264d391f
--- /dev/null
+++ b/dev-python/aioresponses/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">aioresponses</remote-id>
+		<remote-id type="github">pnuckowski/aioresponses</remote-id>
+		<bugs-to>https://github.com/pnuckowski/aioresponses/issues</bugs-to>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-08-15 21:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-15  2:23 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-18 19:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/aioresponses/ Sam James
2021-09-19 21:39 Agostino Sarubbo
2022-01-11  9:59 Michał Górny
2022-02-13  9:39 Michał Górny
2022-02-26 17:59 Michał Górny
2022-03-31 12:33 Jakov Smolić
2022-03-31 12:42 Michał Górny
2022-06-11  6:34 Michał Górny
2022-12-09 13:56 Michał Górny
2022-12-14  6:31 Michał Górny
2023-01-13 14:50 Sam James
2023-01-13 17:13 Michał Górny
2023-11-05 18:46 Sam James
2023-11-05 18:46 Sam James
2023-11-07  6:56 Jakov Smolić
2023-11-14  4:34 Michał Górny
2023-11-20 19:17 Michał Górny
2023-11-24 15:00 Michał Górny
2024-06-10 17:01 Michał Górny

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=1628994157.6a48083ab47f71d17bf0be313c6c1bbda17f8571.sbraz@gentoo \
    --to=sbraz@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