dev-python/xraydb - 4.4.7 (stuff)

Search

Package Information

Description:
X-ray Reference Data for the Elements using SQLite
Homepage:
https://github.com/xraypy/XrayDB
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
4.4.7 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_{9..14} )

inherit distutils-r1 pypi

DESCRIPTION="X-ray Reference Data for the Elements using SQLite"
HOMEPAGE="https://github.com/xraypy/XrayDB"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="python doc"

RDEPEND="
	>=dev-python/numpy-1.10[${PYTHON_USEDEP}]
	>=dev-python/scipy-0.17[${PYTHON_USEDEP}]
	dev-python/sqlalchemy[${PYTHON_USEDEP}]
"

DEPEND="${RDEPEND}
	doc? ( dev-util/gtk-doc )
"

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

USE Flags

doc

Dependencies

DEPEND

	>=dev-python/numpy-1.10[${PYTHON_USEDEP}]
	>=dev-python/scipy-0.17[${PYTHON_USEDEP}]
	dev-python/sqlalchemy[${PYTHON_USEDEP}]

	doc? ( dev-util/gtk-doc )

RDEPEND

	>=dev-python/numpy-1.10[${PYTHON_USEDEP}]
	>=dev-python/scipy-0.17[${PYTHON_USEDEP}]
	dev-python/sqlalchemy[${PYTHON_USEDEP}]