diff --git a/dev-python/pygeoif/pygeoif-0.7.ebuild b/dev-python/pygeoif/pygeoif-0.7.ebuild index 32ef0f026..3002544a8 100644 --- a/dev-python/pygeoif/pygeoif-0.7.ebuild +++ b/dev-python/pygeoif/pygeoif-0.7.ebuild @@ -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