# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 systemd MY_P=${P^} DESCRIPTION="A simple CalDAV calendar server" HOMEPAGE="https://radicale.org/" SRC_URI=" https://github.com/Kozea/Radicale/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.gh.tar.gz " S=${WORKDIR}/${MY_P} LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" RDEPEND=" >=acct-user/radicale-0-r2 acct-group/radicale dev-python/bcrypt[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] dev-python/passlib[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] sys-apps/util-linux " BDEPEND=" test? (