Install this version:
emerge -a =dev-python/xandikos-0.3.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/xandikos-0.3.7
Or alternatively:
emerge --autounmask-write -a =dev-python/xandikos-0.3.7
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit pypi distutils-r1
DESCRIPTION="Lightweight CalDAV/CardDAV server"
HOMEPAGE="https://pypi.org/project/xandikos/"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/icalendar-5.0.4[${PYTHON_USEDEP}]
<dev-python/icalendar-8.0[${PYTHON_USEDEP}]
>=dev-python/dulwich-0.25.0[${PYTHON_USEDEP}]
<dev-python/dulwich-2[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/multidict[${PYTHON_USEDEP}]
dev-python/vobject[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/xandikos |
euse -E <flag> -p dev-python/xandikos |
euse -D <flag> -p dev-python/xandikos
dev-python/aiohttp[] >=dev-python/icalendar-5.0.4[] <dev-python/icalendar-8.0[] >=dev-python/dulwich-0.25.0[] <dev-python/dulwich-2[] dev-python/defusedxml[] dev-python/jinja2[] dev-python/multidict[] dev-python/vobject[]
test? ( dev-python/pytest[] )