From 957235cf19a691360c720f7913672adda4258ed0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 Oct 2018 11:03:14 +0100 Subject: gentoo resync : 07.10.2018 --- sci-visualization/Manifest.gz | Bin 5707 -> 5705 bytes sci-visualization/tensorboard/Manifest | 2 +- .../tensorboard/tensorboard-1.11.0-r1.ebuild | 52 +++++++++++++++++++++ .../tensorboard/tensorboard-1.11.0.ebuild | 46 ------------------ 4 files changed, 53 insertions(+), 47 deletions(-) create mode 100644 sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild delete mode 100644 sci-visualization/tensorboard/tensorboard-1.11.0.ebuild (limited to 'sci-visualization') diff --git a/sci-visualization/Manifest.gz b/sci-visualization/Manifest.gz index 6917dfb769ee..ca7c136e202a 100644 Binary files a/sci-visualization/Manifest.gz and b/sci-visualization/Manifest.gz differ diff --git a/sci-visualization/tensorboard/Manifest b/sci-visualization/tensorboard/Manifest index f880fa2491f2..23c8c571c633 100644 --- a/sci-visualization/tensorboard/Manifest +++ b/sci-visualization/tensorboard/Manifest @@ -1,5 +1,5 @@ DIST tensorboard-1.10.0.zip 3280385 BLAKE2B b4e9f6d4fc6252b57f31e8514516205c8f8150d3d2c0f46049338fe7d7dd601b75c0b1c21945e06d077511426f85c65a318e184f9fd40758b1f83a7e93364518 SHA512 2c3a741c4627242e2e4c144d09089c951291826fe1839cf04d9f369b4e88cd5d7fb02b0789ea11cb4810ef458e167e98562ba55ac7cfcc048e4117f12b531818 DIST tensorboard-1.11.0.zip 3027414 BLAKE2B 5a0c325755551d5dfea98cc96cfa5ee0a8c9d39c2e7bcf8139daea54dcc89e5004de0dd90069e626264e11633acc283055ee3e73654b3d883418e07eef6f0f08 SHA512 d3948143a883ed6c6353cfab945814ff4ef21833b38875f003ef375d1e3a63dd65fce49ef80b2eec5827c46ffb6a82f8464f2b0e7d4af348ad8ba51ce4829426 EBUILD tensorboard-1.10.0.ebuild 1330 BLAKE2B b1300796ebf50322673def76c4f14b5a847c86ca7f07450ff2c359ed9cebb7ca30ff354f4f5d86fec6f78a91f4717cb6b127f0f6be32e8139221493df49efa6a SHA512 a505ef05c7ab8457b48b3ae6e9530f26524d69e9f1b2e3e0ee22bedcc21139fce22f32a21537899cbe473d55eff63db3dc039e5efb80eea6b04d82e009b9b37a -EBUILD tensorboard-1.11.0.ebuild 1241 BLAKE2B 89ac0afe6153fa08a04b016e6213c66ff67547e78e28b9b46e4c6afdef3b2275823cd624dc17147618969e79ba0af7a75ca7d7fee9123cd44690d2eacbb9087d SHA512 0e52834b626dfd0834404735265bbc7718dcd666f45c9993a4026f9c7af76225e23908173cde20753f3cebba18c00c0e7062586ad7b6866aab587d0fe77a5f3e +EBUILD tensorboard-1.11.0-r1.ebuild 1492 BLAKE2B fe713d5dbad7170491d504a3216d6af6696e20a2b14cf18b9d4e664123424ae23402702aba861319888e2f6cdd07f1934109690acd859eaf7ab5c15d1ecdb19b SHA512 41da7faac2d44fe3237b78be3a6ccd5c92a6533d549dbecf7d61a09d930bf55aa807be67e21fbc960d95e214b6d45ef5140e2003a3cc6fb9175f13b5b0675d20 MISC metadata.xml 494 BLAKE2B 367959e934fdf8e447da9632a05ea0ada6116a7c39cf42096a3b24f0dcf0c0bfbd3263e6f3913611c27e76f629b77d1e5022fa124d7e79f03a224bd3627bb538 SHA512 b59bedcac4e07ddbb62e90df57670116ba51c3d8c6294679ba5d8f17d7adbf3644f3d203c1d1ef4fa06d7e50640148ee259a081afb807477784350b98c52da11 diff --git a/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild b/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild new file mode 100644 index 000000000000..c7bf274d1a98 --- /dev/null +++ b/sci-visualization/tensorboard/tensorboard-1.11.0-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) +inherit python-r1 python-utils-r1 + +DESCRIPTION="TensorFlow's Visualization Toolkit" +HOMEPAGE="https://www.tensorflow.org/" +SRC_URI="https://files.pythonhosted.org/packages/9b/2f/4d788919b1feef04624d63ed6ea45a49d1d1c834199ec50716edb5d310f4/${P}-py3-none-any.whl -> ${P}.zip" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-python/bleach[${PYTHON_USEDEP}] + dev-python/html5lib[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/werkzeug[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + virtual/python-futures[${PYTHON_USEDEP}]" +BDEPEND="app-arch/unzip" +PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]" + +S="${WORKDIR}/${PN}" + +src_prepare() { + rm -rf "${S}/_vendor/bleach" || die + rm -rf "${S}/_vendor/html5lib" || die + + find "${S}" -name '*.py' -exec sed -i \ + -e 's/^from tensorboard\._vendor import html5lib/import html5lib/' \ + -e 's/^from tensorboard\._vendor import bleach/import bleach/' \ + -e 's/^from tensorboard\._vendor\.html5lib/from html5lib/' \ + -e 's/^from tensorboard\._vendor\.bleach/from bleach/' \ + {} + || die "failed to unvendor" + + eapply_user +} + +src_install() { + do_install() { + python_domodule "${S}" + } + python_foreach_impl do_install +} diff --git a/sci-visualization/tensorboard/tensorboard-1.11.0.ebuild b/sci-visualization/tensorboard/tensorboard-1.11.0.ebuild deleted file mode 100644 index 5e3272e5be05..000000000000 --- a/sci-visualization/tensorboard/tensorboard-1.11.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) -inherit python-r1 python-utils-r1 - -DESCRIPTION="TensorFlow's Visualization Toolkit" -HOMEPAGE="https://www.tensorflow.org/" -SRC_URI="https://files.pythonhosted.org/packages/9b/2f/4d788919b1feef04624d63ed6ea45a49d1d1c834199ec50716edb5d310f4/${P}-py3-none-any.whl -> ${P}.zip" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-python/bleach[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/werkzeug[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}]" -BDEPEND="app-arch/unzip" -PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]" - -S="${WORKDIR}/${PN}" - -src_prepare() { - rm -rf "${S}/_vendor" || die - find "${S}" -name '*.py' -exec sed -i -e \ - 's/^from tensorboard\._vendor import /import /; - s/^from tensorboard\._vendor\./from /' {} + || die "failed to unvendor" - - eapply_user -} - -src_install() { - do_install() { - python_domodule "${S}" - } - python_foreach_impl do_install -} -- cgit v1.2.3