mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +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
27 lines
557 B
Plaintext
27 lines
557 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'networkx'
|
|
version = '2.3'
|
|
|
|
homepage = 'https://pypi.python.org/pypi/networkx'
|
|
description = """NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics,
|
|
and functions of local_complex networks."""
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.7'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_ZIP]
|
|
|
|
dependencies = [
|
|
('decorator', '4.4.0')
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.7/site-packages/'],
|
|
}
|
|
|
|
moduleclass = 'python'
|