Date: Wed, 6 Nov 2013 14:42:02 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332995 - head/astro/py-pyfits Message-ID: <201311061442.rA6Eg2Cm013555@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Nov 6 14:42:02 2013 New Revision: 332995 URL: http://svnweb.freebsd.org/changeset/ports/332995 Log: astro/py-pyfits: update to 3.1.2 - Update to 3.1.2 [1] - Adjust run depends - Use python auto plist PR: ports/180464 [1] Submitted by: nwhitehorn Approved by: maintainer Deleted: head/astro/py-pyfits/pkg-plist Modified: head/astro/py-pyfits/Makefile head/astro/py-pyfits/distinfo Modified: head/astro/py-pyfits/Makefile ============================================================================== --- head/astro/py-pyfits/Makefile Wed Nov 6 14:31:14 2013 (r332994) +++ head/astro/py-pyfits/Makefile Wed Nov 6 14:42:02 2013 (r332995) @@ -2,20 +2,24 @@ # $FreeBSD$ PORTNAME= pyfits -PORTVERSION= 2.3 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= astro python -MASTER_SITES= http://www.stsci.edu/resources/software_hardware/${PORTNAME}/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tonymaher@optusnet.com.au COMMENT= Python Interface to FITS Formatted Files -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy -RUN_DEPENDS:= ${BUILD_DEPENDS} -NO_STAGE= yes +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy \ + ${PYTHON_PKGNAMEPREFIX}d2to1>=0:${PORTSDIR}/devel/py-d2to1 \ + ${PYTHON_PKGNAMEPREFIX}stsci.distutils>=0:${PORTSDIR}/devel/py-stsci.distutils +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy \ + ${PYTHON_PKGNAMEPREFIX}d2to1>=0:${PORTSDIR}/devel/py-d2to1 USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes +PYEASYINSTALL_ARCHDEP= yes +NO_STAGE= yes .include <bsd.port.mk> Modified: head/astro/py-pyfits/distinfo ============================================================================== --- head/astro/py-pyfits/distinfo Wed Nov 6 14:31:14 2013 (r332994) +++ head/astro/py-pyfits/distinfo Wed Nov 6 14:42:02 2013 (r332995) @@ -1,2 +1,2 @@ -SHA256 (pyfits-2.3.tar.gz) = 29e32040ffe96a25336c599f4ca1e560a1bc7d3fdc22638911797525ed3c3208 -SIZE (pyfits-2.3.tar.gz) = 347960 +SHA256 (pyfits-3.1.2.tar.gz) = 35aaad59f37a46a06c8da37608de0e6448062cef49b06fa0bbd3f9a75dc99239 +SIZE (pyfits-3.1.2.tar.gz) = 794495
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061442.rA6Eg2Cm013555>