NOTICE: This package has been removed from pkgsrc

./wip/py-asciidata, Asciidata , to handle (read/modify/write) ASCII tables

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.1.1nb1, Package name: py27-asciidata-1.1.1nb1, Maintainer: jihbed.research

AstroAsciiData is a Python module to handle ASCII tables. Features:

* Imports all reasonably well-formed Ascii tables
* Column-first access
* Easy creation and manipulation of tables, columns, rows and
attached comments
* Retains formatting of data values
* Support for SExtractor style headers
* Column sorting
* Interchangeable comment character, column delimiter and null value
* Exports data to:
o Ascii
o Numpy/Numarray
o FITS table
o HTML table format
o LaTeX table format


Required to run:
[math/py-numarray] [lang/python27] [graphics/py-fits] [math/py-numpy16]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: d66edac0d1418d990de102e87f591d8c5905b9bf
Filesize: 471.159 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2014-01-19 21:34:14 by Thomas Klausner | Files touched by this commit (6)
Log message:
Fix path to py-fits.
   2012-10-06 19:13:24 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-01-30 08:19:57 by ndb | Files touched by this commit (1)
Log message:
changed dependency.
   2010-06-14 15:13:53 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-asciidata-1.1.1 as wip/py-asciidata.

AstroAsciiData is a Python module to handle ASCII tables. Features:

    * Imports all reasonably well-formed Ascii tables
    * Column-first access
    * Easy creation and manipulation of tables, columns, rows and
	attached comments
    * Retains formatting of data values
    * Support for SExtractor style headers
    * Column sorting
    * Interchangeable comment character, column delimiter and null value
    * Exports data to:
          o Ascii
          o Numpy/Numarray
          o FITS table
          o HTML table format
          o LaTeX table format