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

View file

@ -3,13 +3,13 @@
EAPI=8 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" DESCRIPTION="Relay library for graphql-core-next"
HOMEPAGE="https://github.com/graphql-python/graphql-relay-py" 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" LICENSE="MIT"
SLOT="0" SLOT="0"