mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/hypercorn: use pep517
Closes: https://bugs.gentoo.org/875857 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
# bug #834994
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{8..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
|
||||
|
||||
Reference in New Issue
Block a user