summaryrefslogtreecommitdiff
path: root/dev-python/ipdbplugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/ipdbplugin
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/ipdbplugin')
-rw-r--r--dev-python/ipdbplugin/Manifest4
-rw-r--r--dev-python/ipdbplugin/ipdbplugin-1.4.ebuild29
-rw-r--r--dev-python/ipdbplugin/ipdbplugin-9999.ebuild29
-rw-r--r--dev-python/ipdbplugin/metadata.xml10
4 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/ipdbplugin/Manifest b/dev-python/ipdbplugin/Manifest
deleted file mode 100644
index 3575c26083da..000000000000
--- a/dev-python/ipdbplugin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ipdbplugin-1.4.tar.gz 2473 BLAKE2B d69c6f2a45738bf10a18e9db194530efa21f8d32bd69d5ccd279eb50f07bd5c8b369bcdde92dc2e9b8b417864a49c308c83649bb66bcaf8ec380101284363c7d SHA512 5831d1e9aceb2fe4db272975d4d792622822049813ba76bdc0ee48dee001339084efddf534882775922ec178c1bcd52954bc2df1ce42181cbfdd1c3c4b944365
-EBUILD ipdbplugin-1.4.ebuild 687 BLAKE2B 35c25b52412ea98fe6e39e173dcd9e4071d4ab76d1f12250cbc57750cba9f54eb85f07768fc2127f2dfb8a09f38b714a411b82fbe3bdccca306768ee176ef9a1 SHA512 9ee6eb7e8027b5375eedd47873a17f8973615411fedb3bd42369410a65e07cf6a077f856e5a30563e692cf1583791979166dfa433e5edbb4569eb07a980d668e
-EBUILD ipdbplugin-9999.ebuild 687 BLAKE2B 35c25b52412ea98fe6e39e173dcd9e4071d4ab76d1f12250cbc57750cba9f54eb85f07768fc2127f2dfb8a09f38b714a411b82fbe3bdccca306768ee176ef9a1 SHA512 9ee6eb7e8027b5375eedd47873a17f8973615411fedb3bd42369410a65e07cf6a077f856e5a30563e692cf1583791979166dfa433e5edbb4569eb07a980d668e
-MISC metadata.xml 296 BLAKE2B b72da86cc7ade1273813549425c808e2aadb083ebd37a6e1a7de697735c7f2af7bd130dd802c033c2efe26cb1bad44c62fc8f66da94d92b3e23bd68d7ddc155a SHA512 c64bf334a8ee1242a8f26e916d2d1458b57aabe24890c1e79e2b7fef812a2a2f2ece2ec3d5795ce3838b9a0f27c16a2fa01aa36b12e7c8e69dc1ba2d9e409929
diff --git a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild b/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
deleted file mode 100644
index 704738ea38c4..000000000000
--- a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Nose plugin to use iPdb instead of Pdb when tests fail"
-HOMEPAGE="https://pypi.org/project/ipdbplugin/"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/flavioamieiro/nose-ipdb.git"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]
- dev-python/ipdb
- dev-python/nose"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild b/dev-python/ipdbplugin/ipdbplugin-9999.ebuild
deleted file mode 100644
index 704738ea38c4..000000000000
--- a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Nose plugin to use iPdb instead of Pdb when tests fail"
-HOMEPAGE="https://pypi.org/project/ipdbplugin/"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/flavioamieiro/nose-ipdb.git"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]
- dev-python/ipdb
- dev-python/nose"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/ipdbplugin/metadata.xml b/dev-python/ipdbplugin/metadata.xml
deleted file mode 100644
index 50b1d3e8f984..000000000000
--- a/dev-python/ipdbplugin/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>slis@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="pypi">ipdbplugin</remote-id>
- </upstream>
-</pkgmetadata>