Files
gentoo/app-text/cssmin/cssmin-0.2.0-r1.ebuild
Alfred Wingate d20a0335d0 app-text/cssmin: enable py3.15
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1480
Signed-off-by: Sam James <sam@gentoo.org>
2026-07-20 21:12:42 +01:00

20 lines
414 B
Bash

# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
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 arm64 x86"