mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/pyproject2ebuild: put DISTUTILS_USE_PEP517 before inherit
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_1{1..3})
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
|
||||
HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild"
|
||||
|
||||
Reference in New Issue
Block a user