summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:02:26 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:28:45 +0100
commit1192ad7cc64530b1dd02af666681491491dafb83 (patch)
treeab9051f33fcb15b52eb86cc76367fafcd80ac482 /dev-python/django-redis
parentdev-python/diff-match-patch: Use pypi.eclass (diff)
downloadgentoo-1192ad7cc64530b1dd02af666681491491dafb83.tar.gz
gentoo-1192ad7cc64530b1dd02af666681491491dafb83.tar.bz2
gentoo-1192ad7cc64530b1dd02af666681491491dafb83.zip
dev-python/django-redis: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-redis')
-rw-r--r--dev-python/django-redis/django-redis-5.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-redis/django-redis-5.2.0.ebuild b/dev-python/django-redis/django-redis-5.2.0.ebuild
index d4b717c47492..93fae35b6975 100644
--- a/dev-python/django-redis/django-redis-5.2.0.ebuild
+++ b/dev-python/django-redis/django-redis-5.2.0.ebuild
@@ -3,12 +3,12 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Full featured redis cache backend for Django"
HOMEPAGE="https://github.com/jazzband/django-redis/"
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
LICENSE="BSD"
SLOT="0"