diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-10 22:23:34 -0600 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-10 22:30:47 -0600 |
| commit | f218efbf113022b7bd647c596b427ec91c016d78 (patch) | |
| tree | 0db1e9c75e01058cf271a48ded0a60497154ed2f /dev-python/aiosmtpd/aiosmtpd-1.0.ebuild | |
| parent | e1ac087e2aa2dc358636acd6131c1563ebca19cb (diff) | |
| download | gentoo-f218efbf113022b7bd647c596b427ec91c016d78.tar.gz gentoo-f218efbf113022b7bd647c596b427ec91c016d78.tar.bz2 gentoo-f218efbf113022b7bd647c596b427ec91c016d78.zip | |
dev-python/aiosmtpd: 1.0 for mailman-3.1.1
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-python/aiosmtpd/aiosmtpd-1.0.ebuild')
| -rw-r--r-- | dev-python/aiosmtpd/aiosmtpd-1.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/aiosmtpd/aiosmtpd-1.0.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.0.ebuild new file mode 100644 index 000000000000..8595ce17c0db --- /dev/null +++ b/dev-python/aiosmtpd/aiosmtpd-1.0.ebuild @@ -0,0 +1,24 @@ +# 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="asyncio based SMTP server" +HOMEPAGE="http://aiosmtpd.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]" + +src_prepare() { + rm -r examples + distutils-r1_python_prepare_all +} |
