commit:     1d6ff5c85142c3934163b855c024fb24aa156138
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 04:58:15 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 05:01:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6ff5c8

app-text/cssmin: Use PEP517 build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/cssmin/cssmin-0.2.0-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild 
b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
index f0b61ca513a5..b3d88778b80c 100644
--- a/app-text/cssmin/cssmin-0.2.0-r1.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -3,11 +3,16 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
+
 inherit distutils-r1 pypi
 
 DESCRIPTION="Python port of the YUI CSS compression algorithm"
-HOMEPAGE="https://pypi.org/project/cssmin/ 
https://github.com/zacharyvoase/cssmin";
+HOMEPAGE="
+       https://pypi.org/project/cssmin/
+       https://github.com/zacharyvoase/cssmin/
+"
 
 LICENSE="MIT BSD"
 SLOT="0"

Reply via email to