diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-08 01:04:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-08 01:04:09 +0000 |
| commit | 015ad034e98ecb08edb4cddf7ce858d75cd51e90 (patch) | |
| tree | b36de046d38432c904987a94446aea6128006298 /dev-python/hypercorn | |
| parent | c541aafc02278dc549d64f2141e0e4bb443f8767 (diff) | |
| download | baldeagleos-repo-015ad034e98ecb08edb4cddf7ce858d75cd51e90.tar.gz baldeagleos-repo-015ad034e98ecb08edb4cddf7ce858d75cd51e90.tar.xz baldeagleos-repo-015ad034e98ecb08edb4cddf7ce858d75cd51e90.zip | |
Adding metadata
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 |
