From 39b921c8bce61c9c337a9d6ae25402e05f2b4012 Mon Sep 17 00:00:00 2001 From: Florian Tham Date: Tue, 16 Jan 2018 10:15:54 +0100 Subject: [PATCH] add dev-python/jupyter_highlight_selected_word --- dev-python/jupyter_contrib_core/Manifest | 2 +- .../jupyter_contrib_core-9999.ebuild | 3 ++- .../jupyter_highlight_selected_word/Manifest | 2 ++ .../jupyter_highlight_selected_word-9999.ebuild | 17 +++++++++++++++++ 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 dev-python/jupyter_highlight_selected_word/Manifest create mode 100644 dev-python/jupyter_highlight_selected_word/jupyter_highlight_selected_word-9999.ebuild diff --git a/dev-python/jupyter_contrib_core/Manifest b/dev-python/jupyter_contrib_core/Manifest index e87b638..8160425 100644 --- a/dev-python/jupyter_contrib_core/Manifest +++ b/dev-python/jupyter_contrib_core/Manifest @@ -1,2 +1,2 @@ DIST jupyter_contrib_core-9999.zip 28274 SHA256 f85d9c600d91b28a80eb4d10c3294a66bb6bd5fc3409d05e9f5b8d3accde45c3 SHA512 859d8452e3eca8658bb9a01a1d0310aa5d7c14774b50d823a0c88740d91f751328fde815acc11ff2aadcdd6f0915d15e7624c47763a9c7ac7a10867623e3c9b8 WHIRLPOOL 9befdbe2c2c383e0ead470f27e544e6d22690f3f1c3e5ca8683f73e59adae91dcd8c3c90a528a51024cff8f03f21ab1134177552bb801b22798fc4a8162db8ea -EBUILD jupyter_contrib_core-9999.ebuild 470 SHA256 944122d169a7f480b8665cd174cc94d1dd25dc9e902cb79f59b64b9d6ce63350 SHA512 637488908b6286f3277995dc7d820030a932bdde4bda2a20872f00ace003afb32442d1576da0defaf4e86ad4d5f3b0dce3d581bc8336fff8324bd39097d517cd WHIRLPOOL 85f6828881de6116cfc3bac6b3ff1c176682ed288e0ae64ae0cf8f1e4007e75048510c5706b894bd28f1464d711bb3b87caab11ffc94a53da38d65e5f94a643a +EBUILD jupyter_contrib_core-9999.ebuild 516 SHA256 37de8f23ebf523c8643aae577b1c82adeec73ace498abdd0ea41aea316b43f0a SHA512 3202426f5ce18b983970f3333836c8c435b290ca6d7bffba128eba94281cb364d642470a854cf23026ff470a5f616e75d79d5adeb297c760923074dd03491597 WHIRLPOOL 114bc9ce8195bbd9b7e780caa6193a74536ed4630cc77c1761325e92f5ecfdc15c0313b5695855a1bb9421c354a273b22840f9b7e8729a0d662cd91f00123635 diff --git a/dev-python/jupyter_contrib_core/jupyter_contrib_core-9999.ebuild b/dev-python/jupyter_contrib_core/jupyter_contrib_core-9999.ebuild index 9d86dc7..d437a06 100644 --- a/dev-python/jupyter_contrib_core/jupyter_contrib_core-9999.ebuild +++ b/dev-python/jupyter_contrib_core/jupyter_contrib_core-9999.ebuild @@ -13,6 +13,7 @@ IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/jupyter_core - dev-python/jupyter_latex_envs" + dev-python/jupyter_latex_envs + dev-python/jupyter_highlight_selected_word" S="${WORKDIR}/${PN}-master" diff --git a/dev-python/jupyter_highlight_selected_word/Manifest b/dev-python/jupyter_highlight_selected_word/Manifest new file mode 100644 index 0000000..cca8655 --- /dev/null +++ b/dev-python/jupyter_highlight_selected_word/Manifest @@ -0,0 +1,2 @@ +DIST jupyter_highlight_selected_word-9999.zip 21598 SHA256 e99ac43f666807a5f819e8853e8843d0051be3253dcd349ddb7aaeb3e9ff7466 SHA512 dd739f6814a950b3fe9064bdb7a2029c949a06bdacc9c91d24f4e1ae7d44a66516f34b2a248d1745bdfa359629055f3d90e9cba23e88b6a3a8488ba8572c6037 WHIRLPOOL f9ffe107c00d51983bac40e43176ebcab01b8556e32bdbe52c97444526aad7e17cf9c8e0b9779dd8cfd2ac9f11ad780c22a57a6ee1d293e86bcb0dc2636f3c68 +EBUILD jupyter_highlight_selected_word-9999.ebuild 481 SHA256 c9d44117f0f3957f46889c8dd9e4e0bc28781a7c50f020e47c335a5549ee6cec SHA512 ac0a99bd3254c4ff045ecd0a681aefa1cfa2e27317ef26211f9ffde694dd5e7d2bc95786800462004cd06501e4dde9b5bd3dcbc6678ff0cb4a846d25bc6228ee WHIRLPOOL 7f1469199213b65a2e7399395cde5ccdac092b71ad4c65d8a49cf1186ce3967c7428d96db37de33b26d2b7177808acd522180aea3dea156bfb24e2404961cc3b diff --git a/dev-python/jupyter_highlight_selected_word/jupyter_highlight_selected_word-9999.ebuild b/dev-python/jupyter_highlight_selected_word/jupyter_highlight_selected_word-9999.ebuild new file mode 100644 index 0000000..06ee0b8 --- /dev/null +++ b/dev-python/jupyter_highlight_selected_word/jupyter_highlight_selected_word-9999.ebuild @@ -0,0 +1,17 @@ +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Jupyter notebook extension that enables highlighting every instance of the current word" +HOMEPAGE="https://github.com/jcb91/jupyter_highlight_selected_word" +SRC_URI="https://github.com/jcb91/jupyter_highlight_selected_word/archive/master.zip -> ${P}.zip" + +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/jupyter_core" + +S="${WORKDIR}/${PN}-master"