diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-01 00:40:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-01 00:40:59 +0800 |
commit | f692883b10493465139bbd6aa15228c35455b698 (patch) | |
tree | e1445608c3bea47fe187dbc28e71aa02a41b8b1f /astro | |
parent | 8291c06212404746bfae4f0139395f510bf9d19b (diff) | |
download | freebsd-ports-gnome-f692883b10493465139bbd6aa15228c35455b698.tar.gz freebsd-ports-gnome-f692883b10493465139bbd6aa15228c35455b698.tar.zst freebsd-ports-gnome-f692883b10493465139bbd6aa15228c35455b698.zip |
Remove astro/py-pyfits
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/py-pyfits/Makefile | 31 | ||||
-rw-r--r-- | astro/py-pyfits/distinfo | 3 | ||||
-rw-r--r-- | astro/py-pyfits/pkg-descr | 8 |
4 files changed, 0 insertions, 43 deletions
diff --git a/astro/Makefile b/astro/Makefile index 93decd0bd49a..2574cd030414 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -84,7 +84,6 @@ SUBDIR += py-astLib SUBDIR += py-astropy SUBDIR += py-horoscopegenerator - SUBDIR += py-pyfits SUBDIR += py-pymetar SUBDIR += py-pywapi SUBDIR += pyephem diff --git a/astro/py-pyfits/Makefile b/astro/py-pyfits/Makefile deleted file mode 100644 index 10c63ce0a232..000000000000 --- a/astro/py-pyfits/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Wen Heping <wenheping@gmail.com> -# $FreeBSD$ - -PORTNAME= pyfits -PORTVERSION= 3.5 -CATEGORIES= astro python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python Interface to FITS Formatted Files - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -DEPRECATED= Use astro/py-astropy instead -EXPIRATION_DATE=2018-01-31 - -BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}d2to1>=0:devel/py-d2to1@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}stsci.distutils>=0:devel/py-stsci.distutils@${FLAVOR} -RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}d2to1>=0:devel/py-d2to1@${FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyfits/compression.so - -.include <bsd.port.mk> diff --git a/astro/py-pyfits/distinfo b/astro/py-pyfits/distinfo deleted file mode 100644 index 804a89184323..000000000000 --- a/astro/py-pyfits/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1514958962 -SHA256 (pyfits-3.5.tar.gz) = 4e668622d5a3c140590bc6cf8222afcd4d133dde3d6beda3b9c3c9539c5acf18 -SIZE (pyfits-3.5.tar.gz) = 1690441 diff --git a/astro/py-pyfits/pkg-descr b/astro/py-pyfits/pkg-descr deleted file mode 100644 index a71e57ab8673..000000000000 --- a/astro/py-pyfits/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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 |