dev-python/graphql-relay: update SRC_URI

This commit is contained in:
Alarig Le Lay 2023-05-24 23:38:36 +02:00
parent 975988c9ac
commit acbe1e7a93
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Relay library for graphql-core-next"
HOMEPAGE="https://github.com/graphql-python/graphql-relay-py"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="$(pypi_sdist_url --no-normalize)"
LICENSE="MIT"
SLOT="0"