summaryrefslogtreecommitdiff
path: root/dev-python/django-celery-results/django-celery-results-2.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-celery-results/django-celery-results-2.4.0.ebuild')
-rw-r--r--dev-python/django-celery-results/django-celery-results-2.4.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/django-celery-results/django-celery-results-2.4.0.ebuild b/dev-python/django-celery-results/django-celery-results-2.4.0.ebuild
index 362ac4a..d4f5858 100644
--- a/dev-python/django-celery-results/django-celery-results-2.4.0.ebuild
+++ b/dev-python/django-celery-results/django-celery-results-2.4.0.ebuild
@@ -6,12 +6,11 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
MY_P=${PN//-/_}-${PV}
DESCRIPTION="Celery Result Backends using the Django ORM/Cache framework."
HOMEPAGE="https://github.com/celery/django-celery-results"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="BSD"