dev-python/geopandas - 1.1.3 (vowstar)

Search

Install

Install this version:

emerge -a =dev-python/geopandas-1.1.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/geopandas-1.1.3

Or alternatively:

emerge --autounmask-write -a =dev-python/geopandas-1.1.3

Package Information

Description:
Python tools for geographic data
Homepage:
https://geopandas.org/ https://github.com/geopandas/geopandas https://pypi.org/project/geopandas/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.1.3 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO="https://github.com/geopandas/geopandas"
inherit distutils-r1 pypi

DESCRIPTION="Python tools for geographic data"
HOMEPAGE="
	https://geopandas.org/
	https://github.com/geopandas/geopandas
	https://pypi.org/project/geopandas/
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/numpy-1.24[${PYTHON_USEDEP}]
	>=dev-python/pyogrio-0.7.2[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	>=dev-python/pandas-2.0.0[${PYTHON_USEDEP}]
	>=dev-python/pyproj-3.5.0[${PYTHON_USEDEP}]
	>=dev-python/shapely-2.0.0[${PYTHON_USEDEP}]
"
BDEPEND="
	dev-python/versioneer[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/numpy-1.24[]
	>=dev-python/pyogrio-0.7.2[]
	dev-python/packaging[]
	>=dev-python/pandas-2.0.0[]
	>=dev-python/pyproj-3.5.0[]
	>=dev-python/shapely-2.0.0[]

BDEPEND

	dev-python/versioneer[]