summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:02:27 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:28:46 +0100
commitb59007298af6a4119165e974aec08da3b1504e70 (patch)
tree10db45c58505122a0bd5cf80a4353c8910b0cbb0 /dev-python/django-tagging
parentdev-python/django-redis: Use pypi.eclass (diff)
downloadgentoo-b59007298af6a4119165e974aec08da3b1504e70.tar.gz
gentoo-b59007298af6a4119165e974aec08da3b1504e70.tar.bz2
gentoo-b59007298af6a4119165e974aec08da3b1504e70.zip
dev-python/django-tagging: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-tagging')
-rw-r--r--dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild b/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
index 1394a682ddb3..395cf2286647 100644
--- a/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
+++ b/dev-python/django-tagging/django-tagging-0.5.0-r1.ebuild
@@ -3,14 +3,14 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Generic tagging application for Django"
HOMEPAGE="https://pypi.org/project/django-tagging/
https://github.com/Fantomas42/django-tagging"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"