mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
dev-python/pygeoif: update SRC_URI and restrict test
This commit is contained in:
parent
84c93c36b0
commit
be1bafd7f8
1 changed files with 2 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue