dev-python/aiosmtplib: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Skyler Mäntysaari <gentoo@samip.fi>
This commit is contained in:
Skyler Mäntysaari
2021-03-13 21:03:02 +02:00
parent 7fd5abfe9d
commit c00010260e
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
RESTRICT=mirror
DESCRIPTION="Asynchronous SMTP client for use with asyncio"
HOMEPAGE="https://pypi.org/project/aiosmtplib/ https://github.com/cole/aiosmtplib"
#SRC_URI="https://github.com/cole/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~arm ~arm64 ~amd64 ~x86"