dev-python/pygeotile: new package, add 1.0.6

Adding because it is a dependency for a side project

Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2025-07-23 16:40:10 -05:00
parent b270d64bbe
commit f521f83029
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=pyGeoTile
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python package to handle tiles and points of different projections."
HOMEPAGE="https://github.com/geometalab/pyGeoTile"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests pytest