Date: Fri, 3 Oct 2014 18:52:20 +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: r369929 - head/astro/py-astLib Message-ID: <201410031852.s93IqKZ6027858@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Fri Oct 3 18:52:19 2014 New Revision: 369929 URL: https://svnweb.freebsd.org/changeset/ports/369929 QAT: https://qat.redports.org/buildarchive/r369929/ Log: astro/py-astLib: switch from py-imaging to py-pillow - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Modified: head/astro/py-astLib/Makefile Modified: head/astro/py-astLib/Makefile ============================================================================== --- head/astro/py-astLib/Makefile Fri Oct 3 18:47:47 2014 (r369928) +++ head/astro/py-astLib/Makefile Fri Oct 3 18:52:19 2014 (r369929) @@ -15,15 +15,14 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${PYNUMPY} \ ${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \ - ${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \ + ${PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \ ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410031852.s93IqKZ6027858>