diff --git a/n/networkx/.networkx-1.11-Python-2.7.13.eb.swp b/n/networkx/.networkx-1.11-Python-2.7.13.eb.swp new file mode 100644 index 00000000..13445502 Binary files /dev/null and b/n/networkx/.networkx-1.11-Python-2.7.13.eb.swp differ diff --git a/n/networkx/networkx-1.11-Py-3.6.eb b/n/networkx/networkx-1.11-Py-3.6.eb new file mode 100644 index 00000000..46264c73 --- /dev/null +++ b/n/networkx/networkx-1.11-Py-3.6.eb @@ -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' diff --git a/s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp b/s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp index 7c646c6c..4a6caffe 100644 Binary files a/s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp and b/s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp differ