commit: f3db1af03c154153ebd69e3bbed3b98aa41e67e6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 17:00:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 17:05:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3db1af0
app-text/cssmin: PEP517, pypi.eclass
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/cssmin/cssmin-0.2.0-r1.ebuild | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild
b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
new file mode 100644
index 000000000000..9d989698550f
--- /dev/null
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+LICENSE="MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"