summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-jsmin/package.py
blob: a6cc00b0bb533828b9ed7a466360a4cb045f9d69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


class PyJsmin(PythonPackage):
    """JavaScript minifier."""

    homepage = "https://github.com/tikitu/jsmin/"
    pypi = "jsmin/jsmin-2.2.2.tar.gz"

    version('2.2.2', sha256='b6df99b2cd1c75d9d342e4335b535789b8da9107ec748212706ef7bbe5c2553b')

    depends_on('py-setuptools', type='build')