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

Search

Install

Install this version:

emerge -a =dev-python/pytest-responses-0.6.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pytest-responses-0.6.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pytest-responses-0.6.0

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.6.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
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

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/pytest-2.5[]
	dev-python/responses[]

Manifest for 0.6.0

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