svn commit: r528171 - head/math/py-gym

Antoine Brodin antoine at FreeBSD.org
Tue Mar 10 14:20:08 UTC 2020


Author: antoine
Date: Tue Mar 10 14:20:06 2020
New Revision: 528171
URL: https://svnweb.freebsd.org/changeset/ports/528171

Log:
  Mark BROKEN: missing dependency
  
  Reported by:	pkg-fallout

Modified:
  head/math/py-gym/Makefile

Modified: head/math/py-gym/Makefile
==============================================================================
--- head/math/py-gym/Makefile	Tue Mar 10 14:17:19 2020	(r528170)
+++ head/math/py-gym/Makefile	Tue Mar 10 14:20:06 2020	(r528171)
@@ -12,6 +12,8 @@ COMMENT=	OpenAI toolkit for developing and comparing y
 
 LICENSE=	MIT
 
+BROKEN=		depends on package: ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0 - not found
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.3.0:devel/py-cloudpickle@${PY_FLAVOR} \
 		${PY_ENUM34} \
 		${PYNUMPY} \


More information about the svn-ports-all mailing list