svn commit: r369929 - head/astro/py-astLib
William Grzybowski
wg at FreeBSD.org
Fri Oct 3 18:52:20 UTC 2014
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>
More information about the svn-ports-all
mailing list