Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 14:20:07 +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: r528171 - head/math/py-gym
Message-ID:  <202003101420.02AEK7VJ007672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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