dev-python/pysolar - 0.13 (science)

Search

Install

Install this version:

emerge -a =dev-python/pysolar-0.13

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

autounmask =dev-python/pysolar-0.13

Or alternatively:

emerge --autounmask-write -a =dev-python/pysolar-0.13

Package Information

Description:
Collection of Python libraries for simulating the irradiation by the sun
Homepage:
https://pysolar.org/
License:
GPL-3

Ebuild Details

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

EAPI=8

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

AUTHOR=pingswept

inherit distutils-r1

DESCRIPTION="Collection of Python libraries for simulating the irradiation by the sun"
HOMEPAGE="https://pysolar.org/"
SRC_URI="https://github.com/${AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# Still depends on nose
RESTRICT="test"

RDEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

python_prepare_all() {
	sed \
		-e "s:'testsolar', ::" \
		-e "s:'shade_test', ::" \
		-i setup.py || die # don't install tests
	distutils-r1_python_prepare_all
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/numpy[]
	dev-python/pytz[]
	dev-python/scipy[]

Manifest for 0.13

Type File Size Source URLs
DIST pysolar-0.13.tar.gz 1904615 bytes https://github.com/pingswept/pysolar/archive/0.13.tar.gz