# IT4Innovations 2018 easyblock = "PythonPackage" name = 'argparse' version = '1.4.0' homepage = 'https://pypi.python.org/pypi/argparse' description = 'The argparse module makes it easy to write user friendly command line interfaces.' toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] #dependencies = [ # ('MarkupSafe', '1.0'), #] sanity_check_paths = { 'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'], 'dirs': [], } moduleclass = 'python'