pkgsrc-wip/py-asciidata/Makefile
Kamel Ibn Aziz Derouiche 61e4b0703b 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
2010-06-14 13:13:53 +00:00

25 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/06/14 13:13:53 jihbed Exp $
#
DISTNAME= asciidata-1.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= http://www.stecf.org/software/PYTHONtools/astroasciidata/source/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.stecf.org/software/PYTHONtools/astroasciidata/
COMMENT= Asciidata , to handle (read/modify/write) ASCII tables
LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-pyfits>=2.3.1:../../wip/py-pyfits
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../math/py-numarray/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"