summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:04:02 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:21 +0100
commitdc805d277e3a864b01df1f41a9b8012862d81847 (patch)
tree6d9395f6f46dde9738881dd323dcfbfcaf121404
parentdev-vcs/svneverever: Use pypi.eclass (diff)
downloadgentoo-dc805d277e3a864b01df1f41a9b8012862d81847.tar.gz
gentoo-dc805d277e3a864b01df1f41a9b8012862d81847.tar.bz2
gentoo-dc805d277e3a864b01df1f41a9b8012862d81847.zip
mail-filter/afew: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--mail-filter/afew/afew-3.0.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail-filter/afew/afew-3.0.1.ebuild b/mail-filter/afew/afew-3.0.1.ebuild
index 1643bb8811f2..181419fef160 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -7,11 +7,10 @@ DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Initial tagging script for Notmuch"
HOMEPAGE="https://github.com/afewmail/afew"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"