sci-geosciences/pymap3d - 3.1.0 (gentoo)

Search

Package Information

Description:
Python 3-D coordinate conversions
Homepage:
https://github.com/geospace-code/pymap3d
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
3.1.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Python 3-D coordinate conversions"
HOMEPAGE="https://github.com/geospace-code/pymap3d"
SRC_URI="https://github.com/geospace-code/${PN}/archive/refs/tags/v${PV}.tar.gz
	-> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

BDEPEND="test? (
	dev-python/xarray
	dev-python/pyproj
)"

distutils_enable_tests pytest

src_prepare() {
	rm src/pymap3d/tests/test_eci.py || die
	default
}

Dependencies

BDEPEND

test? (
	dev-python/xarray
	dev-python/pyproj
)

Manifest for 3.1.0

Type File Size Source URLs
DIST pymap3d-3.1.0.tar.gz 51407 bytes https://github.com/geospace-code/pymap3d/archive/refs/tags/v3.1.0.tar.gz