From 1192ad7cc64530b1dd02af666681491491dafb83 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 17 Mar 2023 13:02:26 +0100 Subject: dev-python/django-redis: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/django-redis/django-redis-5.2.0.ebuild | 4 ++-- 1 file 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" -- cgit v1.2.3-65-gdbad