dev-python/pyhgtmap - 3.0 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/pyhgtmap-3.0

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

autounmask =dev-python/pyhgtmap-3.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pyhgtmap-3.0

Package Information

Description:
Little program which lets you easily generate OSM contour lines
Homepage:
http://katze.tfiu.de/projects/phyghtmap/
License:
GPL-2

Ebuild Details

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

EAPI=8

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

inherit distutils-r1 pypi

DESCRIPTION="Little program which lets you easily generate OSM contour lines"
HOMEPAGE="http://katze.tfiu.de/projects/phyghtmap/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
	>=dev-python/colorlog-6.7.0[${PYTHON_USEDEP}]
	>=dev-python/contourpy-1.0.7[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.4.3[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.24.2[${PYTHON_USEDEP}]
	>=dev-python/osmium-3.6.0[${PYTHON_USEDEP}]
	>=dev-python/pybind11-rdp-0.1.3[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.8.0[${PYTHON_USEDEP}]
	>=dev-python/shapely-2.0.1[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/beautifulsoup4[]
	>=dev-python/colorlog-6.7.0[]
	>=dev-python/contourpy-1.0.7[]
	>=dev-python/matplotlib-3.4.3[]
	>=dev-python/numpy-1.24.2[]
	>=dev-python/osmium-3.6.0[]
	>=dev-python/pybind11-rdp-0.1.3[]
	>=dev-python/scipy-1.8.0[]
	>=dev-python/shapely-2.0.1[]