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/spf-engine/
Date: Fri, 17 Mar 2023 15:29:24
Message-Id: 1679066943.ea29554eb8d4cab30c6e200158de80dfdd080f85.mgorny@gentoo
1 commit: ea29554eb8d4cab30c6e200158de80dfdd080f85
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 12:02:38 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:29:03 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea29554e
7
8 mail-filter/spf-engine: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 mail-filter/spf-engine/spf-engine-2.9.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/mail-filter/spf-engine/spf-engine-2.9.3.ebuild b/mail-filter/spf-engine/spf-engine-2.9.3.ebuild
16 index cd5b4ddf5002..bc923ece8954 100644
17 --- a/mail-filter/spf-engine/spf-engine-2.9.3.ebuild
18 +++ b/mail-filter/spf-engine/spf-engine-2.9.3.ebuild
19 @@ -3,6 +3,7 @@
20
21 EAPI=8
22
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_9 python3_10 )
25
26 # The built-in ipaddress module handles the parsing of IP addresses. If
27 @@ -11,11 +12,10 @@ PYTHON_COMPAT=( python3_9 python3_10 )
28 # other words, it's completely broken.
29 PYTHON_REQ_USE="ipv6(+)"
30
31 -inherit distutils-r1
32 +inherit distutils-r1 pypi
33
34 DESCRIPTION="Policy daemon and milter for Postfix SPF verification"
35 HOMEPAGE="https://launchpad.net/spf-engine"
36 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37
38 LICENSE="Apache-2.0"
39 SLOT="0"