summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-itsdangerous/package.py
blob: 9ee5505f934f86a5c50905617fa972f4d057cf7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2018 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)

from spack import *


class PyItsdangerous(PythonPackage):
    """Various helpers to pass trusted data to untrusted environments."""

    homepage = "http://github.com/mitsuhiko/itsdangerous"
    url = "https://pypi.io/packages/source/i/itsdangerous/itsdangerous-0.24.tar.gz"

    version('0.24', 'a3d55aa79369aef5345c036a8a26307f')

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