Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2015 10:00:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378197 - head/science/py-scimath
Message-ID:  <201501311000.t0VA0jHe064347@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 31 10:00:44 2015
New Revision: 378197
URL: https://svnweb.freebsd.org/changeset/ports/378197
QAT: https://qat.redports.org/buildarchive/r378197/

Log:
  Mark BROKEN: Fails to build
  
  ===>  Configuring for py27-scimath-4.1.2_3
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 9, in <module>
      import numpy.distutils.core
  ImportError: No module named numpy.distutils.core
  
  Reported by:	pkg-fallout

Modified:
  head/science/py-scimath/Makefile

Modified: head/science/py-scimath/Makefile
==============================================================================
--- head/science/py-scimath/Makefile	Sat Jan 31 09:54:15 2015	(r378196)
+++ head/science/py-scimath/Makefile	Sat Jan 31 10:00:44 2015	(r378197)
@@ -14,6 +14,8 @@ COMMENT=	Scientific and Mathematical cal
 LICENSE=	BSD3CLAUSE LGPL3
 LICENSE_COMB=	dual
 
+BROKEN=		Fails to build
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501311000.t0VA0jHe064347>