dev-python/pygeoif: update SRC_URI and restrict test

This commit is contained in:
rick 2025-11-11 21:29:47 +01:00
parent 84c93c36b0
commit be1bafd7f8
No known key found for this signature in database
GPG key ID: D3FB4A5EDD2CBF02

View file

@ -6,17 +6,12 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="A basic implementation of the __geo_interface__"
HOMEPAGE="https://pypi.org/project/pygeoif/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
RESTRICT="test" # the tests are using a deprecated Python function