summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ipython-genutils/package.py
blob: e09aca3606b1d040ce4422ea98425eb699a80435 (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 PyIpythonGenutils(PythonPackage):
    """Vestigial utilities from IPython"""

    homepage = "https://pypi.python.org/pypi/ipython_genutils"
    url      = "https://pypi.io/packages/source/i/ipython_genutils/ipython_genutils-0.1.0.tar.gz"

    version('0.1.0', '9a8afbe0978adbcbfcb3b35b2d015a56')

    depends_on('python@2.7:2.8,3.3:')