svn commit: r457587 - head/astro/py-pyfits

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 30 06:43:52 UTC 2017


Author: sunpoet
Date: Sat Dec 30 06:43:51 2017
New Revision: 457587
URL: https://svnweb.freebsd.org/changeset/ports/457587

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31

Modified:
  head/astro/py-pyfits/Makefile

Modified: head/astro/py-pyfits/Makefile
==============================================================================
--- head/astro/py-pyfits/Makefile	Sat Dec 30 06:42:43 2017	(r457586)
+++ head/astro/py-pyfits/Makefile	Sat Dec 30 06:43:51 2017	(r457587)
@@ -13,6 +13,9 @@ 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}


More information about the svn-ports-head mailing list