Skip to content
Snippets Groups Projects
Commit dad35cc8 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'yuicompressor' into '2023'

yuicompressor

See merge request software-team/easybuild!1716
parents c6cc6b8f 9ced4e51
Branches
No related tags found
No related merge requests found
easyblock = 'PythonPackage'
name = 'yuicompressor'
version = '2.4.8'
homepage = 'https://github.com/sprat/yuicompressor'
description = """YUI Compressor is a JavaScript and CSS minifier written in Java."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://github.com/sprat/yuicompressor/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['0054abb77cc151147597aeaa5b47b6843925d3293e2e44d5b36e68ee54a1154f']
builddependencies = [
('binutils', '2.38'),
('pkgconf', '1.8.0'),
]
dependencies = [
('Python', '3.10.4'),
('Java', '11', '', SYSTEM),
]
use_pip = True
sanity_pip_check = True
download_dep_fail = True
sanity_check_paths = {
'files': ['bin/%(name)s'],
'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s'],
}
moduleclass = 'vis'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment