diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-10 22:30:12 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-10 22:30:50 -0600 |
commit | 79b4900762b744e951b7f7ab5cc9db6cdc2818e8 (patch) | |
tree | baf22604d252f00d996239ce9d0c114d16883f32 /net-mail/mailman/mailman-3.1.1.ebuild | |
parent | dev-python/aiosmtpd: 1.0 for mailman-3.1.1 (diff) | |
download | gentoo-79b4900762b744e951b7f7ab5cc9db6cdc2818e8.tar.gz gentoo-79b4900762b744e951b7f7ab5cc9db6cdc2818e8.tar.bz2 gentoo-79b4900762b744e951b7f7ab5cc9db6cdc2818e8.zip |
net-mail/mailman: adding 3.1.1 for dev
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-mail/mailman/mailman-3.1.1.ebuild')
-rw-r--r-- | net-mail/mailman/mailman-3.1.1.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/net-mail/mailman/mailman-3.1.1.ebuild b/net-mail/mailman/mailman-3.1.1.ebuild new file mode 100644 index 000000000000..e8c5877caad4 --- /dev/null +++ b/net-mail/mailman/mailman-3.1.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_4 python3_5 python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Mailman -- the GNU mailing list manager" +HOMEPAGE="http://www.list.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +#KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="" # nothing til this is finished +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + ~dev-python/aiosmtpd-1.0[${PYTHON_USEDEP}] + dev-python/alembic[${PYTHON_USEDEP}] + dev-python/atpublic[${PYTHON_USEDEP}] + >=dev-python/dnspython-1.14.0[${PYTHON_USEDEP}] + >=dev-python/falcon-1.0.0[${PYTHON_USEDEP}] + dev-python/flufl-bounce[${PYTHON_USEDEP}] + >=dev-python/flufl-i18n-2.0.1[${PYTHON_USEDEP}] + >=dev-python/flufl-lock-3.1[${PYTHON_USEDEP}] + dev-python/lazr-config[${PYTHON_USEDEP}] + dev-python/passlib[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP}] + dev-python/zope-component[${PYTHON_USEDEP}] + dev-python/zope-configuration[${PYTHON_USEDEP}] + dev-python/zope-event[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] +" |