From 02fbebe9426ee05ab39e9b5a56e3529e64160ef6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Sep 2022 10:16:02 +0100 Subject: gentoo auto-resync : 02:09:2022 - 10:16:01 --- dev-python/pytest-localserver/Manifest | 4 ++- dev-python/pytest-localserver/metadata.xml | 1 + .../pytest-localserver-0.7.0.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 dev-python/pytest-localserver/pytest-localserver-0.7.0.ebuild (limited to 'dev-python/pytest-localserver') diff --git a/dev-python/pytest-localserver/Manifest b/dev-python/pytest-localserver/Manifest index 810e6d65bcfe..5304fabc7a6b 100644 --- a/dev-python/pytest-localserver/Manifest +++ b/dev-python/pytest-localserver/Manifest @@ -1,3 +1,5 @@ DIST pytest-localserver-0.6.0.tar.gz 182346 BLAKE2B b8f56c6db3bc9c260c747cdf707aac0de22152111d3a8f9c0ea8adb8e5e556edf4a1ffa0d4fd517bf95428c69ebc0c1629a103c3b8f44a57b939f696cb9240cd SHA512 149796393af260fa5d69560852e9d11b569515b8486859302af2ed369a93bbb7cad11f54210851bd4030d8f7f5936a0306fe9599bc8477bdfc61d3d0a83cb205 +DIST pytest-localserver-0.7.0.tar.gz 184154 BLAKE2B 31f05dd4f156c8a547dacaf39c1aa1a576f2f84e625d64b96409212768a7d9967944931f85ab293d26f348e3a65eba1c5e341c6c08992271c10e65b2fa453cc4 SHA512 1fb1acaeb190d35ebd05cdd63ce15e4a9138802901cef8c25c1fa6dd177d8af2b6b2749f5a052942bf655ffd2ff6105de8a652d73faab369ce6dcf3219bb2394 EBUILD pytest-localserver-0.6.0-r1.ebuild 933 BLAKE2B 43f47c55517a73d9482f1b3abcb5fdb9ed47ea72a6e00105e08bb5663813ba1614c8173d54892187dedaa8ab8feac289506934bde41deeb062a2fb88ea189a55 SHA512 62ffd115dc0d5b7db13635dba5c701053cab965cf281622d52d30c7d6e9f28e8eada7d8b6c9bf4bdbf274146e91acba71a98ace6ce767330cf8328b4ec5b1be2 -MISC metadata.xml 346 BLAKE2B 00f1243b0ef08f63d41fd211743230b93c976b52c5048bcdb2b5317610541a088ca13302e9c66e6a1a03156f071c5808d6960ccb1bfcf1349ba727f7ea608c25 SHA512 515a24e3a2fe049ad130ed44c1d42fb92ddf2f1bb4e512f8fce7e63b18af8529ae8790ca0dfc9b93589940c00fce192f1b16063936be26358e0e827afd359148 +EBUILD pytest-localserver-0.7.0.ebuild 941 BLAKE2B 3c5cf7884fc39ed996c16c750379b82c847c1feded5469f6a93d3684fbe27385a8157fb4334f51b1cee48eea87d2442c717ed4aedbb1ec3a56597561868ba6e8 SHA512 79df8e71c45c95a16f71a0859c32594a6c485493dfdfffdbdf997c4c84038e7efeb9958dee2c0311aed6097db083256c787761d97d36e4a7e46fcb859f48208f +MISC metadata.xml 415 BLAKE2B e9793de9ce60bde1549abb0983ca145f55261653324785d735c91785a20b61d949c228528faa742d669d52c1f456a36c65a93c1e9a692ec9297d4ffcfc0123fe SHA512 e0e7819a4b1bd41301824727b2204092986ba4d0c56fe1530b40543fcf7b90541933a7b8094f24a0573854b76b9ce11b7b42d2e38d135f61fed9b498f05f98e1 diff --git a/dev-python/pytest-localserver/metadata.xml b/dev-python/pytest-localserver/metadata.xml index d4d69ad244a3..eb7afbe724c2 100644 --- a/dev-python/pytest-localserver/metadata.xml +++ b/dev-python/pytest-localserver/metadata.xml @@ -8,5 +8,6 @@ pytest-localserver + pytest-dev/pytest-localserver diff --git a/dev-python/pytest-localserver/pytest-localserver-0.7.0.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.7.0.ebuild new file mode 100644 index 000000000000..3233d26d2775 --- /dev/null +++ b/dev-python/pytest-localserver/pytest-localserver-0.7.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Pytest plugin to test server connections locally" +HOMEPAGE="https://pypi.org/project/pytest-localserver/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +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 +} -- cgit v1.2.3