summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2020-10-01 19:24:55 +0200
committerHanno Böck <hanno@gentoo.org>2020-10-01 19:24:55 +0200
commit7acc109c3c49af1a2be70bf153def8addb6b8fc7 (patch)
tree6542931cfd5d404ee5c7ef9470528816c2d0b32c /net-mail
parentsys-kernel/gentoo-kernel-bin: Bump to 5.4.69 (diff)
downloadgentoo-7acc109c3c49af1a2be70bf153def8addb6b8fc7.tar.gz
gentoo-7acc109c3c49af1a2be70bf153def8addb6b8fc7.tar.bz2
gentoo-7acc109c3c49af1a2be70bf153def8addb6b8fc7.zip
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
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/hyperkitty/Manifest1
-rw-r--r--net-mail/hyperkitty/hyperkitty-1.3.3.ebuild43
-rw-r--r--net-mail/hyperkitty/metadata.xml10
3 files changed, 54 insertions, 0 deletions
diff --git a/net-mail/hyperkitty/Manifest b/net-mail/hyperkitty/Manifest
new file mode 100644
index 000000000000..90e717199218
--- /dev/null
+++ b/net-mail/hyperkitty/Manifest
@@ -0,0 +1 @@
+DIST HyperKitty-1.3.3.tar.gz 1936346 BLAKE2B 8014b62a44989faeb0467779fb53a9e5a0c381bae44fae8102b211a6d3c7dfa63cb76b6cc25ae29bb1b260fdc4bafd9d2c61c39103cc29d76a229263fe704c40 SHA512 4be4630bc0344c3e1633772978880fea996fbf2bb49b728c1d05ae13ab1df8c63b6b7b9b735df32eb2ae31798e76be537748e42c830a63aa01eeff0680f1dc76
diff --git a/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild b/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild
new file mode 100644
index 000000000000..b14f73909cf6
--- /dev/null
+++ b/net-mail/hyperkitty/hyperkitty-1.3.3.ebuild
@@ -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}"
diff --git a/net-mail/hyperkitty/metadata.xml b/net-mail/hyperkitty/metadata.xml
new file mode 100644
index 000000000000..0c19f8f1d345
--- /dev/null
+++ b/net-mail/hyperkitty/metadata.xml
@@ -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>