mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
new file: n/networkx/.networkx-1.11-Python-2.7.13.eb.swp
new file: n/networkx/networkx-1.11-Py-3.6.eb modified: s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp
This commit is contained in:
parent
d92e1a478a
commit
a91b2eed5d
BIN
n/networkx/.networkx-1.11-Python-2.7.13.eb.swp
Normal file
BIN
n/networkx/.networkx-1.11-Python-2.7.13.eb.swp
Normal file
Binary file not shown.
25
n/networkx/networkx-1.11-Py-3.6.eb
Normal file
25
n/networkx/networkx-1.11-Py-3.6.eb
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
easyblock = 'PythonPackage'
|
||||||
|
|
||||||
|
name = 'networkx'
|
||||||
|
version = '1.11'
|
||||||
|
versionsuffix = '-Python-%(pyver)s'
|
||||||
|
|
||||||
|
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 complex networks."""
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
source_urls = [PYPI_SOURCE]
|
||||||
|
sources = [SOURCE_TAR_GZ]
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('Python', '2.7.13'),
|
||||||
|
]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': [],
|
||||||
|
'dirs': ['lib/python%(pyshortver)s/site-packages/'],
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user