diff options
author | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-30 13:05:27 +0000 |
commit | 2a4aa624ba67ab6f387f6ea74ed58116f72f8029 (patch) | |
tree | ba4b2b7073fa0770abcbf886b141067686318df9 /math/py-tensorboard | |
parent | cb1e461df2dc6b463b6005de0c1c93384dcc85bd (diff) | |
download | pkgsrc-2a4aa624ba67ab6f387f6ea74ed58116f72f8029.tar.gz |
Forget about Python 3.6
Diffstat (limited to 'math/py-tensorboard')
-rw-r--r-- | math/py-tensorboard/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/py-tensorboard/Makefile b/math/py-tensorboard/Makefile index cb5180d7150..a333785247d 100644 --- a/math/py-tensorboard/Makefile +++ b/math/py-tensorboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2021/10/01 14:25:32 nia Exp $ +# $NetBSD: Makefile,v 1.4 2021/12/30 13:05:39 adam Exp $ DISTNAME= tensorboard-${GITHUB_TAG:S/-//} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,9 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-werkzeug>=0.11.10:../../www/py-werkzeug USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 # py-protobuf, py-numpy - -.include "../../lang/python/egg.mk" +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-protobuf, py-numpy post-extract: .for f in MANIFEST.in setup.cfg setup.py @@ -34,4 +32,5 @@ post-extract: post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} tensorboard tensorboard${PYVERSSUFFIX} +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |