net-mail/mailman-web: add 0.0.9
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
ac713ca14d
commit
4b350fb39d
|
@ -1 +1,2 @@
|
||||||
DIST mailman-web-0.0.6.tar.gz 24775 BLAKE2B afdae4c8f157a55b71d01cfe058b3e4f7685d8b3cf7866f64281ae110ba08fe742ca613dd3cbd47b290fb967f72f4fcaa5547bd034f4672c9d267708a273c333 SHA512 db1844f77c38469dab0f8aedd2efcebe2ae6a58877ba99b8489ebec7d05fba5f448a1952d2275b5db7c62e5f8641d5bcdd42915ae44aeb1a27c7063efde12906
|
DIST mailman-web-0.0.6.tar.gz 24775 BLAKE2B afdae4c8f157a55b71d01cfe058b3e4f7685d8b3cf7866f64281ae110ba08fe742ca613dd3cbd47b290fb967f72f4fcaa5547bd034f4672c9d267708a273c333 SHA512 db1844f77c38469dab0f8aedd2efcebe2ae6a58877ba99b8489ebec7d05fba5f448a1952d2275b5db7c62e5f8641d5bcdd42915ae44aeb1a27c7063efde12906
|
||||||
|
DIST mailman_web-0.0.9.tar.gz 22300 BLAKE2B d66f58830fb3e212ff9ec293a7e479cfddef14010f910e54fce3722cb1cdff36094634a4a3d2cc9127c00ab45a7ff47d337503ca241e9e62754f1942ea2acbe7 SHA512 19b969a6ea864d246dfe738698bbaad353c049927223886f60eac8dabc07219a2dd39aab3ab382f3a5ede8f18fc32af8e9e48099eb06505b229c6d5b487a55bc
|
||||||
|
|
23
net-mail/mailman-web/mailman-web-0.0.9.ebuild
Normal file
23
net-mail/mailman-web/mailman-web-0.0.9.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=poetry
|
||||||
|
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"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/django[${PYTHON_USEDEP}]
|
||||||
|
dev-python/whoosh[${PYTHON_USEDEP}]
|
||||||
|
net-mail/HyperKitty[${PYTHON_USEDEP}]
|
||||||
|
net-mail/postorius[${PYTHON_USEDEP}]
|
||||||
|
"
|
Loading…
Reference in a new issue