summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-cycler/package.py
blob: 2e2c52811e2a41ef43ec0039074b2f502a0ff1ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 PyCycler(PythonPackage):
    """Composable style cycles."""

    homepage = "http://matplotlib.org/cycler/"
    url      = "https://github.com/matplotlib/cycler/archive/v0.10.0.tar.gz"

    version('0.10.0', '83dd0df7810e838b59e4dd9fa6e2d198')

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