easyconfigs-it4i/r/ranger/ranger-1.9.1-Py-3.6.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

25 lines
753 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'ranger'
version = '1.9.1'
homepage = 'https://github.com/ranger/ranger'
description = 'ranger is a console file manager with VI key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with rifle, a file launcher that is good at automatically finding out which program to use for what file type.'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = ['https://github.com/ranger/ranger/archive']
sources = ["v%(version)s.tar.gz"]
# dependencies = [
# ('MarkupSafe', '1.0'),
#]
sanity_check_paths = {
'files': ['bin/ranger', 'bin/rifle'],
'dirs': ['lib/python3.6/site-packages/%(name)s'],
}
moduleclass = 'python'