| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.6.2 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 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="A tool to align astronomical images based on asterism matching"
HOMEPAGE="https://astroalign.quatrope.org"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-python/numpy-1.17[${PYTHON_USEDEP}]
>=dev-python/sep-1.4.0[${PYTHON_USEDEP}]
dev-python/scikit-image[${PYTHON_USEDEP}]
>=dev-python/scipy-0.15[${PYTHON_USEDEP}]
"
BDEPEND="test? ( dev-python/ccdproc[${PYTHON_USEDEP}] )"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
>=dev-python/numpy-1.17[${PYTHON_USEDEP}]
>=dev-python/sep-1.4.0[${PYTHON_USEDEP}]
dev-python/scikit-image[${PYTHON_USEDEP}]
>=dev-python/scipy-0.15[${PYTHON_USEDEP}]
test? ( dev-python/ccdproc[${PYTHON_USEDEP}] )