[h5py] 174/455: Fix package metadata

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit f971b2ce1f3c1b5bc2a81ed9453ffa35869159ae
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Tue Dec 2 23:52:21 2008 +0000

    Fix package metadata
---
 ANN.txt  |  3 +++
 setup.py | 16 ++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/ANN.txt b/ANN.txt
index 92c0ee3..3edd751 100644
--- a/ANN.txt
+++ b/ANN.txt
@@ -17,6 +17,9 @@ random-access I/O on desired sections.  Datasets are organized in a
 filesystem-like hierarchy using containers called "groups", and 
 accesed using the tradional POSIX /path/to/resource syntax.
 
+This is the fourth major release of h5py, and represents the end
+of the "unstable" (0.X.X) design phase.
+
 Why should I use it?
 --------------------
 
diff --git a/setup.py b/setup.py
index adf82d8..314b860 100644
--- a/setup.py
+++ b/setup.py
@@ -493,13 +493,14 @@ else:
 
 cls_txt = \
 """
-Development Status :: 4 - Beta
+Development Status :: 5 - Production/Stable
 Intended Audience :: Developers
 Intended Audience :: Information Technology
 Intended Audience :: Science/Research
 License :: OSI Approved :: BSD License
 Programming Language :: Python
 Topic :: Scientific/Engineering
+Topic :: Database
 Topic :: Software Development :: Libraries :: Python Modules
 Operating System :: Unix
 Operating System :: POSIX :: Linux
@@ -507,18 +508,21 @@ Operating System :: MacOS :: MacOS X
 Operating System :: Microsoft :: Windows
 """
 
-short_desc = "General-purpose Python bindings for the HDF5 library"
+short_desc = "Read and write HDF5 files from Python"
 
 long_desc = \
 """
 The h5py package provides both a high- and low-level interface to the HDF5
 library from Python. The low-level interface is intended to be a complete
-wrapping of the HDF5 API, while the high-level component supports Python-style
-object-oriented access to HDF5 files, datasets and groups.
+wrapping of the HDF5 API, while the high-level component supports  access to
+HDF5 files, datasets and groups using established Python and NumPy concepts.
 
 A strong emphasis on automatic conversion between Python (Numpy) datatypes and
 data structures and their HDF5 equivalents vastly simplifies the process of
-reading and writing data from Python. 
+reading and writing data from Python.
+
+Supports HDF5 versions 1.6.5 through 1.8.2.  On Windows, HDF5 is included in
+the installer.
 """
 
 if os.name == 'nt':
@@ -538,7 +542,7 @@ setup(
   author_email = '"h5py" at the domain "alfven.org"',
   maintainer = 'Andrew Collette',
   maintainer_email = '"h5py" at the domain "alfven.org"',
-  url = 'h5py.alfven.org',
+  url = 'http://h5py.alfven.org',
   packages = ['h5py','h5py.tests'],
   package_data = package_data,
   ext_modules = [],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list