dev-python/pytest-responses - 0.5.1 (parona-overlay)

Search

Package Information

Description:
py.test integration for responses
Homepage:
https://github.com/getsentry/pytest-responses
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.5.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1

DESCRIPTION="py.test integration for responses"
HOMEPAGE="https://github.com/getsentry/pytest-responses"
SRC_URI="
	https://github.com/getsentry/pytest-responses/archive/refs/tags/${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/pytest-2.5[${PYTHON_USEDEP}]
	dev-python/responses[${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=( ${PN} )
EPYTEST_PLUGIN_AUTOLOAD=1
distutils_enable_tests pytest

Dependencies

RDEPEND

	>=dev-python/pytest-2.5[${PYTHON_USEDEP}]
	dev-python/responses[${PYTHON_USEDEP}]

Manifest for 0.5.1

Type File Size Source URLs
DIST pytest-responses-0.5.1.gh.tar.gz 7666 bytes https://github.com/getsentry/pytest-responses/archive/refs/tags/0.5.1.tar.gz