aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2014-10-04 02:52:19 +0800
committerwg <wg@FreeBSD.org>2014-10-04 02:52:19 +0800
commit5848d2b3060a513e0f6a6128bfc623c6ddf60dbe (patch)
treeab17856f6598037e9397dd2e59f55b9a16462f8b /astro
parent086db623db83618445b756ebb9c8eaa467dd6c20 (diff)
downloadfreebsd-ports-gnome-5848d2b3060a513e0f6a6128bfc623c6ddf60dbe.tar.gz
freebsd-ports-gnome-5848d2b3060a513e0f6a6128bfc623c6ddf60dbe.tar.zst
freebsd-ports-gnome-5848d2b3060a513e0f6a6128bfc623c6ddf60dbe.zip
astro/py-astLib: switch from py-imaging to py-pillow
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
Diffstat (limited to 'astro')
-rw-r--r--astro/py-astLib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile
index 8e4c19009e46..3df621220188 100644
--- a/astro/py-astLib/Makefile
+++ b/astro/py-astLib/Makefile
@@ -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>