net-mail/hyperkitty: Initial commit.

Mail archiver for mailman 3.

Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
This commit is contained in:
Hanno Böck
2020-10-01 19:24:55 +02:00
parent 68fdd3a802
commit 7acc109c3c
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST HyperKitty-1.3.3.tar.gz 1936346 BLAKE2B 8014b62a44989faeb0467779fb53a9e5a0c381bae44fae8102b211a6d3c7dfa63cb76b6cc25ae29bb1b260fdc4bafd9d2c61c39103cc29d76a229263fe704c40 SHA512 4be4630bc0344c3e1633772978880fea996fbf2bb49b728c1d05ae13ab1df8c63b6b7b9b735df32eb2ae31798e76be537748e42c830a63aa01eeff0680f1dc76

View File

@@ -0,0 +1,43 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A web interface to access GNU Mailman v3 archives"
HOMEPAGE="https://www.list.org"
SRC_URI="mirror://pypi/H/HyperKitty/HyperKitty-${PV}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/django[${PYTHON_USEDEP}]
net-mail/django-mailman3[${PYTHON_USEDEP}]
dev-python/django-gravatar2[${PYTHON_USEDEP}]
dev-python/djangorestframework[${PYTHON_USEDEP}]
dev-python/robot-detection[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/django-compressor[${PYTHON_USEDEP}]
net-mail/mailmanclient[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/django-haystack[${PYTHON_USEDEP}]
dev-python/django-extensions[${PYTHON_USEDEP}]
dev-python/flufl-lock[${PYTHON_USEDEP}]
dev-python/django-q[${PYTHON_USEDEP}]"
BDEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/whoosh[${PYTHON_USEDEP}]
dev-python/beautifulsoup[${PYTHON_USEDEP}]
dev-python/django-debug-toolbar[${PYTHON_USEDEP}]
)"
DOCS=( README.rst )
S="${WORKDIR}/HyperKitty-${PV}"

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>hanno@gentoo.org</email>
</maintainer>
<upstream>
<remote-id type="pypi">hyperkitty</remote-id>
</upstream>
</pkgmetadata>