mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
PyFITS provides an interface to FITS formatted files
under the Python scripting language. It is useful for interactive data analysis and for writing analysis scripts in Python using FITS files as either input or output. PyFITS is a development project of the Science Software Branch at the Space Telescope Science Institute. WWW: http://www.stsci.edu/resources/software_hardware/pyfits PR: ports/128456 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
65a12ec104
commit
89cf4b9c5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222291
5 changed files with 48 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
SUBDIR += pp3
|
||||
SUBDIR += ptiger
|
||||
SUBDIR += py-metar
|
||||
SUBDIR += py-pyfits
|
||||
SUBDIR += pyephem
|
||||
SUBDIR += pyweather
|
||||
SUBDIR += rmap
|
||||
|
|
23
astro/py-pyfits/Makefile
Normal file
23
astro/py-pyfits/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: pyfits
|
||||
# Date created: 2008-10-28
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pyfits
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= astro python
|
||||
MASTER_SITES= http://www.stsci.edu/resources/software_hardware/${PORTNAME}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Python Interface to FITS Formatted Files
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
astro/py-pyfits/distinfo
Normal file
3
astro/py-pyfits/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (pyfits-1.3.tar.gz) = 59c3c8c714336eab7760b7d320e124c3
|
||||
SHA256 (pyfits-1.3.tar.gz) = a6b01c9d75e7955765019581700bd6ac344457b327522facedaf4cff9e86093c
|
||||
SIZE (pyfits-1.3.tar.gz) = 3425265
|
8
astro/py-pyfits/pkg-descr
Normal file
8
astro/py-pyfits/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
PyFITS provides an interface to FITS formatted files
|
||||
under the Python scripting language. It is useful for
|
||||
interactive data analysis and for writing analysis
|
||||
scripts in Python using FITS files as either input or
|
||||
output. PyFITS is a development project of the Science
|
||||
Software Branch at the Space Telescope Science Institute.
|
||||
|
||||
WWW: http://www.stsci.edu/resources/software_hardware/pyfits
|
13
astro/py-pyfits/pkg-plist
Normal file
13
astro/py-pyfits/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
%%PYTHON_SITELIBDIR%%/pyfits/NA_pyfits.py
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/NA_pyfits.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/NA_pyfits.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/NP_pyfits.py
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/NP_pyfits.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/NP_pyfits.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/rec.py
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/rec.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyfits/rec.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pyfits
|
Loading…
Add table
Reference in a new issue