From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F6F2138359 for ; Thu, 1 Oct 2020 17:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2772AE084E; Thu, 1 Oct 2020 17:25:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F167DE084E for ; Thu, 1 Oct 2020 17:25:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69A5F335CDE for ; Thu, 1 Oct 2020 17:25:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6D27332 for ; Thu, 1 Oct 2020 17:25:03 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1601573095.7acc109c3c49af1a2be70bf153def8addb6b8fc7.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/hyperkitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/hyperkitty/Manifest net-mail/hyperkitty/hyperkitty-1.3.3.ebuild net-mail/hyperkitty/metadata.xml X-VCS-Directories: net-mail/hyperkitty/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 7acc109c3c49af1a2be70bf153def8addb6b8fc7 X-VCS-Branch: master Date: Thu, 1 Oct 2020 17:25:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b5cedc3-b791-4d00-8213-b5ccd6c8c60d X-Archives-Hash: 550732dc5428b57a3753b3b064e09ced commit: 7acc109c3c49af1a2be70bf153def8addb6b8fc7 Author: Hanno Böck gentoo org> AuthorDate: Thu Oct 1 17:24:55 2020 +0000 Commit: Hanno Böck gentoo 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 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 @@ + + + + + hanno@gentoo.org + + + hyperkitty + +