diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-25 05:58:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-25 06:01:55 +0100 |
commit | 1d6ff5c85142c3934163b855c024fb24aa156138 (patch) | |
tree | b69829ca17bc33674a479307bc8092151432f40d /app-text | |
parent | dev-python/python-neutronclient: Remove old (diff) | |
download | gentoo-1d6ff5c85142c3934163b855c024fb24aa156138.tar.gz gentoo-1d6ff5c85142c3934163b855c024fb24aa156138.tar.bz2 gentoo-1d6ff5c85142c3934163b855c024fb24aa156138.zip |
app-text/cssmin: Use PEP517 build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/cssmin/cssmin-0.2.0-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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" |