pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-tensorboard
Module Name: pkgsrc
Committed By: nia
Date: Fri Oct 1 14:25:33 UTC 2021
Modified Files:
pkgsrc/math/py-tensorboard: Makefile
Log Message:
py-tensorboard: Dependencies incompatible with py2.7. Unbreak pkgsrc tree.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-tensorboard/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-tensorboard/Makefile
diff -u pkgsrc/math/py-tensorboard/Makefile:1.2 pkgsrc/math/py-tensorboard/Makefile:1.3
--- pkgsrc/math/py-tensorboard/Makefile:1.2 Tue Jun 29 08:42:01 2021
+++ pkgsrc/math/py-tensorboard/Makefile Fri Oct 1 14:25:32 2021
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-werkzeug>=0.11.
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