diff options
Diffstat (limited to 'dev-python/hypercorn')
| -rw-r--r-- | dev-python/hypercorn/hypercorn-0.13.2.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/hypercorn/hypercorn-0.13.2.ebuild b/dev-python/hypercorn/hypercorn-0.13.2.ebuild index 2ab6aa85fb32..380be00c0e0b 100644 --- a/dev-python/hypercorn/hypercorn-0.13.2.ebuild +++ b/dev-python/hypercorn/hypercorn-0.13.2.ebuild @@ -3,8 +3,7 @@ EAPI=8 -# bug #834994 -DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit distutils-r1 @@ -15,7 +14,10 @@ HOMEPAGE=" https://github.com/pgjones/hypercorn https://pypi.org/project/hypercorn/ " -SRC_URI="https://github.com/pgjones/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +SRC_URI=" + https://github.com/pgjones/hypercorn/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -42,4 +44,5 @@ PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" ) distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/pydata-sphinx-theme +distutils_enable_sphinx docs \ + dev-python/pydata-sphinx-theme |
