From 677e2a945df12954034355eadc7c74bbdb7f284e Mon Sep 17 00:00:00 2001 From: Erica Nebula Date: Thu, 24 Jul 2025 22:14:42 -0500 Subject: [PATCH] dev-python/pygeotile: Switch from PyPi to GitHub Also removes unnecessary RDEPENDENCY Signed-off-by: Erica Nebula --- dev-python/pygeotile/Manifest | 2 +- dev-python/pygeotile/metadata.xml | 3 +-- dev-python/pygeotile/pygeotile-1.0.6.ebuild | 11 +++++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-python/pygeotile/Manifest b/dev-python/pygeotile/Manifest index 927e0734e4..fae7f57269 100644 --- a/dev-python/pygeotile/Manifest +++ b/dev-python/pygeotile/Manifest @@ -1 +1 @@ -DIST pyGeoTile-1.0.6.tar.gz 3846 BLAKE2B 5f32c0c1ecc4885be51d49046b8bb3f10c16c000f5ea092551950b80865e1babaf8c64632e2194ac94e89983a2ad06283633eba548a9d7eda434fd1a160e8bc7 SHA512 cd3472442661c736e0c40fce538189495abdf6402459677fc0d1fbe5f09eeb9f4dd07b70731d7f601aa004cac7b5c6ed71f8264986acbff11170b61fc87df514 +DIST pygeotile-1.0.6.tar.gz 9998 BLAKE2B d0776629fa723f6a62d00f72a265b79cc80657affa1c1e0485979c96da1e0d30e4239a2b6a6c9b99aa72f702900b7156e832cdb12c28beb3d9e3e5f512d61cd2 SHA512 d5b824121c53f1a83ee3dbbe97e4da1e396d4c64a815497ed22078d51f6e35eb5edd9aea88d63598a1c087f3d1ce37c502c15b5fdb23f7f3123a29ea7c2d7084 diff --git a/dev-python/pygeotile/metadata.xml b/dev-python/pygeotile/metadata.xml index 6e076a189e..121192e99f 100644 --- a/dev-python/pygeotile/metadata.xml +++ b/dev-python/pygeotile/metadata.xml @@ -7,8 +7,7 @@ https://github.com/geometalab/pyGeoTile/issues - https://pypi.org/project/pyGeoTile/#history - pyGeoTile + https://github.com/geometalab/pyGeoTile/commits/master/ geometalab/pyGeoTile diff --git a/dev-python/pygeotile/pygeotile-1.0.6.ebuild b/dev-python/pygeotile/pygeotile-1.0.6.ebuild index 2ade736fc4..64979d7fe3 100644 --- a/dev-python/pygeotile/pygeotile-1.0.6.ebuild +++ b/dev-python/pygeotile/pygeotile-1.0.6.ebuild @@ -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