Install this version:
emerge -a =dev-python/owslib-0.36.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/owslib-0.36.0
Or alternatively:
emerge --autounmask-write -a =dev-python/owslib-0.36.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
MY_P=OWSLib-${PV}
DESCRIPTION="Library for client programming with Open Geospatial Consortium web service"
HOMEPAGE="
https://geopython.github.io/OWSLib/
https://github.com/geopython/owslib/
https://pypi.org/project/owslib/
"
SRC_URI="
https://github.com/geopython/${PN}/archive/${PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/pillow[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-httpserver )
distutils_enable_tests pytest
python_test() {
epytest -o addopts= -m "not online"
}
dev-python/lxml[] dev-python/python-dateutil[] dev-python/pyyaml[] dev-python/requests[]
test? ( dev-python/pillow[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | OWSLib-0.36.0.gh.tar.gz | 1105698 bytes | https://github.com/geopython/owslib/archive/0.36.0.tar.gz |