commit:     797f08a283304cc8eea78ca3acdd1026f9f03078
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Sep 21 23:37:52 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Sep 21 23:39:01 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=797f08a2

dev-python/nbdime: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/nbdime/metadata.xml       | 20 --------------
 dev-python/nbdime/nbdime-9999.ebuild | 53 ------------------------------------
 2 files changed, 73 deletions(-)

diff --git a/dev-python/nbdime/metadata.xml b/dev-python/nbdime/metadata.xml
deleted file mode 100644
index b3a30b1ae..000000000
--- a/dev-python/nbdime/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>mar...@linux.sungazer.de</email>
-               <name>Marius Brehler</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription>
-nbdime provides tools for diffing and merging of Jupyter Notebooks.
-</longdescription>
-       <use>
-               <flag name="webtools">
-Install web-based diff and merge tools.
-</flag>
-       </use>
-</pkgmetadata>

diff --git a/dev-python/nbdime/nbdime-9999.ebuild 
b/dev-python/nbdime/nbdime-9999.ebuild
deleted file mode 100644
index 65e00672d..000000000
--- a/dev-python/nbdime/nbdime-9999.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Diff and merge of Jupyter Notebooks"
-HOMEPAGE="http://jupyter.org";
-EGIT_REPO_URI="https://github.com/jupyter/${PN}.git";
-
-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 "y...@example.com" || die
-       git config --global user.name "Your Name" || die
-
-       distutils_install_for_testing
-
-       py.test -l || die
-}

Reply via email to