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 67ACB138359 for ; Fri, 11 Sep 2020 11:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FAEE093D; Fri, 11 Sep 2020 11:16:25 +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 58AE3E093D for ; Fri, 11 Sep 2020 11:16:25 +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 4CCB7340DA7 for ; Fri, 11 Sep 2020 11:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B3F33F for ; Fri, 11 Sep 2020 11:16:22 +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: <1599822977.2db0edb7327ba6e5f12682dc38e29cb10b0e3e90.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/postorius/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/postorius/Manifest net-mail/postorius/metadata.xml net-mail/postorius/postorius-1.3.3.ebuild X-VCS-Directories: net-mail/postorius/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 2db0edb7327ba6e5f12682dc38e29cb10b0e3e90 X-VCS-Branch: master Date: Fri, 11 Sep 2020 11:16:22 +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: ec821380-736e-47f4-a93b-13c3bb1cd9cf X-Archives-Hash: 771fb57c4c17d5f3bc92a29a85e6cbff commit: 2db0edb7327ba6e5f12682dc38e29cb10b0e3e90 Author: Hanno Böck gentoo org> AuthorDate: Fri Sep 11 11:16:17 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Fri Sep 11 11:16:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db0edb7 net-mail/postorius: Initial commit Webinterface for mailman 3. Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-3.0.6, Repoman-3.0.1 net-mail/postorius/Manifest | 1 + net-mail/postorius/metadata.xml | 10 ++++++++++ net-mail/postorius/postorius-1.3.3.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/net-mail/postorius/Manifest b/net-mail/postorius/Manifest new file mode 100644 index 00000000000..fac3606d7c8 --- /dev/null +++ b/net-mail/postorius/Manifest @@ -0,0 +1 @@ +DIST postorius-1.3.3.tar.gz 2704738 BLAKE2B 0ae5a7b3ace1ad7f64eae53156592d0c76a09e358d08edfe1b506717e87df67c669bfab356c203e28c03006f46461a67b4c7222e0e305100e15511a93e3e6a59 SHA512 31d6d6d0dbbe8a57251c81cf8f7d8b80d17dd4aab9f31be684fef26637a4ba81a196d4ab63e7389bd4173a60778a00c83ee440c24f83a1f60b094ccab8cf345a diff --git a/net-mail/postorius/metadata.xml b/net-mail/postorius/metadata.xml new file mode 100644 index 00000000000..557e7cfbec0 --- /dev/null +++ b/net-mail/postorius/metadata.xml @@ -0,0 +1,10 @@ + + + + + hanno@gentoo.org + + + postorius + + diff --git a/net-mail/postorius/postorius-1.3.3.ebuild b/net-mail/postorius/postorius-1.3.3.ebuild new file mode 100644 index 00000000000..982ec7b64f7 --- /dev/null +++ b/net-mail/postorius/postorius-1.3.3.ebuild @@ -0,0 +1,31 @@ +# 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 user interface for GNU Mailman 3" +HOMEPAGE="https://www.list.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="net-mail/django-mailman3[${PYTHON_USEDEP}] + dev-python/django[${PYTHON_USEDEP}] + net-mail/mailmanclient[${PYTHON_USEDEP}] + dev-python/readme_renderer[${PYTHON_USEDEP}] + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/vcrpy[${PYTHON_USEDEP}] + dev-python/beautifulsoup[${PYTHON_USEDEP}] + dev-python/isort[${PYTHON_USEDEP}] + )" + +DOCS=( README.rst )