dev-python/graphene-django: update SRC_URI
This commit is contained in:
parent
a4e825dd10
commit
1a7e5f1d53
|
@ -3,12 +3,13 @@
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_{9..11} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Graphene Django integration"
|
DESCRIPTION="Graphene Django integration"
|
||||||
HOMEPAGE="https://pypi.org/project/graphene-django/"
|
HOMEPAGE="https://pypi.org/project/graphene-django/"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
SRC_URI="$(pypi_sdist_url --no-normalize)"
|
||||||
|
S=${WORKDIR}/${P^}
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
Loading…
Reference in a new issue