easyconfigs-it4i/m/Mercurial/Mercurial-2.3.2-ictce-5.3.0-Python-2.7.3.eb
2017-03-09 11:57:40 +01:00

30 lines
770 B
Plaintext

easyblock = "PythonPackage"
name = 'Mercurial'
version = '2.3.2'
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': 'ictce', 'version': '5.3.0'}
source_urls = ['http://mercurial.selenic.com/release/']
sources = [SOURCELOWER_TAR_GZ]
python = "Python"
pythonversion = '2.7.3'
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'