Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/postorius/
Date: Wed, 29 Sep 2021 20:08:02
Message-Id: 1632946053.ba8e8975c9fa92c30adf5bbf78594852ae2f2af8.arthurzam@gentoo
1 commit: ba8e8975c9fa92c30adf5bbf78594852ae2f2af8
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 20:07:33 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 20:07:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8e8975
7
8 net-mail/postorius: drop 1.3.3
9
10 Bug: https://bugs.gentoo.org/812853
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 net-mail/postorius/Manifest | 1 -
14 net-mail/postorius/postorius-1.3.3.ebuild | 32 -------------------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/net-mail/postorius/Manifest b/net-mail/postorius/Manifest
18 index d4578faa729..71f92d61e3d 100644
19 --- a/net-mail/postorius/Manifest
20 +++ b/net-mail/postorius/Manifest
21 @@ -1,2 +1 @@
22 -DIST postorius-1.3.3.tar.gz 2704738 BLAKE2B 0ae5a7b3ace1ad7f64eae53156592d0c76a09e358d08edfe1b506717e87df67c669bfab356c203e28c03006f46461a67b4c7222e0e305100e15511a93e3e6a59 SHA512 31d6d6d0dbbe8a57251c81cf8f7d8b80d17dd4aab9f31be684fef26637a4ba81a196d4ab63e7389bd4173a60778a00c83ee440c24f83a1f60b094ccab8cf345a
23 DIST postorius-1.3.5.tar.gz 2775722 BLAKE2B 85f3408b7205ce4f89c36906280ff7ccecca0752ae611f4631e16d43972d0b52321be0f533fdabe6bf7d503120ab7a3794ef25f64a72369dec782b60347e33bb SHA512 f5f90ade87ae028fe665918b0aef69ac6c79f8d45ee4d105825ed9113661f084f3a82db9ac6ee850fa0feb5fd5afe7b66e49040d22c2e0599a95c3aa8ad56a31
24
25 diff --git a/net-mail/postorius/postorius-1.3.3.ebuild b/net-mail/postorius/postorius-1.3.3.ebuild
26 deleted file mode 100644
27 index e78fe43d42e..00000000000
28 --- a/net-mail/postorius/postorius-1.3.3.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{7,8} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A web user interface for GNU Mailman 3"
41 -HOMEPAGE="https://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"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -RDEPEND="net-mail/django-mailman3[${PYTHON_USEDEP}]
52 - dev-python/django[${PYTHON_USEDEP}]
53 - net-mail/mailmanclient[${PYTHON_USEDEP}]
54 - dev-python/readme_renderer[${PYTHON_USEDEP}]
55 - test? (
56 - dev-python/mock[${PYTHON_USEDEP}]
57 - dev-python/vcrpy[${PYTHON_USEDEP}]
58 - dev-python/beautifulsoup4[${PYTHON_USEDEP}]
59 - dev-python/isort[${PYTHON_USEDEP}]
60 - )"
61 -
62 -DOCS=( README.rst )