summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ranger/package.py
blob: 1b74137366c2e8c9144eed76aed4f2f9a817f5c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2019 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 PyRanger(PythonPackage):
    """A VIM-inspired filemanager for the console"""

    homepage = "http://ranger.nongnu.org/"
    url      = "https://github.com/ranger/ranger/archive/v1.7.2.tar.gz"

    version('1.7.2', '27805c3ab7ec4b129e1b93249506d925')

    depends_on('python@2.6:')