dev-python/pygeotile - 1.0.6 (guru)

Search

Install

Install this version:

emerge -a =dev-python/pygeotile-1.0.6

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

autounmask =dev-python/pygeotile-1.0.6

Or alternatively:

emerge --autounmask-write -a =dev-python/pygeotile-1.0.6

Package Information

Description:
Python package to handle tiles and points of different projections.
Homepage:
https://github.com/geometalab/pyGeoTile
License:
MIT

Ebuild Details

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

EAPI=8

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

inherit distutils-r1

DESCRIPTION="Python package to handle tiles and points of different projections."
HOMEPAGE="https://github.com/geometalab/pyGeoTile"

MY_PN="pyGeoTile"
COMMIT_ID="c744e540ba698fbe0d822616a62702918d24f71e" # No tags or releases in the github repo
SRC_URI="https://github.com/geometalab/${MY_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT_ID}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="mirror"

distutils_enable_tests pytest

Inherited Eclasses

Manifest for 1.0.6

Type File Size Source URLs
DIST pygeotile-1.0.6.tar.gz 9998 bytes https://github.com/geometalab/pyGeoTile/archive/c744e540ba698fbe0d822616a62702918d24f71e.tar.gz