Date: Tuesday, July 31, 2018 @ 05:18:02 Author: foutrelis Revision: 365029
Python 3.7 rebuild Modified: tensorboard/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-31 04:58:49 UTC (rev 365028) +++ PKGBUILD 2018-07-31 05:18:02 UTC (rev 365029) @@ -3,7 +3,7 @@ pkgname=tensorboard pkgver=1.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="TensorFlow's Visualization Toolkit" url='https://github.com/tensorflow/tensorboard' arch=('x86_64') @@ -38,9 +38,9 @@ cd pypackage python setup.py install --root="$pkgdir" --optimize=1 - rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/ + rm -r "$pkgdir"/usr/lib/python3.7/site-packages/external/ - _requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorboard-${pkgver}-py3.6.egg-info/requires.txt + _requires="$pkgdir"/usr/lib/python3.7/site-packages/tensorboard-${pkgver}-py3.7.egg-info/requires.txt # This is ugly: We need to patch it to use current bleach and html5lib # because old ones are not even compatible with Python 3.6 and we don't have # those in Arch of course.
