dev-python/pyvo - 1.9.1 (benzene-overlay)

Search

Install

Install this version:

emerge -a =dev-python/pyvo-1.9.1

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

autounmask =dev-python/pyvo-1.9.1

Or alternatively:

emerge --autounmask-write -a =dev-python/pyvo-1.9.1

Package Information

Description:
Astropy affiliated package for accessing Virtual Observatory data and services
Homepage:
https://pyvo.readthedocs.io
License:
BSD

Ebuild Details

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

EAPI=8

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

inherit distutils-r1 pypi

DESCRIPTION="Astropy affiliated package for accessing Virtual Observatory data and services"
HOMEPAGE="https://pyvo.readthedocs.io"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="all doc intersphinx"
PROPERTIES="test_network"
RESTRICT="test
	intersphinx? ( network-sandbox )"
REQUIRED_USE="intersphinx? ( doc )"

RDEPEND=">=dev-python/astropy-5.0[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	all? (
		dev-python/defusedxml[${PYTHON_USEDEP}]
		dev-python/pillow[${PYTHON_USEDEP}]
	)
"
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]
	doc? (
		${RDEPEND}
		dev-python/sphinx-astropy[${PYTHON_USEDEP}]
		media-gfx/graphviz
	)
	test? (
		dev-python/pillow[${PYTHON_USEDEP}]
		dev-python/requests-mock[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=( pytest-{astropy{,-header},doctestplus,remotedata} )
: ${EPYTEST_TIMEOUT:=30}
distutils_enable_tests pytest
#distutils_enable_sphinx docs dev-python/sphinx-astropy

python_compile_all() {
	if use doc; then
		VARTEXFONTS="${T}"/fonts MPLCONFIGDIR="${T}" PYTHONPATH="${BUILD_DIR}"/install/$(python_get_sitedir) \
			emake "SPHINXOPTS=$(usex intersphinx '' '-D disable_intersphinx=1')" -C docs html
		HTML_DOCS=( docs/_build/html/. )
	fi
}

python_test() {
	epytest --remote-data --run-slow -Werror::astropy.utils.exceptions.AstropyDeprecationWarning
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/pyvo | euse -E <flag> -p dev-python/pyvo | euse -D <flag> -p dev-python/pyvo

Global/Standard Flags

all
doc

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/astropy-5.0[]
	dev-python/requests[]
	all? (
		dev-python/defusedxml[]
		dev-python/pillow[]
	)

BDEPEND

dev-python/setuptools-scm[]
	doc? (
		>=dev-python/astropy-5.0[]
	dev-python/requests[]
	all? (
		dev-python/defusedxml[]
		dev-python/pillow[]
	)

		dev-python/sphinx-astropy[]
		media-gfx/graphviz
	)
	test? (
		dev-python/pillow[]
		dev-python/requests-mock[]
	)