easyconfigs-it4i/m/Mercurial/Mercurial-3.5-intel-2015b-Python-2.7.9.eb
2017-03-09 11:57:40 +01:00

30 lines
768 B
Plaintext

easyblock = "PythonPackage"
name = 'Mercurial'
version = '3.5'
homepage = 'http://mercurial.selenic.com/'
description = """Mercurial is a free, distributed source control management tool. It efficiently handles projects
of any size and offers an easy and intuitive interface.
"""
toolchain = {'name': 'intel', 'version': '2015b'}
source_urls = ['http://mercurial.selenic.com/release/']
sources = [SOURCELOWER_TAR_GZ]
python = "Python"
pythonversion = '2.7.9'
pythonshortversion = ".".join(pythonversion.split(".")[:-1])
versionsuffix = "-%s-%s" % (python, pythonversion)
dependencies = [(python, pythonversion)]
sanity_check_paths = {
'files': ['bin/hg'],
'dirs': ['lib/python%s/site-packages/mercurial' % pythonshortversion],
}
moduleclass = 'tools'