# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=pdm-backend PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="A web interface to access GNU Mailman v3 archives" HOMEPAGE="https://www.list.org https://gitlab.com/mailman/hyperkitty" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" dev-python/mistune[${PYTHON_USEDEP}] dev-lang/sassc dev-python/django-compressor[${PYTHON_USEDEP}] dev-python/django-extensions[${PYTHON_USEDEP}] dev-python/django-gravatar2[${PYTHON_USEDEP}] dev-python/django-haystack[${PYTHON_USEDEP}] dev-python/django-q[${PYTHON_USEDEP}]