Files
guru/dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
Andrew Ammerlaan bca26fdfcd dev-python/aiosmtplib: move DISTUTILS_USE_SETUPTOOLS to pre-inherit
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2021-03-28 11:37:26 +02:00

23 lines
539 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="Asynchronous SMTP client for use with asyncio"
HOMEPAGE="https://pypi.org/project/aiosmtplib/ https://github.com/cole/aiosmtplib"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DEPEND="dev-python/pyproject2setuppy"
RDEPEND="${DEPEND}"
RESTRICT="mirror"