mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00

new file: d/deepdiff/deepdiff-4.0.6-Py-3.7.eb new file: n/networkx/networkx-2.3-Py-3.7.eb new file: p/PSI4/PSI4-1.3.2-intel-2020a-Py-3.6.eb new file: p/PSI4/PSI4-1.3.2-intel-2020a-Py-3.7.eb new file: p/Pint/Pint-0.11-Py-3.7.eb new file: p/pydantic/pydantic-1.4-Py-3.7.eb modified: s/ShiftX2/ShiftX2-1.13.eb deleted: n/networkx/networkx-2.3-Py-2.7.eb
21 lines
554 B
Plaintext
21 lines
554 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'deepdiff'
|
|
version = '4.0.6'
|
|
|
|
homepage = 'https://pypi.org/project/deepdiff/'
|
|
description = 'Python 2 and 3 local_compatibility library.'
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.7'}
|
|
|
|
source_urls = ['https://files.pythonhosted.org/packages/19/6e/47b8ec63a0dea28c7d59e8cfadc4ea11c53ee156100bf42fd63d92f32e65/']
|
|
sources = ['deepdiff-%(version)s.tar.gz']
|
|
|
|
sanity_check_paths = {
|
|
'dirs': [],
|
|
'files': ['lib/python3.7/site-packages/%(name)s-%(version)s-py3.7.egg'],
|
|
}
|
|
|
|
moduleclass = 'python'
|