Install this version:
emerge -a =dev-python/csvw-4.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/csvw-4.1.0
Or alternatively:
emerge --autounmask-write -a =dev-python/csvw-4.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.1.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..15} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library to work with CSVW described tabular data."
HOMEPAGE="https://github.com/cldf/csvw"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=dev-python/attrs-18.1[${PYTHON_USEDEP}]
dev-python/babel[${PYTHON_USEDEP}]
dev-python/isodate[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/language-tags[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/rdflib[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
<dev-python/rfc3986-2[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
>=dev-python/attrs-18.1[] dev-python/babel[] dev-python/isodate[] dev-python/jsonschema[] dev-python/language-tags[] dev-python/python-dateutil[] dev-python/rdflib[] dev-python/requests[] <dev-python/rfc3986-2[] dev-python/termcolor[] >=dev-python/uritemplate-3.0.0[]