aff96d017db14cf784263e6cdac215f6f4d76733
Hanno Böck add courier-pythonfilter

Hanno Böck authored 7 years ago

1) # Copyright 1999-2017 Gentoo Foundation
2) # Distributed under the terms of the GNU General Public License v2
3) 
4) EAPI=6
5) 
6) PYTHON_COMPAT=( python2_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="http://phantom.dragonsdawn.net/~gordon/${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"