diff options
author | 2022-06-05 16:11:48 +0200 | |
---|---|---|
committer | 2022-06-05 16:16:29 +0200 | |
commit | 9e29c410cabe1fc7d13c61cc54177ef47d3661fb (patch) | |
tree | 2cd68eb2518e911e758c39783a87dd473d415bcc /dev-python/aiosmtpd | |
parent | dev-python/django-compressor: treeclean (diff) | |
download | gentoo-9e29c410cabe1fc7d13c61cc54177ef47d3661fb.tar.gz gentoo-9e29c410cabe1fc7d13c61cc54177ef47d3661fb.tar.bz2 gentoo-9e29c410cabe1fc7d13c61cc54177ef47d3661fb.zip |
dev-python/aiosmtpd: treeclean
Closes: https://bugs.gentoo.org/834559
Closes: https://bugs.gentoo.org/812287
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/aiosmtpd')
-rw-r--r-- | dev-python/aiosmtpd/Manifest | 1 | ||||
-rw-r--r-- | dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild | 31 | ||||
-rw-r--r-- | dev-python/aiosmtpd/metadata.xml | 17 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/aiosmtpd/Manifest b/dev-python/aiosmtpd/Manifest deleted file mode 100644 index db127185fac4..000000000000 --- a/dev-python/aiosmtpd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST aiosmtpd-1.4.2.tar.gz 140630 BLAKE2B 9a725d3aa28943afbb14fb6792e0115cf4bc257250da815183c9c9e6b293cf71ac836cc811f50e48bc450d3f629f74d1948aaef78d44852bc96fb3daf0398605 SHA512 b910ae4c00b52f59b9f2199b296a1b76caa7567cbcd2e27c73d4ec894e9b48cd8190090083ce33b87dc924c4394a6425506355951208af65b89a6c1abe371114 diff --git a/dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild deleted file mode 100644 index 18bcf0623277..000000000000 --- a/dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="asyncio based SMTP server" -HOMEPAGE="https://aiosmtpd.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/atpublic[${PYTHON_USEDEP}] - dev-python/attrs[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/typing-extensions[${PYTHON_USEDEP}] - ' python3_7)" -BDEPEND=" - test? ( - >=dev-python/pytest-6[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - )" - -# TODO: run doctests using sphinx? -distutils_enable_tests pytest diff --git a/dev-python/aiosmtpd/metadata.xml b/dev-python/aiosmtpd/metadata.xml deleted file mode 100644 index 147b82dfad6e..000000000000 --- a/dev-python/aiosmtpd/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">aio-libs/aiosmtpd</remote-id> - <remote-id type="pypi">aiosmtpd</remote-id> - </upstream> -</pkgmetadata> |