From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpserver/
Date: Tue, 23 May 2023 05:07:22 +0000 (UTC) [thread overview]
Message-ID: <1684818430.875baf4e221e9fba65d84e86563d0e12b83f4fae.mgorny@gentoo> (raw)
commit: 875baf4e221e9fba65d84e86563d0e12b83f4fae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 04:52:29 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 05:07:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875baf4e
dev-python/pytest-httpserver: Bump to 1.0.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-httpserver/Manifest | 1 +
.../pytest-httpserver-1.0.8.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/pytest-httpserver/Manifest b/dev-python/pytest-httpserver/Manifest
index 02c9b7c46acc..039aa0b96c1e 100644
--- a/dev-python/pytest-httpserver/Manifest
+++ b/dev-python/pytest-httpserver/Manifest
@@ -1,2 +1,3 @@
DIST pytest-httpserver-1.0.6.gh.tar.gz 83737 BLAKE2B d0db97227bcb3336a4bd944cf26e2d3e96132baee5991cdff901a1f546174e977b6472458911fc6b92bb13b6d3dae499e0bf3507be265385601e838c4781f0a3 SHA512 5eacfbf159f3a09d73f54da8f3ff885b8d2138e430af27df6039a30e63d7ebcbcf088efe8e7fa56ed50b66ea5b7e3ad7a61c0e8a57d5cb100c2a063df7b6f5c4
DIST pytest_httpserver-1.0.7.tar.gz 60065 BLAKE2B a3e523adfa5597b8d2a0850c0f3992fc829cf371fef812e7386f256acd4ae50925bc5c5d2ea2f77fdd4b8499357c060a64076fc8cca9d66bb689028715ac1422 SHA512 21fb81350ad24e0e59322d7530025e0859c59c62ef0eb6248dbd044ce893fd4c5fa0bc691741578a3d7fa6801dc5c80bc56b10baafff2c1abd480d4c994c93c7
+DIST pytest_httpserver-1.0.8.tar.gz 60126 BLAKE2B 9da65074aeca7de6a91c7afab7ac83ec8724c0595efe4abe7f3e2951ac37137c48a770ea1b5baeeb7484d647c1a03c20c86ad4de7627fb63beef174a2f7c3925 SHA512 5acff56b1c250c190da6466d398c10f206a24fe4112628ba4ec56bb2e23e21408b13d22ab6ad428e7ad7e685d7f2e73d5fc4b7afe86e7cb88d844a6e8e1a6bb4
diff --git a/dev-python/pytest-httpserver/pytest-httpserver-1.0.8.ebuild b/dev-python/pytest-httpserver/pytest-httpserver-1.0.8.ebuild
new file mode 100644
index 000000000000..842fa75ebaed
--- /dev/null
+++ b/dev-python/pytest-httpserver/pytest-httpserver-1.0.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="HTTP server for pytest to test HTTP clients"
+HOMEPAGE="
+ https://github.com/csernazs/pytest-httpserver/
+ https://pypi.org/project/pytest-httpserver/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ dev-python/werkzeug[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/requests[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local EPYTEST_IGNORE=(
+ # tests from building release artifacts
+ tests/test_release.py
+ )
+
+ epytest -p no:localserver
+}
next reply other threads:[~2023-05-23 5:07 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-23 5:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-12 10:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpserver/ Sam James
2025-04-26 13:00 Michał Górny
2025-04-11 4:53 Michał Górny
2025-03-15 12:28 Michał Górny
2025-03-15 12:25 Arthur Zamarin
2025-02-25 7:51 Michał Górny
2025-02-08 11:45 Michał Górny
2025-02-08 10:44 Arthur Zamarin
2025-01-22 7:21 Michał Górny
2024-08-31 9:21 Michał Górny
2024-08-31 8:00 Arthur Zamarin
2024-08-12 2:50 Michał Górny
2024-08-10 7:31 Michał Górny
2024-08-03 6:37 Michał Górny
2024-08-03 6:24 Michał Górny
2024-07-22 1:47 Michał Górny
2024-07-20 5:09 Michał Górny
2024-07-06 9:42 Arthur Zamarin
2024-05-28 9:41 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-25 4:07 Michał Górny
2024-02-14 7:26 Michał Górny
2023-06-18 17:13 Michał Górny
2023-06-18 14:47 Sam James
2023-05-29 12:00 Michał Górny
2023-05-17 3:40 Michał Górny
2023-02-13 3:25 Matt Turner
2022-12-25 20:20 Arthur Zamarin
2022-12-25 17:11 Arthur Zamarin
2022-12-25 17:03 Sam James
2022-12-25 17:03 Sam James
2022-12-25 16:50 Sam James
2022-12-25 16:42 Sam James
2022-11-30 10:18 WANG Xuerui
2022-11-27 14:48 James Le Cuirot
2022-11-18 12:01 Arthur Zamarin
2022-10-25 10:31 Michał Górny
2022-10-25 9:49 Sam James
2022-10-14 4:20 Arthur Zamarin
2022-10-14 4:20 Arthur Zamarin
2022-10-14 4:20 Arthur Zamarin
2022-10-14 4:19 Arthur Zamarin
2022-10-13 0:50 Yixun Lan
2022-10-12 18:56 Arthur Zamarin
2022-10-12 18:56 Arthur Zamarin
2022-10-12 18:56 Arthur Zamarin
2022-09-22 18:23 Michał Górny
2022-09-22 12:15 Michał Górny
2022-08-30 18:53 Michał Górny
2022-08-30 17:08 Jakov Smolić
2022-07-30 12:35 Arthur Zamarin
2022-07-29 18:02 Michał Górny
2022-06-07 9:39 Sam James
2022-06-07 9:39 Sam James
2022-06-01 12:04 Jakov Smolić
2022-05-31 21:59 Sam James
2022-05-31 11:20 Sam James
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=1684818430.875baf4e221e9fba65d84e86563d0e12b83f4fae.mgorny@gentoo \
--to=mgorny@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