mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
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:
@@ -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
|
||||||
|
|||||||
@@ -7,8 +7,7 @@
|
|||||||
</maintainer>
|
</maintainer>
|
||||||
<upstream>
|
<upstream>
|
||||||
<bugs-to>https://github.com/geometalab/pyGeoTile/issues</bugs-to>
|
<bugs-to>https://github.com/geometalab/pyGeoTile/issues</bugs-to>
|
||||||
<changelog>https://pypi.org/project/pyGeoTile/#history</changelog>
|
<changelog>https://github.com/geometalab/pyGeoTile/commits/master/</changelog>
|
||||||
<remote-id type="pypi">pyGeoTile</remote-id>
|
|
||||||
<remote-id type="github">geometalab/pyGeoTile</remote-id>
|
<remote-id type="github">geometalab/pyGeoTile</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
@@ -5,18 +5,21 @@ EAPI=8
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{11..14} )
|
PYTHON_COMPAT=( python3_{11..14} )
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
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."
|
DESCRIPTION="Python package to handle tiles and points of different projections."
|
||||||
HOMEPAGE="https://github.com/geometalab/pyGeoTile"
|
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"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
RESTRICT="mirror"
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user