dev-python/pytest-astropy - 0.12.0 (benzene-overlay)

Search

Install

Install this version:

emerge -a =dev-python/pytest-astropy-0.12.0

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

autounmask =dev-python/pytest-astropy-0.12.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pytest-astropy-0.12.0

Package Information

Description:
Metapackage for all the testing machinery used by the Astropy Project
Homepage:
https://github.com/astropy/pytest-astropy
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.12.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="Metapackage for all the testing machinery used by the Astropy Project"
HOMEPAGE="https://github.com/astropy/pytest-astropy"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-python/hypothesis-5.1[${PYTHON_USEDEP}]
	>=dev-python/pytest-astropy-header-0.2.2[${PYTHON_USEDEP}]
	>=dev-python/pytest-arraydiff-0.5[${PYTHON_USEDEP}]
	>=dev-python/pytest-doctestplus-1.0.0[${PYTHON_USEDEP}]
	>=dev-python/pytest-remotedata-0.4.1[${PYTHON_USEDEP}]
	>=dev-python/pytest-filter-subpackage-0.1.2[${PYTHON_USEDEP}]
	>=dev-python/pytest-cov-2.3.1[${PYTHON_USEDEP}]
	>=dev-python/pytest-mock-2.0[${PYTHON_USEDEP}]
	>=dev-python/pytest-skip-slow-1.1.0[${PYTHON_USEDEP}]
	>=dev-python/pytest-4.6[${PYTHON_USEDEP}]
"
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"

distutils_enable_tests import-check

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/hypothesis-5.1[]
	>=dev-python/pytest-astropy-header-0.2.2[]
	>=dev-python/pytest-arraydiff-0.5[]
	>=dev-python/pytest-doctestplus-1.0.0[]
	>=dev-python/pytest-remotedata-0.4.1[]
	>=dev-python/pytest-filter-subpackage-0.1.2[]
	>=dev-python/pytest-cov-2.3.1[]
	>=dev-python/pytest-mock-2.0[]
	>=dev-python/pytest-skip-slow-1.1.0[]
	>=dev-python/pytest-4.6[]

BDEPEND

dev-python/setuptools-scm[]