mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
dev-python/markdown-include: fix QA setuptools warning
Closes: https://bugs.gentoo.org/800161 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
@@ -16,3 +17,8 @@ KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/description-file/description_file/" setup.cfg || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
#DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
@@ -17,3 +17,8 @@ KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=dev-python/markdown-3.4[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/description-file/description_file/" setup.cfg || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user