Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/
Date: Wed, 30 Sep 2020 08:39:11
Message-Id: 1601455138.1c8800a9c158b0187517acbc33e952b5466a57d2.hanno@gentoo
1 commit: 1c8800a9c158b0187517acbc33e952b5466a57d2
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 08:38:58 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 08:38:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8800a9
7
8 net-mail/mailman: Remove old versions
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12
13 net-mail/mailman/Manifest | 2 --
14 net-mail/mailman/mailman-3.3.0.ebuild | 49 -----------------------------------
15 net-mail/mailman/mailman-3.3.1.ebuild | 44 -------------------------------
16 3 files changed, 95 deletions(-)
17
18 diff --git a/net-mail/mailman/Manifest b/net-mail/mailman/Manifest
19 index 4d517d20222..fc2d909144b 100644
20 --- a/net-mail/mailman/Manifest
21 +++ b/net-mail/mailman/Manifest
22 @@ -1,3 +1 @@
23 -DIST mailman-3.3.0-importlib_resources-fix.diff.xz 2120 BLAKE2B d455a88a922fe715cb3e3faf6d7f94115ab0e762b85a3195988c9bcb0d01b37d4495e4c30c566f10f65f47c55f18c8af46e21037fca042503167238c88e1ff77 SHA512 31e6f71ff700a3e648b78b75808ac40b333ed58f3d51819b959f48ef4598f0e5d07d3b4fc178745702c02fb3137941c9887a6bd1cdd9ea7d18cd50d32da6c57f
24 -DIST mailman-3.3.0.tar.gz 839241 BLAKE2B a9f972a5cd09be6e971b568066cf67980c050fc619bc0bba7956d65b9601613f2dd87bbf243072be2478367e2fecfd48b184dada6fc525dae8cf1414dc64cec0 SHA512 63cf30c102751c1cae086f4c046767c2d817ad57097bd60bc838ead19c4e29ed1bc5d4cc2c1eef40f41787daf60d8b98033f64064d6ad4567a9552b5fb2cabd8
25 DIST mailman-3.3.1.tar.gz 1184548 BLAKE2B e9bf5cec5fec75ae01093003fa9b128f9415c55cc505eda841a807d72177d17dc7609e1e0c20305f5f38c40e01745b4cbc58d1c5ddc43d0799ec601bde92cb54 SHA512 31dc5d0fca7f28579a1e174010ea8ac83d17b5e7ace37f3a86fb73110de412af145a9c3d16cf7b446f80e44a3419b51cce7b56b8de93264751cf771b2c084ddc
26
27 diff --git a/net-mail/mailman/mailman-3.3.0.ebuild b/net-mail/mailman/mailman-3.3.0.ebuild
28 deleted file mode 100644
29 index 2e2bf2af6d8..00000000000
30 --- a/net-mail/mailman/mailman-3.3.0.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{6,7} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Mailman -- the GNU mailing list manager"
43 -HOMEPAGE="https://www.list.org"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
45 - https://dev.gentoo.org/~hanno/distfiles/${P}-importlib_resources-fix.diff.xz"
46 -
47 -LICENSE="GPL-3+"
48 -SLOT="0"
49 -#KEYWORDS="~amd64 ~ppc ~x86"
50 -KEYWORDS="" # nothing til this is finished
51 -IUSE=""
52 -
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
54 -RDEPEND="
55 - >=dev-python/aiosmtpd-1.1[${PYTHON_USEDEP}]
56 - dev-python/alembic[${PYTHON_USEDEP}]
57 - dev-python/atpublic[${PYTHON_USEDEP}]
58 - >=dev-python/authheaders-0.13.0[${PYTHON_USEDEP}]
59 - >=dev-python/authres-1.0.1[${PYTHON_USEDEP}]
60 - >=dev-python/click-7.0[${PYTHON_USEDEP}]
61 - >=dev-python/dnspython-1.14.0[${PYTHON_USEDEP}]
62 - >=dev-python/falcon-2.0.0[${PYTHON_USEDEP}]
63 - dev-python/flufl-bounce[${PYTHON_USEDEP}]
64 - >=dev-python/flufl-i18n-2.0.1[${PYTHON_USEDEP}]
65 - >=dev-python/flufl-lock-3.1[${PYTHON_USEDEP}]
66 - $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_6)
67 - www-servers/gunicorn[${PYTHON_USEDEP}]
68 - dev-python/lazr-config[${PYTHON_USEDEP}]
69 - >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
70 - dev-python/passlib[${PYTHON_USEDEP}]
71 - dev-python/requests[${PYTHON_USEDEP}]
72 - >=dev-python/sqlalchemy-1.2.3[${PYTHON_USEDEP}]
73 - dev-python/zope-component[${PYTHON_USEDEP}]
74 - dev-python/zope-configuration[${PYTHON_USEDEP}]
75 - dev-python/zope-event[${PYTHON_USEDEP}]
76 - dev-python/zope-interface[${PYTHON_USEDEP}]
77 -"
78 -
79 -# Make it compatible with python 3.7 and 3.6, see
80 -# https://gitlab.com/mailman/mailman/-/issues/690
81 -PATCHES=( "${WORKDIR}/mailman-3.3.0-importlib_resources-fix.diff" )
82
83 diff --git a/net-mail/mailman/mailman-3.3.1.ebuild b/net-mail/mailman/mailman-3.3.1.ebuild
84 deleted file mode 100644
85 index f995b8d5bf6..00000000000
86 --- a/net-mail/mailman/mailman-3.3.1.ebuild
87 +++ /dev/null
88 @@ -1,44 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -PYTHON_COMPAT=( python3_{6,7} )
95 -
96 -inherit distutils-r1
97 -
98 -DESCRIPTION="Mailman -- the GNU mailing list manager"
99 -HOMEPAGE="https://www.list.org"
100 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
101 -
102 -LICENSE="GPL-3+"
103 -SLOT="0"
104 -#KEYWORDS="~amd64 ~ppc ~x86"
105 -KEYWORDS="" # nothing til this is finished
106 -IUSE=""
107 -
108 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
109 -RDEPEND="
110 - >=dev-python/aiosmtpd-1.1[${PYTHON_USEDEP}]
111 - dev-python/alembic[${PYTHON_USEDEP}]
112 - dev-python/atpublic[${PYTHON_USEDEP}]
113 - >=dev-python/authheaders-0.13.0[${PYTHON_USEDEP}]
114 - >=dev-python/authres-1.0.1[${PYTHON_USEDEP}]
115 - >=dev-python/click-7.0[${PYTHON_USEDEP}]
116 - >=dev-python/dnspython-1.14.0[${PYTHON_USEDEP}]
117 - >=dev-python/falcon-2.0.0[${PYTHON_USEDEP}]
118 - dev-python/flufl-bounce[${PYTHON_USEDEP}]
119 - >=dev-python/flufl-i18n-2.0.1[${PYTHON_USEDEP}]
120 - >=dev-python/flufl-lock-3.1[${PYTHON_USEDEP}]
121 - >=dev-python/importlib_resources-1.5.0[${PYTHON_USEDEP}]
122 - www-servers/gunicorn[${PYTHON_USEDEP}]
123 - dev-python/lazr-config[${PYTHON_USEDEP}]
124 - >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
125 - dev-python/passlib[${PYTHON_USEDEP}]
126 - dev-python/requests[${PYTHON_USEDEP}]
127 - >=dev-python/sqlalchemy-1.2.3[${PYTHON_USEDEP}]
128 - dev-python/zope-component[${PYTHON_USEDEP}]
129 - dev-python/zope-configuration[${PYTHON_USEDEP}]
130 - dev-python/zope-event[${PYTHON_USEDEP}]
131 - >=dev-python/zope-interface-5.0[${PYTHON_USEDEP}]
132 -"