commit:     d054e029f134f8526a5049902375342ba79d19c9
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Jan 13 02:55:10 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jan 13 03:11:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d054e029

dev-python/cmarkgfm: switch to DISTUTILS_USE_PEP517

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild 
b/dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild
index cc36e1a6c..9c5b8ba3a 100644
--- a/dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild
+++ b/dev-python/cmarkgfm/cmarkgfm-2022.3.4.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 edos2unix
 

Reply via email to