Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiosmtpd/
Date: Fri, 29 Jan 2021 09:00:27
Message-Id: 1611910810.a04af5412967e7fca8b23631dda3c5d37d69b7b8.mgorny@gentoo
1 commit: a04af5412967e7fca8b23631dda3c5d37d69b7b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 08:26:55 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 09:00:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a04af541
7
8 dev-python/aiosmtpd: Bump to 1.2.4
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/aiosmtpd/Manifest | 1 +
13 dev-python/aiosmtpd/aiosmtpd-1.2.4.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/dev-python/aiosmtpd/Manifest b/dev-python/aiosmtpd/Manifest
17 index bb4465d92f1..8b556c8d1d9 100644
18 --- a/dev-python/aiosmtpd/Manifest
19 +++ b/dev-python/aiosmtpd/Manifest
20 @@ -1,2 +1,3 @@
21 DIST aiosmtpd-1.2.2.tar.gz 170459 BLAKE2B abf178c28a21c25e8a7c7ed920c154f037aaa21da5d2dfa0ee8cae7d239d00d5a979eedfb3865e3de7e54e7da94ea8a1e6b5194681a2137ac7d8f0f69d82e3a6 SHA512 7ffc279a73685601496dbfffef30a78cc254a76f8c8fccd0c7b7efe41da66672f0d8662f302eb928e90eb8977b859cb7e713415d0aa5e93f369ef23bdff405fc
22 +DIST aiosmtpd-1.2.4.tar.gz 83329 BLAKE2B accecbc3fe66efc748d0bc3c85504d731005b907435fada5b3c7ae0f7778e89f19d7c15a7edb194a7ba6310a450132728557a441b3fb2958d3658b0a15d3ccf5 SHA512 dc6041e284daceb89f8ca83b5cd715a5811eb4cf76504c23112e24c97d6c88480667c713ce094c2dcbc5b12a80605e551b6aadc4b1ce499089be68c7c4e7df8c
23 DIST aiosmtpd-1.2.tar.gz 51457 BLAKE2B c2dba38c5d5a243a65c332cb3b6bf85a124eb6ab9c3526d0ef57788eb7e24e64ec86c56eeaa57e5171631c8a965447f125366741b1d1c54fb48473da5123ed40 SHA512 520b0fae80423d3963d4f17ef393cc0ce9e342fd1237c909159706bfe1e13f27df849fbc14aa1c94ad02e7c9108308984b6f9e21c7dbddb09093ef00884983d8
24
25 diff --git a/dev-python/aiosmtpd/aiosmtpd-1.2.4.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.2.4.ebuild
26 new file mode 100644
27 index 00000000000..b1e3efbb9ab
28 --- /dev/null
29 +++ b/dev-python/aiosmtpd/aiosmtpd-1.2.4.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +DISTUTILS_USE_SETUPTOOLS=rdepend
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="asyncio based SMTP server"
41 +HOMEPAGE="https://aiosmtpd.readthedocs.io/en/latest/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +
48 +RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]"
49 +
50 +distutils_enable_tests pytest