Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/
Date: Mon, 11 Dec 2017 04:31:11
Message-Id: 1512966650.79b4900762b744e951b7f7ab5cc9db6cdc2818e8.prometheanfire@gentoo
1 commit: 79b4900762b744e951b7f7ab5cc9db6cdc2818e8
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 04:30:12 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 04:30:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b49007
7
8 net-mail/mailman: adding 3.1.1 for dev
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 net-mail/mailman/Manifest | 1 +
13 net-mail/mailman/mailman-3.1.1.ebuild | 38 +++++++++++++++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/net-mail/mailman/Manifest b/net-mail/mailman/Manifest
17 index 359dd48de48..c15ff367a43 100644
18 --- a/net-mail/mailman/Manifest
19 +++ b/net-mail/mailman/Manifest
20 @@ -1,2 +1,3 @@
21 DIST mailman-2.1.23.tgz 9290881 BLAKE2B 79b1740c6980327f904622a28e93a6a7f7cd47a508c0293dfdad9050ab1735143770001ab8bb0c5e6a082f97d2b288f30164e66f25bf0e9bfb936910bbeca4ed SHA512 398dd5c301005512900aff38c068ee641eea9f2970dfde17c37a8641759bd6fff8e6d37ad63c0c86b4b1594459b3c92023844ca4ec23d1681ac02542bd97f8db
22 DIST mailman-2.1.24.tgz 9251009 BLAKE2B a1530e424554b762ef2996cd2423cae15bff18760295d42b50d258451b9ba421509555b70b92bfaca01919d454b94d27c99560e18140c970e3cb119e2f7052b2 SHA512 f62f224abe5eb4804828a4d83389432b34595b8d4533310cda4da58ab10c2e62e0b2419929dcc53c32e2754d8f62fa8ef68877db4c65f6112f08f0e452fd6a38
23 +DIST mailman-3.1.1.tar.gz 749014 BLAKE2B 00cf756de1a6ce5a05f30b033ad7d1ebc5664bb1c6fadb5d602c4e34e373ee7a0df0801e6b68b0816ee819f77caef33bbc4b8490df1c8f01fd2fb35664fd3757 SHA512 b09962ec99ca1ce1eafd40409a00f976dc47d82adb707313f4516400db6439af8597a1c4e30262fb228c102508ede688912480dbb1dcca9721bb0333693f1d85
24
25 diff --git a/net-mail/mailman/mailman-3.1.1.ebuild b/net-mail/mailman/mailman-3.1.1.ebuild
26 new file mode 100644
27 index 00000000000..e8c5877caad
28 --- /dev/null
29 +++ b/net-mail/mailman/mailman-3.1.1.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Mailman -- the GNU mailing list manager"
41 +HOMEPAGE="http://www.list.org"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="GPL-3+"
45 +SLOT="0"
46 +#KEYWORDS="~amd64 ~ppc ~x86"
47 +KEYWORDS="" # nothing til this is finished
48 +IUSE=""
49 +
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 +RDEPEND="
52 + ~dev-python/aiosmtpd-1.0[${PYTHON_USEDEP}]
53 + dev-python/alembic[${PYTHON_USEDEP}]
54 + dev-python/atpublic[${PYTHON_USEDEP}]
55 + >=dev-python/dnspython-1.14.0[${PYTHON_USEDEP}]
56 + >=dev-python/falcon-1.0.0[${PYTHON_USEDEP}]
57 + dev-python/flufl-bounce[${PYTHON_USEDEP}]
58 + >=dev-python/flufl-i18n-2.0.1[${PYTHON_USEDEP}]
59 + >=dev-python/flufl-lock-3.1[${PYTHON_USEDEP}]
60 + dev-python/lazr-config[${PYTHON_USEDEP}]
61 + dev-python/passlib[${PYTHON_USEDEP}]
62 + dev-python/requests[${PYTHON_USEDEP}]
63 + dev-python/sqlalchemy[${PYTHON_USEDEP}]
64 + dev-python/zope-component[${PYTHON_USEDEP}]
65 + dev-python/zope-configuration[${PYTHON_USEDEP}]
66 + dev-python/zope-event[${PYTHON_USEDEP}]
67 + dev-python/zope-interface[${PYTHON_USEDEP}]
68 +"