mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-python/sphinx-click: use PEP517
Closes: https://bugs.gentoo.org/921796 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!-- maintainer-needed -->
|
||||
<longdescription lang="en">
|
||||
sphinx-click is a Sphinx plugin that allows you to automatically extract documentation from a click-based application and include it in your docs.
|
||||
</longdescription>
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">click-contrib/sphinx-click</remote-id>
|
||||
<remote-id type="pypi">sphinx-click</remote-id>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{10..12} pypy3 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user