pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-tensorboard py-tensorboard: Dependencies incom...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8efa41149a61
branches:  trunk
changeset: 459204:8efa41149a61
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Oct 01 14:25:32 2021 +0000

description:
py-tensorboard: Dependencies incompatible with py2.7. Unbreak pkgsrc tree.

diffstat:

 math/py-tensorboard/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 0332fabb87d8 -r 8efa41149a61 math/py-tensorboard/Makefile
--- a/math/py-tensorboard/Makefile      Fri Oct 01 14:17:38 2021 +0000
+++ b/math/py-tensorboard/Makefile      Fri Oct 01 14:25:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/06/29 08:42:01 nia Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/01 14:25:32 nia Exp $
 
 DISTNAME=      tensorboard-${GITHUB_TAG:S/-//}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,12 +22,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE+= 36      # py-numpy
-
-.include "../../lang/python/pyversion.mk"
-.if "${PYPKGPREFIX}" == "py27"
-DEPENDS+=      ${PYPKGPREFIX}-futures>=3.1.1:../../devel/py-futures
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36   # py-protobuf, py-numpy
 
 .include "../../lang/python/egg.mk"
 



Home | Main Index | Thread Index | Old Index