Skip to content

Commit 9b5fe11

Browse files
committed
Merge pull request #189 from stonebig/master
new packages (hdf4 change)
2 parents 9fe12db + 04dd328 commit 9b5fe11

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

winpython/data/packages.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ category=gui
149149
[funcsigs]
150150
description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
151151
152+
[functools32]
153+
description=Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
154+
152155
[ggplot]
153156
description=ggplot for python
154157
url=https://github.com/yhat/ggplot
@@ -487,7 +490,6 @@ https://github.com/pygraphviz/pygraphviz
487490

488491
[pyhdf]
489492
description=Python interface to HDF4 files (Hierarchical Data Format version 4)
490-
url=http://pysclint.sourceforge.net/pyhdf
491493
category=dataproc
492494

493495
[PyHive]
@@ -568,6 +570,9 @@ description=Powerful extensions to the standard datetime module
568570
url=http://labix.org/python-dateutil
569571
category=util
570572

573+
[python-hdf4]
574+
description=Python-HDF4: Python interface to the NCSA HDF4 library
575+
571576
[python-igraph]
572577
description=High performance graph data structures and algorithms
573578

0 commit comments

Comments
 (0)