net-mail/mailman-web - 0.0.9 (hering-overlay)

Search

Package Information

Description:
Django project that contains default and url settings for Mailman3 Web Interface
Homepage:
https://pypi.org/project/mailman-web/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.0.9 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 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="Django project that contains default and url settings for Mailman3 Web Interface"
HOMEPAGE="https://pypi.org/project/mailman-web/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="mysql test"
RESTRICT="!test? ( test )"

RDEPEND="net-mail/hyperkitty[${PYTHON_USEDEP}]
	net-mail/postorius[${PYTHON_USEDEP}]
	dev-python/cmarkgfm[${PYTHON_USEDEP}]
	dev-python/django[${PYTHON_USEDEP}]
	mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )"

USE Flags

Dependencies

RDEPEND

net-mail/hyperkitty[${PYTHON_USEDEP}]
	net-mail/postorius[${PYTHON_USEDEP}]
	dev-python/cmarkgfm[${PYTHON_USEDEP}]
	dev-python/django[${PYTHON_USEDEP}]
	mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )