mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

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
21 lines
459 B
Plaintext
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'
|