summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:02:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:29:03 +0100
commitea29554eb8d4cab30c6e200158de80dfdd080f85 (patch)
tree845c445a72511273521e0321b9f08e0ba5790e94 /mail-filter
parentdev-vcs/git-big-picture: Use pypi.eclass (diff)
downloadgentoo-ea29554eb8d4cab30c6e200158de80dfdd080f85.tar.gz
gentoo-ea29554eb8d4cab30c6e200158de80dfdd080f85.tar.bz2
gentoo-ea29554eb8d4cab30c6e200158de80dfdd080f85.zip
mail-filter/spf-engine: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/spf-engine/spf-engine-2.9.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spf-engine/spf-engine-2.9.3.ebuild b/mail-filter/spf-engine/spf-engine-2.9.3.ebuild
index cd5b4ddf5002..bc923ece8954 100644
--- a/mail-filter/spf-engine/spf-engine-2.9.3.ebuild
+++ b/mail-filter/spf-engine/spf-engine-2.9.3.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_9 python3_10 )
# The built-in ipaddress module handles the parsing of IP addresses. If
@@ -11,11 +12,10 @@ PYTHON_COMPAT=( python3_9 python3_10 )
# other words, it's completely broken.
PYTHON_REQ_USE="ipv6(+)"
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Policy daemon and milter for Postfix SPF verification"
HOMEPAGE="https://launchpad.net/spf-engine"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"