dev-python/geodatasets - 2026.1.0 (vowstar)

Search

Install

Install this version:

emerge -a =dev-python/geodatasets-2026.1.0

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

autounmask =dev-python/geodatasets-2026.1.0

Or alternatively:

emerge --autounmask-write -a =dev-python/geodatasets-2026.1.0

Package Information

Description:
Spatial data examples for use with Python geospatial libraries
Homepage:
https://geodatasets.readthedocs.io/ https://github.com/geopandas/geodatasets https://pypi.org/project/geodatasets/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2026.1.0 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_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

DESCRIPTION="Spatial data examples for use with Python geospatial libraries"
HOMEPAGE="
	https://geodatasets.readthedocs.io/
	https://github.com/geopandas/geodatasets
	https://pypi.org/project/geodatasets/
"

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

RDEPEND="
	dev-python/pooch[${PYTHON_USEDEP}]
"
BDEPEND="
	dev-python/setuptools-scm[${PYTHON_USEDEP}]
"

# Tests require network access to fetch remote datasets
RESTRICT="test"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/pooch[]

BDEPEND

	dev-python/setuptools-scm[]