dev-python/django-haystack: update SRC_URI
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
749bb5f452
commit
6accc0a14a
|
@ -4,12 +4,12 @@
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Pluggable search for Django"
|
DESCRIPTION="Pluggable search for Django"
|
||||||
HOMEPAGE="https://haystacksearch.org/"
|
HOMEPAGE="https://haystacksearch.org/"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
SRC_URI="$(pypi_sdist_url --no-normalize)"
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
Loading…
Reference in a new issue