mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
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:
1
dev-python/aiosmtplib/Manifest
Normal file
1
dev-python/aiosmtplib/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST aiosmtplib-1.1.4.tar.gz 55375 BLAKE2B 0c08cb9d57acf82b10e41454dd705efe0ab965ab5dd5cc8627c4437da464b228d178ed414609a2c088982ed51a314ab03dfa1283562cab4f40212fe0fa6febc8 SHA512 5a453eaea3f04cd9d157516faa905dce3c863280f9980b2d84521c93423292487a73166e04123b7931b855f371508cf9b76ebf87e109ce0879a52b147e01b363
|
||||
19
dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
Normal file
19
dev-python/aiosmtplib/aiosmtplib-1.1.4.ebuild
Normal 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"
|
||||
|
||||
|
||||
|
||||
8
dev-python/aiosmtplib/metadata.xml
Normal file
8
dev-python/aiosmtplib/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@samip.fi</email>
|
||||
<name>Skyler Mäntysaari</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user