mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/aiosmtplib: Fixed the ebuild.
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Skyler Mäntysaari <gentoo@samip.fi>
This commit is contained in:
@@ -5,15 +5,22 @@ EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
RESTRICT=mirror
|
||||
inherit distutils-r1
|
||||
|
||||
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"
|
||||
|
||||
DEPEND="dev-python/pyproject2setuppy"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RESTRICT=mirror
|
||||
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user