diff --git a/dev-python/aiosmtpd/Manifest b/dev-python/aiosmtpd/Manifest new file mode 100644 index 0000000..09eb297 --- /dev/null +++ b/dev-python/aiosmtpd/Manifest @@ -0,0 +1 @@ +DIST aiosmtpd-1.4.4.tar.gz 152146 BLAKE2B e1708da16734d11958cb38093c6789483fe6246a8c472a4ca3c65b7bb015567aa0b9037d5468213b273ef5449f6217c36d7b02dea4dcff7c92f656288589b3b3 SHA512 52bf6883aac749d8873b0c6d318c9bddfdcb6c66b9140c276c32305da08f974a7d47af3453b1775330147f9829c82cb8ac3bd1833c41bd64a99524f64ceee3d0 diff --git a/dev-python/aiosmtpd/aiosmtpd-1.4.4.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.4.4.ebuild new file mode 100644 index 0000000..18bcf06 --- /dev/null +++ b/dev-python/aiosmtpd/aiosmtpd-1.4.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..10} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="asyncio based SMTP server" +HOMEPAGE="https://aiosmtpd.readthedocs.io/en/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/atpublic[${PYTHON_USEDEP}] + dev-python/attrs[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing-extensions[${PYTHON_USEDEP}] + ' python3_7)" +BDEPEND=" + test? ( + >=dev-python/pytest-6[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + )" + +# TODO: run doctests using sphinx? +distutils_enable_tests pytest diff --git a/dev-python/aiosmtpd/metadata.xml b/dev-python/aiosmtpd/metadata.xml new file mode 100644 index 0000000..147b82d --- /dev/null +++ b/dev-python/aiosmtpd/metadata.xml @@ -0,0 +1,17 @@ + + + + + python@gentoo.org + Python + + + prometheanfire@gentoo.org + Matthew Thode + + + + aio-libs/aiosmtpd + aiosmtpd + +