mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
29 lines
770 B
Plaintext
29 lines
770 B
Plaintext
easyblock = "PythonPackage"
|
|
|
|
name = 'Mercurial'
|
|
version = '2.5.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': 'goolf', 'version': '1.4.10'}
|
|
|
|
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'
|