Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/aiosmtpd/
Date: Sun, 05 Jun 2022 14:18:52
Message-Id: 1654438589.9e29c410cabe1fc7d13c61cc54177ef47d3661fb.jsmolic@gentoo
1 commit: 9e29c410cabe1fc7d13c61cc54177ef47d3661fb
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 14:11:48 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 14:16:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e29c410
7
8 dev-python/aiosmtpd: treeclean
9
10 Closes: https://bugs.gentoo.org/834559
11 Closes: https://bugs.gentoo.org/812287
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 dev-python/aiosmtpd/Manifest | 1 -
15 dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild | 31 -------------------------------
16 dev-python/aiosmtpd/metadata.xml | 17 -----------------
17 profiles/package.mask | 8 --------
18 4 files changed, 57 deletions(-)
19
20 diff --git a/dev-python/aiosmtpd/Manifest b/dev-python/aiosmtpd/Manifest
21 deleted file mode 100644
22 index db127185fac4..000000000000
23 --- a/dev-python/aiosmtpd/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST aiosmtpd-1.4.2.tar.gz 140630 BLAKE2B 9a725d3aa28943afbb14fb6792e0115cf4bc257250da815183c9c9e6b293cf71ac836cc811f50e48bc450d3f629f74d1948aaef78d44852bc96fb3daf0398605 SHA512 b910ae4c00b52f59b9f2199b296a1b76caa7567cbcd2e27c73d4ec894e9b48cd8190090083ce33b87dc924c4394a6425506355951208af65b89a6c1abe371114
27
28 diff --git a/dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild
29 deleted file mode 100644
30 index 18bcf0623277..000000000000
31 --- a/dev-python/aiosmtpd/aiosmtpd-1.4.2.ebuild
32 +++ /dev/null
33 @@ -1,31 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python3_{7..10} )
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="asyncio based SMTP server"
44 -HOMEPAGE="https://aiosmtpd.readthedocs.io/en/latest/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -RDEPEND="
52 - dev-python/atpublic[${PYTHON_USEDEP}]
53 - dev-python/attrs[${PYTHON_USEDEP}]
54 - $(python_gen_cond_dep '
55 - dev-python/typing-extensions[${PYTHON_USEDEP}]
56 - ' python3_7)"
57 -BDEPEND="
58 - test? (
59 - >=dev-python/pytest-6[${PYTHON_USEDEP}]
60 - dev-python/pytest-mock[${PYTHON_USEDEP}]
61 - )"
62 -
63 -# TODO: run doctests using sphinx?
64 -distutils_enable_tests pytest
65
66 diff --git a/dev-python/aiosmtpd/metadata.xml b/dev-python/aiosmtpd/metadata.xml
67 deleted file mode 100644
68 index 147b82dfad6e..000000000000
69 --- a/dev-python/aiosmtpd/metadata.xml
70 +++ /dev/null
71 @@ -1,17 +0,0 @@
72 -<?xml version="1.0" encoding="UTF-8"?>
73 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
74 -<pkgmetadata>
75 - <maintainer type="project">
76 - <email>python@g.o</email>
77 - <name>Python</name>
78 - </maintainer>
79 - <maintainer type="person">
80 - <email>prometheanfire@g.o</email>
81 - <name>Matthew Thode</name>
82 - </maintainer>
83 - <stabilize-allarches/>
84 - <upstream>
85 - <remote-id type="github">aio-libs/aiosmtpd</remote-id>
86 - <remote-id type="pypi">aiosmtpd</remote-id>
87 - </upstream>
88 -</pkgmetadata>
89
90 diff --git a/profiles/package.mask b/profiles/package.mask
91 index 64d40caa52ac..db06d4795c3a 100644
92 --- a/profiles/package.mask
93 +++ b/profiles/package.mask
94 @@ -367,14 +367,6 @@ dev-python/rcssmin
95 dev-python/rjsmin
96 dev-python/robot-detection
97
98 -# Michał Górny <mgorny@g.o> (2022-05-06)
99 -# Mailman along with a bunch of dependencies that are of bad quality.
100 -# At the very least, the Mailman packages need a dedicated maintainer.
101 -# Their Python dependencies can be maintained by the Python team
102 -# if someone takes care of getting the tests working.
103 -# Removal on 2022-06-05. Bug #842888.
104 -dev-python/aiosmtpd
105 -
106 # Matt Turner <mattst88@g.o> (2022-04-30)
107 # Masked for testing. Apparently causes crashes. Bug #841857.
108 >=x11-libs/libX11-1.8