From 730d648cf956393c119f8bccd98c6c44961487a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 27 Aug 2018 15:19:45 +0200 Subject: [PATCH] new file: m/Mercurial/Mercurial-4.7-Py-2.7.eb Former-commit-id: 715af1ea03e09da03e586beed42203bd0462058d --- m/Mercurial/Mercurial-4.7-Py-2.7.eb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 m/Mercurial/Mercurial-4.7-Py-2.7.eb diff --git a/m/Mercurial/Mercurial-4.7-Py-2.7.eb b/m/Mercurial/Mercurial-4.7-Py-2.7.eb new file mode 100644 index 00000000..24b5625c --- /dev/null +++ b/m/Mercurial/Mercurial-4.7-Py-2.7.eb @@ -0,0 +1,23 @@ +# IT4Innovations 2018 + +easyblock = "PythonPackage" + +name = 'Mercurial' +version = '4.7' + +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': 'Py', 'version': '2.7'} + +source_urls = ['https://www.mercurial-scm.org/release'] +sources = [SOURCELOWER_TAR_GZ] + +sanity_check_paths = { + 'files': ['bin/hg'], + 'dirs': ['lib/python2.7/site-packages/mercurial'], +} + +moduleclass = 'python'