dev-python/hypercorn: update SRC_URI

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-05-31 11:53:33 +05:00
parent 7f7baf3660
commit 1e2188c288
2 changed files with 4 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
EAPI=8
# bug #834994
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,7 +15,7 @@ HOMEPAGE="
https://github.com/pgjones/hypercorn
https://pypi.org/project/hypercorn/
"
SRC_URI="https://github.com/pgjones/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/pgjones/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -41,6 +42,4 @@ PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" )
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/sphinxcontrib-napoleon \
dev-python/pydata-sphinx-theme
distutils_enable_sphinx docs dev-python/pydata-sphinx-theme