diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-19 09:21:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-19 10:02:56 +0100 |
commit | 0d90e6e9bca6c44f2f635dd852f8bbfd08bc151a (patch) | |
tree | e74f1639249ad05ad89834d91ed6bbecb5123baa /dev-python/pytest-localserver | |
parent | dev-python/cmd2: Bump to 2.3.1 (diff) | |
download | gentoo-0d90e6e9bca6c44f2f635dd852f8bbfd08bc151a.tar.gz gentoo-0d90e6e9bca6c44f2f635dd852f8bbfd08bc151a.tar.bz2 gentoo-0d90e6e9bca6c44f2f635dd852f8bbfd08bc151a.zip |
dev-python/pytest-localserver: Bump to 0.5.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-localserver')
-rw-r--r-- | dev-python/pytest-localserver/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-localserver/pytest-localserver-0.5.1.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/pytest-localserver/Manifest b/dev-python/pytest-localserver/Manifest index f91bf879a7bb..2f5db7e104b7 100644 --- a/dev-python/pytest-localserver/Manifest +++ b/dev-python/pytest-localserver/Manifest @@ -1 +1,2 @@ DIST pytest-localserver-0.5.0.tar.gz 20409 BLAKE2B 62376065ee1aeb698ea5e3bd2d5ea3d6b511cc6793142aad458423513b0e3b358a0d0269a78a0f5aeda44fc53757ff85da786627840ee48cbed8b78ee34c2227 SHA512 aedf1e1c9563396457070df13df228ad0ebdd19173fa2ac5a598288d3e1a1ac8b8a0c0288cba0d8478e43d2e1de4848f2393bf640705916957f12ab31171c6cc +DIST pytest-localserver-0.5.1.tar.gz 19341 BLAKE2B 759a90552b6f950579088a7c41448ad0f000aab980c56361d0e1a40d98a00ee234bf542a6309eb096602536da3fa819b7227a962d0592a801131a019f1617cdc SHA512 dad8b21020cf2f08ad03398b82bad7b47e553a9c6b489b94186bdc61c22f57e7151f8dbeab38ef42d03658104ec42920ec363288a1bdbea34dab6aee1da03c48 diff --git a/dev-python/pytest-localserver/pytest-localserver-0.5.1.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.5.1.ebuild new file mode 100644 index 000000000000..91295943f329 --- /dev/null +++ b/dev-python/pytest-localserver/pytest-localserver-0.5.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} 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 ~sparc ~x86 ~x64-macos" + +RDEPEND=">=dev-python/werkzeug-0.10[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + ${RDEPEND} + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest |