mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-29 09:33:05 +01:00
Merge branch 'it4i-salomon'
Former-commit-id: db7fbbe00f63ac86c69e7a58b86f237a955d983f
This commit is contained in:
commit
dcc51f1b8e
24
r/ranger/ranger-1.9.1-Py-3.6.eb
Normal file
24
r/ranger/ranger-1.9.1-Py-3.6.eb
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user