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: mail-filter/afew/
Date: Thu, 16 Mar 2023 18:52:51
Message-Id: 1678992621.dc805d277e3a864b01df1f41a9b8012862d81847.mgorny@gentoo
1 commit: dc805d277e3a864b01df1f41a9b8012862d81847
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:02 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc805d27
7
8 mail-filter/afew: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 mail-filter/afew/afew-3.0.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/mail-filter/afew/afew-3.0.1.ebuild b/mail-filter/afew/afew-3.0.1.ebuild
16 index 1643bb8811f2..181419fef160 100644
17 --- a/mail-filter/afew/afew-3.0.1.ebuild
18 +++ b/mail-filter/afew/afew-3.0.1.ebuild
19 @@ -7,11 +7,10 @@ DISTUTILS_SINGLE_IMPL=1
20 DISTUTILS_USE_SETUPTOOLS=rdepend
21 PYTHON_COMPAT=( python3_{9..10} )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Initial tagging script for Notmuch"
27 HOMEPAGE="https://github.com/afewmail/afew"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="ISC"
31 SLOT="0"