commit: 6d12b03fb1f0dad081880a78f301297364c376e6
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 17:18:12 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 17:18:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d12b03f
mail-filter/courier-pythonfilter: Python 3.8/3.9 support
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.5, Repoman-3.0.1
.../courier-pythonfilter-3.0.2-r1.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
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
new file mode 100644
index 00000000000..c7253148cca
--- /dev/null
+++ b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.2-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Python filtering architecture for the Courier MTA"
+HOMEPAGE="https://pypi.org/project/courier-pythonfilter/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="mail-mta/courier"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"