dev-python/graphene-django: update SRC_URI

This commit is contained in:
Alarig Le Lay 2023-05-24 22:50:17 +02:00
parent a4e825dd10
commit 1a7e5f1d53
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 4 additions and 3 deletions

View File

@ -3,12 +3,13 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 pypi
DESCRIPTION="Graphene Django integration"
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"
SLOT="0"