From 04dd328b2cb6c57c251a64a0f378a5af2c043ce8 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 24 Oct 2015 18:59:13 +0200 Subject: [PATCH] new packages (hdf4 change) --- winpython/data/packages.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 5e750edb..2a9ab093 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -149,6 +149,9 @@ category=gui [funcsigs] description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+ +[functools32] +description=Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy. + [ggplot] description=ggplot for python url=https://github.com/yhat/ggplot @@ -487,7 +490,6 @@ https://github.com/pygraphviz/pygraphviz [pyhdf] description=Python interface to HDF4 files (Hierarchical Data Format version 4) -url=http://pysclint.sourceforge.net/pyhdf category=dataproc [PyHive] @@ -568,6 +570,9 @@ description=Powerful extensions to the standard datetime module url=http://labix.org/python-dateutil category=util +[python-hdf4] +description=Python-HDF4: Python interface to the NCSA HDF4 library + [python-igraph] description=High performance graph data structures and algorithms