1 # Copyright 2023-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
5 PYTHON_COMPAT=( python3_{10..13} )
6 DISTUTILS_USE_PEP517=setuptools
9 DESCRIPTION="Python 3-D coordinate conversions"
10 HOMEPAGE="https://github.com/geospace-code/pymap3d"
11 SRC_URI="https://github.com/geospace-code/${PN}/archive/refs/tags/v${PV}.tar.gz
23 distutils_enable_tests pytest
26 rm src/pymap3d/tests/test_eci.py || die