| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.3.3 | 8 | ~amd64 ~x86 | 0 |
# Copyright 2022-2025 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/defusedxml[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/json5[${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/furo
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/json5[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
test? (
dev-python/cheroot[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | wsgidav-4.3.3.gh.tar.gz | 2333194 bytes | https://github.com/mar10/wsgidav/archive/refs/tags/v4.3.3.tar.gz |