79de93fe4f92aca6df064a03506f2178af1a42ec
Hanno add courier-pythonfilter-3.0

Hanno authored 4 years ago

1) # Copyright 1999-2019 Gentoo Authors
2) # Distributed under the terms of the GNU General Public License v2
3) 
4) EAPI=7
5) 
6) PYTHON_COMPAT=( python3_{5,6,7} )
7) 
8) inherit distutils-r1
9) 
10) DESCRIPTION="Python filtering architecture for the Courier MTA"
11) HOMEPAGE="https://pypi.python.org/pypi/courier-pythonfilter/"
12) SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
13) 
14) LICENSE="GPL-3"
15) SLOT="0"
16) KEYWORDS="~amd64"
17) IUSE=""
18) 
19) RDEPEND=""
20) DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
21) 	mail-mta/courier"