From b6cf7db22c379656880bf95d2c2bf2082906fb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Wed, 6 Jun 2018 08:21:43 +0200 Subject: [PATCH] new file: r/ranger/ranger-1.9.1-Py-3.6.eb Former-commit-id: ff19818eeb7b88c5d73866e830e5d06c51b0aaa7 --- r/ranger/ranger-1.9.1-Py-3.6.eb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 r/ranger/ranger-1.9.1-Py-3.6.eb 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'