summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-21 17:00:40 +0000
committerSam James <sam@gentoo.org>2023-02-21 17:05:52 +0000
commitf3db1af03c154153ebd69e3bbed3b98aa41e67e6 (patch)
tree7d7d8c9cf395eaca7dd0aadd575391d34494016d /app-text/cssmin
parentdev-python/flask-paginate: PEP517, github distfile name (diff)
downloadgentoo-f3db1af03c154153ebd69e3bbed3b98aa41e67e6.tar.gz
gentoo-f3db1af03c154153ebd69e3bbed3b98aa41e67e6.tar.bz2
gentoo-f3db1af03c154153ebd69e3bbed3b98aa41e67e6.zip
app-text/cssmin: PEP517, pypi.eclass
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/cssmin')
-rw-r--r--app-text/cssmin/cssmin-0.2.0-r1.ebuild14
1 files changed, 14 insertions, 0 deletions
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"