easyconfigs-it4i/p/pudb/pudb-2017.1.4-Py-2.7.eb
Lukáš Krupčík 98f117d90d new file: m/mkl/mkl-2017.4.239-GCC-6.3.0-2.27.eb
new file:   m/mkl/mkl-2017.4.239.eb
	modified:   n/numpy/numpy-1.13.3-Py-3.6.eb
	modified:   p/Python/Python-3.6.2-base.eb
	modified:   p/Python/Python-3.6.4-base.eb
	new file:   p/pudb/pudb-2017.1.4-Py-2.7.eb
	new file:   p/pudb/pudb-2017.1.4-Py-3.6.eb
	modified:   s/scipy/scipy-1.0.0-Py-3.6.eb
	deleted:    p/Python/.Python-3.6.4-base.eb.swp
2018-01-08 12:15:33 +01:00

21 lines
459 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'pudb'
version = '2017.1.4'
homepage = 'https://pypi.python.org/pypi/pudb'
description = 'PuDB is a full-screen, console-based visual debugger for Python.'
toolchain = {'name': 'Py', 'version': '2.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
}
moduleclass = 'python'