Date: Mon, 1 Jan 2018 09:05:38 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457757 - head/astro/py-aipy Message-ID: <201801010905.w0195cJM044409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Jan 1 09:05:38 2018 New Revision: 457757 URL: https://svnweb.freebsd.org/changeset/ports/457757 Log: - Update DEPENDS PR: 224722 Submitted by: sunpoet@ Modified: head/astro/py-aipy/Makefile Modified: head/astro/py-aipy/Makefile ============================================================================== --- head/astro/py-aipy/Makefile Mon Jan 1 09:00:44 2018 (r457756) +++ head/astro/py-aipy/Makefile Mon Jan 1 09:05:38 2018 (r457757) @@ -3,6 +3,7 @@ PORTNAME= aipy PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Astronomical Interferometry in PYthon +LICENSE= GPLv2+ + BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${FLAVOR} \ - ${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits@${FLAVOR} \ - ${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyephem>=0:astro/pyephem@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}astropy>=1.0:astro/py-astropy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2.7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801010905.w0195cJM044409>