diff options
author | mirror@stealer.net <mirror@stealer.net> | 2025-02-08 12:30:47 +0000 |
---|---|---|
committer | mirror@stealer.net <mirror@stealer.net> | 2025-02-08 12:30:47 +0000 |
commit | 02c0cebd08ec740de06bb1bb530bbe9f086e12c9 (patch) | |
tree | d1b7eae2203a43195189f155236e28e3ce764cf7 /dev-python/pytest-httpserver | |
parent | 9f76c08b3b9c169d5dd8ddfc2d9442c584c803a7 (diff) |
2025-02-08 12:10:42+00:00
Diffstat (limited to 'dev-python/pytest-httpserver')
-rw-r--r-- | dev-python/pytest-httpserver/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-httpserver/pytest-httpserver-1.1.0.ebuild | 39 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/pytest-httpserver/Manifest b/dev-python/pytest-httpserver/Manifest index a93fd03107ea6..5555b13b44ea5 100644 --- a/dev-python/pytest-httpserver/Manifest +++ b/dev-python/pytest-httpserver/Manifest @@ -1,5 +1,3 @@ -DIST pytest_httpserver-1.1.0.tar.gz 67210 BLAKE2B 2965ad0f33a4312439b6af57cb4f53586e6707fbb9f55db1f766b147118a646aa3f0a338c2b693f44b9ae5a5184c94aea245f0af868d929770b54138edf7b70b SHA512 3e707be45d2e29ef213b42e7447ec35599ff1ca6ab7e193a9dee643979d2cd3d9a5a549cd8ff3c313eb2056845ca831c11492f8118e465ce98f0854042b37e27 DIST pytest_httpserver-1.1.1.tar.gz 68190 BLAKE2B 80fec2aaa84f5625e6a67400153efc002f4586e0878745980fbb2f2c6bd82f5d6230284483a8ce7e501f51a5bd732dfd777d96183cfb83c793c347761e5eddb6 SHA512 3d212cb230ee5be5b1fb450944a9fa56396b692c8fd8a63fca71045640865657fd110a657ec0eb2e24c4d2fb43bfc5997fd056a107b7a6ce573dad4e914b7004 -EBUILD pytest-httpserver-1.1.0.ebuild 776 BLAKE2B 683a053813bd56c94c61f069ebe0229d283ac61c0744c297a3d256f8d2becf1daa95cad68adcda1873d6475f649fdbabf971f1c32008045a3c8371186a30c2aa SHA512 691a3a9d5350bc8e9b49c58eae7bcab5941c00d13b19f34a9453f23e964872e8d2d2aa809e83aee018243469aca30176c2f4623a6751bdbbc34e9fe579e81b5c EBUILD pytest-httpserver-1.1.1.ebuild 776 BLAKE2B 497c9c2bab5cb63450a4369cd342167d5068f00be150a7869232ef569619ebb83fe44c0ab64eb37c989eb51c44367a405d11334d68234cb537bf76d4ee86b5ec SHA512 e9bd37ff9de28500358c61ff5c0a08ef0dd3c62ed49e1a83406813b74f37defc23c1a91b0474835fd114f79611fc200b5c3be2e75611ba22cb4d8da893383b1a MISC metadata.xml 411 BLAKE2B 330f12d8e60a13fe3f4872f3aac04a3d62ba0314adad555e02bb5467ac7a581d3352f308ac66c9aea8b704b5f25860594017bf10ee96f5df216f6e3c10329e07 SHA512 ea6f51163452653eaa1bc9c631f5838bd9461b7c11ef2a06dd52c3d45ca9a220836b4e5e01e52bb0dbadd9bcb10a46fbec905777d0f5d9034b2f6f3cb1d6c0e8 diff --git a/dev-python/pytest-httpserver/pytest-httpserver-1.1.0.ebuild b/dev-python/pytest-httpserver/pytest-httpserver-1.1.0.ebuild deleted file mode 100644 index e5f8c2875460f..0000000000000 --- a/dev-python/pytest-httpserver/pytest-httpserver-1.1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..13} 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 ~loong ~m68k ~mips 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 -} |