easyblock = "PythonPackage" name = 'Mercurial' version = '3.2.4' 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': 'foss', 'version': '2015a'} source_urls = ['http://mercurial.selenic.com/release/'] sources = [SOURCELOWER_TAR_GZ] local_python = "Python" local_pythonversion = '2.7.9' local_pythonshortversion = ".".join(local_pythonversion.split(".")[:-1]) versionsuffix = "-%s-%s" % (local_python, local_pythonversion) dependencies = [(local_python, local_pythonversion)] sanity_check_paths = { 'files': ['bin/hg'], 'dirs': ['lib/local_python%s/site-packages/mercurial' % local_pythonshortversion], } moduleclass = 'tools'