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: mail-filter/courier-pythonfilter/
Date: Wed, 02 Sep 2020 17:18:26
Message-Id: 1599067092.6d12b03fb1f0dad081880a78f301297364c376e6.hanno@gentoo
1 commit: 6d12b03fb1f0dad081880a78f301297364c376e6
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 17:18:12 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 17:18:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d12b03f
7
8 mail-filter/courier-pythonfilter: Python 3.8/3.9 support
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-3.0.5, Repoman-3.0.1
12
13 .../courier-pythonfilter-3.0.2-r1.ebuild | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 diff --git a/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2-r1.ebuild b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2-r1.ebuild
17 new file mode 100644
18 index 00000000000..c7253148cca
19 --- /dev/null
20 +++ b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2-r1.ebuild
21 @@ -0,0 +1,19 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +PYTHON_COMPAT=( python3_{6,7,8,9} )
27 +inherit distutils-r1
28 +
29 +DESCRIPTION="Python filtering architecture for the Courier MTA"
30 +HOMEPAGE="https://pypi.org/project/courier-pythonfilter/"
31 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 +
33 +LICENSE="GPL-3"
34 +SLOT="0"
35 +KEYWORDS="~amd64"
36 +IUSE=""
37 +
38 +RDEPEND="mail-mta/courier"
39 +DEPEND="${RDEPEND}
40 + dev-python/setuptools[${PYTHON_USEDEP}]"