svn commit: r456834 - head/science/py-scipy

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 20 15:25:17 UTC 2017


Author: bapt
Date: Wed Dec 20 15:25:16 2017
New Revision: 456834
URL: https://svnweb.freebsd.org/changeset/ports/456834

Log:
  Remove dependency on swig
  
  I can't find any direct call to the swig binary in the code meaning
  having swig as a run time dependency should not be a requirement

Modified:
  head/science/py-scipy/Makefile

Modified: head/science/py-scipy/Makefile
==============================================================================
--- head/science/py-scipy/Makefile	Wed Dec 20 15:18:26 2017	(r456833)
+++ head/science/py-scipy/Makefile	Wed Dec 20 15:25:16 2017	(r456834)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scipy
 PORTVERSION=	0.19.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science python
 MASTER_SITES=	http://docs.scipy.org/doc/${DISTNAME}/:doc \
 		CHEESESHOP:source \
@@ -20,8 +20,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYNUMPY}
-RUN_DEPENDS=	${PYNUMPY} \
-		swig:devel/swig13
+RUN_DEPENDS=	${PYNUMPY}
 
 USES=		fortran python zip
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-head mailing list