Install this version:
emerge -a =dev-python/wsgidav-4.3.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/wsgidav-4.3.4
Or alternatively:
emerge --autounmask-write -a =dev-python/wsgidav-4.3.4
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Generic and extendable WebDAV server based on WSGI"
HOMEPAGE="https://wsgidav.readthedocs.io"
SRC_URI="https://github.com/mar10/wsgidav/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-python/bcrypt-4.0[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/json5[${PYTHON_USEDEP}]
dev-python/passlib[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
"
BDEPEND="test? (
dev-python/cheroot[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs/source dev-python/sphinxcontrib-googleanalytics \
dev-python/sphinxcontrib-mermaid \
dev-python/furo
>=dev-python/bcrypt-4.0[] dev-python/defusedxml[] dev-python/jinja2[] dev-python/json5[] dev-python/passlib[] dev-python/pyyaml[]
test? ( dev-python/cheroot[] dev-python/requests[] dev-python/webtest[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wsgidav-4.3.4.gh.tar.gz | 2332698 bytes | https://github.com/mar10/wsgidav/archive/refs/tags/v4.3.4.tar.gz |