Index: head/astro/py-astLib/Makefile =================================================================== --- head/astro/py-astLib/Makefile (revision 463813) +++ head/astro/py-astLib/Makefile (revision 463814) @@ -1,35 +1,30 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= astLib -PORTVERSION= 0.9.3 +PORTVERSION= 0.10.0 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Astronomy modules for Python LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYNUMPY} \ - ${PKGNAMEPREFIX}astropy>=1.1:astro/py-astropy@${FLAVOR} \ +RUN_DEPENDS= ${PKGNAMEPREFIX}astropy>=1.1:astro/py-astropy@${FLAVOR} \ ${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${FLAVOR} \ - ${PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} \ + ${PYNUMPY} \ + ${PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${FLAVOR} \ ${PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream USES= python:2.7 USE_PYTHON= autoplist distutils - -post-patch: - @${REINPLACE_CMD} -e 's|import pyfits|from astropy.io import fits as pyfits|' \ - ${WRKSRC}/astLib/astPlots.py ${WRKSRC}/examples/*/*.py post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyWCSTools/*.so .include Index: head/astro/py-astLib/distinfo =================================================================== --- head/astro/py-astLib/distinfo (revision 463813) +++ head/astro/py-astLib/distinfo (revision 463814) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514730617 -SHA256 (astLib-0.9.3.tar.gz) = 4971fe80c5028ddfc0c82b3ebd48b4ccc00f0885936c3652d30e67cf2c6d4a59 -SIZE (astLib-0.9.3.tar.gz) = 742359 +TIMESTAMP = 1520432964 +SHA256 (astLib-0.10.0.tar.gz) = 8231da3294d8ac7b40292e9be0a0a7ab515f29401a148088464a0c2dcd8e6610 +SIZE (astLib-0.10.0.tar.gz) = 742005 Index: head/astro/py-astLib/pkg-descr =================================================================== --- head/astro/py-astLib/pkg-descr (revision 463813) +++ head/astro/py-astLib/pkg-descr (revision 463814) @@ -1,8 +1,7 @@ astLib is a set of Python modules that provides some tools for research -astronomers. It can be used for astronomical plots, some statistics, -common calculations, coordinate conversions, and manipulating FITS images -with World Coordinate System (WCS) information through PyWCSTools - a -simple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and -developed) as part of astLib. +astronomers. It can be used for simple plots, statistics, common calculations, +coordinate conversions, and manipulating FITS images with World Coordinate +System (WCS) information through PyWCSTools - a simple wrapping of WCSTools by +Jessica Mink. PyWCSTools is distributed (and developed) as part of astLib. -WWW: http://astlib.sourceforge.net/ +WWW: https://pypi.python.org/pypi/astLib