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: Sat, 7 Sep 2024 11:12:20 +0000 (UTC) [thread overview]
Message-ID: <1725707500.e203cc93b4522a7464ed804d571de666448348f3.mgorny@gentoo> (raw)
commit: e203cc93b4522a7464ed804d571de666448348f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 7 11:11:40 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 7 11:11:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e203cc93
dev-python/pytest-localserver: Remove old
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 deletions(-)
diff --git a/dev-python/pytest-localserver/Manifest b/dev-python/pytest-localserver/Manifest
index 5a14b26ec6f7..634c9fd38131 100644
--- a/dev-python/pytest-localserver/Manifest
+++ b/dev-python/pytest-localserver/Manifest
@@ -1,2 +1 @@
-DIST pytest-localserver-0.8.1.tar.gz 29088 BLAKE2B 9872d9992a7a19af03bfd7fe748c42cee1daaf7789d4984582c901471eaeab7f1bcf5c21f8eed364c71805fe776f1e4053c6044cd00c333d213ef523b6d0bac4 SHA512 d0707d70b3c5caf346c7461cfca203f903277458596839cc2b1d1d48b6d1e6252e51ebcb9c21dc28fd3b98ce8368cb38e771c2a4226a5fc1dec4007f0b243cc2
DIST pytest_localserver-0.9.0.tar.gz 30222 BLAKE2B b452ef71045c8a157035d56a17f1debee15ee63ca3912d44c90e691b744216a2375980f728bb1d33ee41c527c7115ea975299d7d567b23a1ca1c5ce2dcf41dd7 SHA512 15aa2db9d5a9ca841499d455de7002cd2cb6288c165605f44bb88d5ce3e06b9ce02eacd226853734017fe41075e1cfcdd5cd5c422ee240086ef0cf95fc450011
diff --git a/dev-python/pytest-localserver/pytest-localserver-0.8.1.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.8.1.ebuild
deleted file mode 100644
index 84c4098a7717..000000000000
--- a/dev-python/pytest-localserver/pytest-localserver-0.8.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 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..13} 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:[~2024-09-07 11:12 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-07 11:12 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-localserver/ Michał Górny
2024-10-26 13:07 Michał Górny
2024-10-26 12:48 Arthur Zamarin
2024-10-07 4:43 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-10-12 4:39 Michał Górny
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=1725707500.e203cc93b4522a7464ed804d571de666448348f3.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