diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/aiosmtpd | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/aiosmtpd')
-rw-r--r-- | dev-python/aiosmtpd/Manifest | 3 | ||||
-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, 51 deletions
diff --git a/dev-python/aiosmtpd/Manifest b/dev-python/aiosmtpd/Manifest deleted file mode 100644 index b83f3671568e..000000000000 --- a/dev-python/aiosmtpd/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST aiosmtpd-1.4.2.tar.gz 140630 BLAKE2B 9a725d3aa28943afbb14fb6792e0115cf4bc257250da815183c9c9e6b293cf71ac836cc811f50e48bc450d3f629f74d1948aaef78d44852bc96fb3daf0398605 SHA512 b910ae4c00b52f59b9f2199b296a1b76caa7567cbcd2e27c73d4ec894e9b48cd8190090083ce33b87dc924c4394a6425506355951208af65b89a6c1abe371114 -EBUILD aiosmtpd-1.4.2.ebuild 750 BLAKE2B 66a6d103c69d91e59f27c2c54c5bfdeb8376be5a366602f9825971d0067a15b0c32b23ae283b99171eace58014fb50a3d0c407e3dc80da5c3d0c313eb6e89ab3 SHA512 9c06dda2aac6276db5abac43e97ca1848492512b195ac5c5a9577c3168c5e04eff1903514e01f6712ebf1723df2d994ceb39d3a242ebc83086e9e5a3a810e9d5 -MISC metadata.xml 508 BLAKE2B 5b79b0a6f58823d9a3a31b0db9c05d2b24cbcb8c3977b40c5a764666cac1f008222f1be10500cdd30f4a23d631093837993d6c21d77a6d0fc384303f7b507f21 SHA512 151f24e7d939f62360b979c9eeed10e6bddcafbafb6a30d86df8c8f844e25ecaaa8d731114f7744aac8a25d310489b21d26b9d890a6c5e9ca3147e485cd5f0bb 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 3c32f8604a09..000000000000 --- a/dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -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> |