diff --git a/r/ranger/ranger-1.9.1-Py-3.6.eb b/r/ranger/ranger-1.9.1-Py-3.6.eb new file mode 100644 index 00000000..07fd3510 --- /dev/null +++ b/r/ranger/ranger-1.9.1-Py-3.6.eb @@ -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'