commit: 22ad14a81fa0d221d79579b37d0a80d953ebaf18 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Feb 10 10:47:39 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Feb 10 10:47:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=22ad14a8
dev-python/geopandas: add 0.12.2, drop 0.12.1 Closes: https://github.com/gentoo/sci/pull/1190 Co-authored-by: =?UTF-8?q?Dennis=20Gon=C3=A7alves?= <camaradadennis <AT> gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> .../geopandas/{geopandas-0.12.1.ebuild => geopandas-0.12.2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/geopandas/geopandas-0.12.1.ebuild b/dev-python/geopandas/geopandas-0.12.2.ebuild similarity index 86% rename from dev-python/geopandas/geopandas-0.12.1.ebuild rename to dev-python/geopandas/geopandas-0.12.2.ebuild index 1fd17dda0..10edebed5 100644 --- a/dev-python/geopandas/geopandas-0.12.1.ebuild +++ b/dev-python/geopandas/geopandas-0.12.2.ebuild @@ -3,12 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) -DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature DESCRIPTION="Python tools for geographic data" -HOMEPAGE="https://github.com/geopandas/geopandas" +HOMEPAGE="https://github.com/geopandas/geopandas https://pypi.org/project/geopandas/" SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD"
