From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-localserver/
Date: Thu, 12 Oct 2023 04:39:42 +0000 (UTC) [thread overview]
Message-ID: <1697084899.7e731074c1bb4d5c46706c45c4103eff6ee681c8.mgorny@gentoo> (raw)
commit: 7e731074c1bb4d5c46706c45c4103eff6ee681c8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 04:28:19 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 04:28:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e731074
dev-python/pytest-localserver: Bump to 0.8.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-localserver/Manifest | 1 +
.../pytest-localserver-0.8.1.ebuild | 44 ++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-python/pytest-localserver/Manifest b/dev-python/pytest-localserver/Manifest
index e0ce75d5a8c1..19e2d0a4d22c 100644
--- a/dev-python/pytest-localserver/Manifest
+++ b/dev-python/pytest-localserver/Manifest
@@ -1 +1,2 @@
DIST pytest-localserver-0.8.0.tar.gz 28368 BLAKE2B 87e5491f442c7bfbbdd219f9f559b775dca5272dc9f92c2f8155eaa192b3192331d4c0d08877cc149624173bb1b249fd9271fe193b1ba2ba28dcab7eda8eb99c SHA512 d4e34d8bde3470dbdd7cc3e40f2b88c4d21095c2c43a4bf7452934bc0afa273946282b732924b2fed34b3a9f25ecb170a28c771cbae4d44a0f707090fb7502f1
+DIST pytest-localserver-0.8.1.tar.gz 29088 BLAKE2B 9872d9992a7a19af03bfd7fe748c42cee1daaf7789d4984582c901471eaeab7f1bcf5c21f8eed364c71805fe776f1e4053c6044cd00c333d213ef523b6d0bac4 SHA512 d0707d70b3c5caf346c7461cfca203f903277458596839cc2b1d1d48b6d1e6252e51ebcb9c21dc28fd3b98ce8368cb38e771c2a4226a5fc1dec4007f0b243cc2
diff --git a/dev-python/pytest-localserver/pytest-localserver-0.8.1.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.8.1.ebuild
new file mode 100644
index 000000000000..f7374f4e1937
--- /dev/null
+++ b/dev-python/pytest-localserver/pytest-localserver-0.8.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin to test server connections locally"
+HOMEPAGE="
+ https://github.com/pytest-dev/pytest-localserver/
+ https://pypi.org/project/pytest-localserver/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+ >=dev-python/werkzeug-0.10[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ # requires aiosmtpd that is dead and broken beyond repair
+ tests/test_smtp.py
+)
+
+src_prepare() {
+ # remove aiosmtpd dep
+ sed -e '/aiosmtpd/d' -i setup.py || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2023-10-12 4:39 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-12 4:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 13:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-localserver/ Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-07 4:43 Michał Górny
2024-09-07 11:12 Michał Górny
2024-09-07 10:58 Michał Górny
2024-08-18 6:04 Michał Górny
2024-05-28 9:41 Michał Górny
2023-11-11 20:36 Michał Górny
2023-11-11 20:02 Sam James
2023-08-19 18:19 Michał Górny
2023-08-19 17:53 Arthur Zamarin
2023-07-16 2:55 Michał Górny
2023-06-01 17:20 Michał Górny
2023-03-03 17:48 Michał Górny
2023-03-03 17:48 Michał Górny
2023-03-03 17:37 Arthur Zamarin
2023-01-30 6:59 Michał Górny
2022-10-03 6:36 Michał Górny
2022-10-02 19:22 Arthur Zamarin
2022-09-01 19:42 Arthur Zamarin
2022-09-01 19:42 Arthur Zamarin
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:35 Arthur Zamarin
2022-05-21 7:36 Michał Górny
2022-05-14 3:16 Sam James
2022-05-06 8:18 Michał Górny
2022-04-25 19:00 Sam James
2021-12-19 21:05 Arthur Zamarin
2021-11-19 9:03 Michał Górny
2021-09-21 22:29 James Le Cuirot
2020-11-28 14:21 Sam James
2020-09-21 16:06 Michał Górny
2020-07-25 8:31 Michał Górny
2020-07-14 15:57 Sam James
2020-07-14 13:19 Sam James
2020-07-11 7:51 Michał Górny
2020-07-11 7:51 Michał Górny
2020-07-09 8:59 Agostino Sarubbo
2020-07-09 7:06 Sergei Trofimovich
2020-07-05 9:27 Sergei Trofimovich
2020-07-02 17:05 Sergei Trofimovich
2020-07-01 12:21 Michał Górny
2020-05-31 10:04 Sergei Trofimovich
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-30 14:37 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-27 20:45 Michał Górny
2020-05-04 11:44 Michał Górny
2020-04-26 15:29 Agostino Sarubbo
2020-04-26 14:16 Agostino Sarubbo
2020-04-26 10:17 Michał Górny
2020-03-17 2:09 Matt Turner
2020-03-14 16:33 Michał Górny
2020-02-05 21:22 Sergei Trofimovich
2019-12-04 3:14 Patrick McLean
2019-12-04 1:36 Patrick McLean
2019-11-21 2:02 Patrick McLean
2017-09-30 0:31 Matt Thode
2017-07-23 11:40 Manuel Rüger
2017-06-26 11:04 Alexis Ballier
2017-05-13 6:31 Markus Meier
2017-05-04 2:34 Zac Medico
2017-05-02 16:41 Michał Górny
2017-05-01 14:56 Michał Górny
2017-05-01 14:56 Michał Górny
2017-04-04 17:24 Manuel Rüger
2016-08-31 13:25 Manuel Rüger
2016-01-23 12:23 Manuel Rüger
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=1697084899.7e731074c1bb4d5c46706c45c4103eff6ee681c8.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