Date: Sat, 30 Dec 2017 06:43:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457587 - head/astro/py-pyfits Message-ID: <201712300643.vBU6hp3L069473@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712300643.vBU6hp3L069473>