wsgidav-4.3.5benzene-overlay
download
# 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/libpass[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
"
BDEPEND="doc? ( media-gfx/graphviz )
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