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


class PyRangerFm(PythonPackage):
    """A VIM-inspired filemanager for the console"""

    pypi = "ranger-fm/ranger-fm-1.9.2.tar.gz"
    git = "https://github.com/ranger/ranger.git"

    version("1.9.2", sha256="0ec62031185ad1f40b9faebd5a2d517c8597019c2eee919e3f1c60ce466d8625")

    # pip silently replaces distutils with setuptools
    depends_on("py-setuptools", type="build")