mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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:
22
dev-python/pygeotile/pygeotile-1.0.6.ebuild
Normal file
22
dev-python/pygeotile/pygeotile-1.0.6.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user