From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/hyperkitty/
Date: Thu, 1 Oct 2020 17:25:03 +0000 (UTC) [thread overview]
Message-ID: <1601573095.7acc109c3c49af1a2be70bf153def8addb6b8fc7.hanno@gentoo> (raw)
commit: 7acc109c3c49af1a2be70bf153def8addb6b8fc7
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 17:24:55 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 17:24:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acc109c
net-mail/hyperkitty: Initial commit.
Mail archiver for mailman 3.
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
net-mail/hyperkitty/Manifest | 1 +
net-mail/hyperkitty/hyperkitty-1.3.3.ebuild | 43 +++++++++++++++++++++++++++++
net-mail/hyperkitty/metadata.xml | 10 +++++++
3 files changed, 54 insertions(+)
diff --git a/net-mail/hyperkitty/Manifest b/net-mail/hyperkitty/Manifest
new file mode 100644
index 00000000000..90e71719921
--- /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 00000000000..b14f73909cf
--- /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 00000000000..0c19f8f1d34
--- /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>
next reply other threads:[~2020-10-01 17:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-01 17:25 Hanno Böck [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-02 10:59 [gentoo-commits] repo/gentoo:master commit in: net-mail/hyperkitty/ Hanno Böck
2020-10-03 6:45 Hanno Böck
2021-03-04 17:51 Louis Sautier
2021-12-27 14:50 Hanno Böck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1601573095.7acc109c3c49af1a2be70bf153def8addb6b8fc7.hanno@gentoo \
--to=hanno@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox