Merge branch 'it4i-salomon'

Former-commit-id: db7fbbe00f63ac86c69e7a58b86f237a955d983f
This commit is contained in:
Lukáš Krupčík 2018-06-06 08:28:12 +02:00
commit dcc51f1b8e

View File

@ -0,0 +1,24 @@
# 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'