svn commit: r393902 - head/science/py-pydap

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 10 20:00:31 UTC 2015


Author: amdmi3
Date: Mon Aug 10 20:00:30 2015
New Revision: 393902
URL: https://svnweb.freebsd.org/changeset/ports/393902

Log:
  - Mark BROKEN: does not build:
  
  ...
    File "/usr/local/lib/python2.7/site-packages/sphinx/locale/__init__.py", line 15, in <module>
      from six.moves import UserString
  ImportError: cannot import name UserString
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/science/py-pydap/Makefile

Modified: head/science/py-pydap/Makefile
==============================================================================
--- head/science/py-pydap/Makefile	Mon Aug 10 19:59:15 2015	(r393901)
+++ head/science/py-pydap/Makefile	Mon Aug 10 20:00:30 2015	(r393902)
@@ -14,6 +14,8 @@ COMMENT=	Implementation of the Opendap/D
 
 LICENSE=	MIT
 
+BROKEN=		does not build
+
 BUILD_DEPENDS=	paver:${PORTSDIR}/devel/py-paver \
 		${PYNUMPY}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \


More information about the svn-ports-all mailing list