summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:39 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:20:28 +0100
commit7480c9b6cd2fbb8f14fc3a179c2036be64e27a66 (patch)
treee2f7d9fbf32525f4167610ef6f123518641d20dc
parentdev-python/DBUtils: Use pypi.eclass (diff)
downloadgentoo-7480c9b6cd2fbb8f14fc3a179c2036be64e27a66.tar.gz
gentoo-7480c9b6cd2fbb8f14fc3a179c2036be64e27a66.tar.bz2
gentoo-7480c9b6cd2fbb8f14fc3a179c2036be64e27a66.zip
dev-python/django-taggit: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/django-taggit/django-taggit-3.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-taggit/django-taggit-3.1.0.ebuild b/dev-python/django-taggit/django-taggit-3.1.0.ebuild
index d4fb672d7059..5e8c8914b4e3 100644
--- a/dev-python/django-taggit/django-taggit-3.1.0.ebuild
+++ b/dev-python/django-taggit/django-taggit-3.1.0.ebuild
@@ -5,11 +5,11 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
DESCRIPTION="Simple tagging for Django"
HOMEPAGE="https://github.com/jazzband/django-taggit"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"