From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/nbdime/Manifest | 5 --- dev-python/nbdime/metadata.xml | 24 ------------- dev-python/nbdime/nbdime-0.1.2.ebuild | 54 ---------------------------- dev-python/nbdime/nbdime-0.2.0.ebuild | 66 ----------------------------------- 4 files changed, 149 deletions(-) delete mode 100644 dev-python/nbdime/Manifest delete mode 100644 dev-python/nbdime/metadata.xml delete mode 100644 dev-python/nbdime/nbdime-0.1.2.ebuild delete mode 100644 dev-python/nbdime/nbdime-0.2.0.ebuild (limited to 'dev-python/nbdime') diff --git a/dev-python/nbdime/Manifest b/dev-python/nbdime/Manifest deleted file mode 100644 index 7e9162c25949..000000000000 --- a/dev-python/nbdime/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST nbdime-0.1.2.tar.gz 3864624 BLAKE2B dbf51b7eb07d08870fe1c629aa294b784fd95c0d547de3a4ea4fcf7da5ad6c490df3b61f3cb353723b3139137a54b534460c2a25a6480f7316b6fd17d742d661 SHA512 9f704645ef1e64b0da260841769068db6f6aba37f30b3c6506a1876af1276acb452ed78f66b9e6d7029f06ed9fabf01a1484b4b86055f27a451d623a7eda90cf -DIST nbdime-0.2.0.tar.gz 4139079 BLAKE2B 1e6994009c8ac291272a297fe583f79123906c9e05ca2afd345c6e230e3c476259c4919e2161a049e46fa28f4490122c53d0a2bc94661683652d226a78fb39be SHA512 c156b706e1d6cc7885f987d746e91d7f0c2fa48885339fd79e778643382ab45e2e52565f45cc73b9a305c6f5177339e875f53ae46d73578443880a4c7522976d -EBUILD nbdime-0.1.2.ebuild 1358 BLAKE2B 3f50c4b004d73bba22595e186b9cc9488248c383eebec7601a781703d5534625e4366b71c666eb3238bcaf5bc092f353f2767d0f289fd523b68c29cd08a7ae18 SHA512 04b6221791545222a081baf8a6cbaf7b043b182f8a10a42994680526f2c7bc2574de781c506a663adc0a8e5d3fd85eb82d108021c3518fcfb52806e4208018ec -EBUILD nbdime-0.2.0.ebuild 1608 BLAKE2B 5cbf1a8acb1c105b87aec9082ed9371c9c4268e093da5d21be76bb4ead0c8c65473e4f5e7c7c9d6864caa094000b5d12bd7c20e87b1e9ca28fdbc2c21d35252c SHA512 c638784a5eab3db30067d16a52798457dafaa4e28aba8184afa7ac23ca5963eeebfe984ab90944ac0230ad8fa5a5c1299bc364deab8023c9118131566aa37f0b -MISC metadata.xml 722 BLAKE2B fa4bd130e775cecbed839354417e50c931edd2fb00e24620ab90b782429ec2902bb32b7a0c683dc47986ef271a2485e6d9fded7d9a18e1930f1efc071924784c SHA512 0f319098fdae96681969217b5deedafca1908b8bf47e9603ca3ecef75c4461c61e64ce0fe20e7356713d2256de8267f4abf4162be8c0098930865f464914f59d diff --git a/dev-python/nbdime/metadata.xml b/dev-python/nbdime/metadata.xml deleted file mode 100644 index b2a229dc3754..000000000000 --- a/dev-python/nbdime/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - marbre@linux.sungazer.de - Marius Brehler - - - sci@gentoo.org - Gentoo Science Project - - - nbdime provides tools for diffing and merging of Jupyter Notebooks. - - - jupyter/nbdime - nbdime - - - - Install web-based diff and merge tools. - - - diff --git a/dev-python/nbdime/nbdime-0.1.2.ebuild b/dev-python/nbdime/nbdime-0.1.2.ebuild deleted file mode 100644 index f469ec14ebc7..000000000000 --- a/dev-python/nbdime/nbdime-0.1.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Diff and merge of Jupyter Notebooks" -HOMEPAGE="http://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="BSD" -SLOT="0" -IUSE="test webtools" - -RDEPEND=" - dev-python/nbformat[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] - webtools? ( net-libs/nodejs[npm] ) - " -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ) - " -# The package recommonmark is required to build the docs, not in portage yet. -# Furthermore, backports.shutil_which is required for python2_7. - -python_configure_all() { - if ! use webtools; then - mydistutilsargs=( --skip-npm ) - fi -} - -python_test() { - # user.email and user.name are not configured in the sandbox. - git config --global user.email "you@example.com" || die - git config --global user.name "Your Name" || die - - distutils_install_for_testing - - py.test -l || die -} diff --git a/dev-python/nbdime/nbdime-0.2.0.ebuild b/dev-python/nbdime/nbdime-0.2.0.ebuild deleted file mode 100644 index d407d7d26d2f..000000000000 --- a/dev-python/nbdime/nbdime-0.2.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Diff and merge of Jupyter Notebooks" -HOMEPAGE="http://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" - -LICENSE="BSD" -SLOT="0" -IUSE="doc test webtools" - -RDEPEND=" - dev-python/nbformat[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] - webtools? ( net-libs/nodejs[npm] ) - " -DEPEND="${RDEPEND} - doc? ( - dev-python/recommonmark[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] - ) - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ) - " -# The package recommonmark is required to build the docs, not in portage yet. -# Furthermore, backports.shutil_which is required for python2_7. - -python_configure_all() { - if ! use webtools; then - mydistutilsargs=( --skip-npm ) - fi -} - -python_compile_all() { - if use doc; then - emake -C docs html - HTML_DOCS=( docs/build/html/. ) - fi -} - -python_test() { - # user.email and user.name are not configured in the sandbox. - git config --global user.email "you@example.com" || die - git config --global user.name "Your Name" || die - - distutils_install_for_testing - - py.test -l || die -} -- cgit v1.2.3