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: Tue, 01 Feb 2022 15:00:51
Message-Id: 1643727640.42312c70e44fbe1896321b9842c32d6147565576.hanno@gentoo
1 commit: 42312c70e44fbe1896321b9842c32d6147565576
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 15:00:40 2022 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 15:00:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42312c70
7
8 mail-filter/courier-pythonfilter: Version bump and python 3.10
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12
13 mail-filter/courier-pythonfilter/Manifest | 1 +
14 .../courier-pythonfilter-3.0.3.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/mail-filter/courier-pythonfilter/Manifest b/mail-filter/courier-pythonfilter/Manifest
18 index d3b5583d0ca8..62b8a02241b7 100644
19 --- a/mail-filter/courier-pythonfilter/Manifest
20 +++ b/mail-filter/courier-pythonfilter/Manifest
21 @@ -1 +1,2 @@
22 DIST courier-pythonfilter-3.0.2.tar.gz 59121 BLAKE2B 6223ddd62c1c1af980720451e3446cd3b2296a243c5c8d3b5e60fd8640e3391ba2e561ea251bbacbb4a1c6cdbe7eccf6f7ff8221d952cf5703d389b0267a1a2f SHA512 62985a3fefc2d324b3ba7035117e88e4e246815e63fe1b681af11a38a20ea55e649a233c1979b918b166f5c2abbcc22037f215b73be298763f777648249cd652
23 +DIST courier-pythonfilter-3.0.3.tar.gz 61994 BLAKE2B 286e9b9af580512080663cf392d9ebbe12bb35e527e3b8ab5b2c10109049d7dd3ff227f17cce126f6fdf7cf4053b163e494ad23f4260a3778a5ed58af5b50f0e SHA512 0dda245f634a181a363e99be0641c627f778d5c7d3dc67c0fab27a6471d5d4a76d24e371ffe72456653875ffcae58eb423f5885fd483d5882f0dd75be5b946ff
24
25 diff --git a/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.3.ebuild b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.3.ebuild
26 new file mode 100644
27 index 000000000000..4b1e392935d5
28 --- /dev/null
29 +++ b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.3.ebuild
30 @@ -0,0 +1,18 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{7,8,9,10} )
36 +DISTUTILS_USE_SETUPTOOLS=no
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Python filtering architecture for the Courier MTA"
40 +HOMEPAGE="https://pypi.org/project/courier-pythonfilter/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="GPL-3"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +IUSE=""
47 +
48 +DEPEND="mail-mta/courier"