dev-python/pygeotile: Switch from PyPi to GitHub

Also removes unnecessary RDEPENDENCY

Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2025-07-24 22:14:42 -05:00
parent 71e5bd5835
commit 677e2a945d
3 changed files with 9 additions and 7 deletions

View File

@@ -5,18 +5,21 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=pyGeoTile
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
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"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RESTRICT="mirror"
distutils_enable_tests pytest