dev-python/graphql-relay: update SRC_URI
This commit is contained in:
parent
975988c9ac
commit
acbe1e7a93
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue