summaryrefslogtreecommitdiff
path: root/dev-python/ipdbplugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /dev-python/ipdbplugin
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
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.xml8
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-python/ipdbplugin/Manifest b/dev-python/ipdbplugin/Manifest
deleted file mode 100644
index d3b90621120c..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 670 BLAKE2B 9e0d45a3268a5ed0837f05720f4ae1895c07bd5e794f734b0286c548b50fac47aa0c96be0827f4d5b63f32bf80667bcc1276e65ecdc309b116e18a732362e40e SHA512 0e324959a366f604ef9286cdffd099245969963eb4ff2a77064a9c5a074894f106ba123065fce56849710aae3b033af39405bb6cb4d505d2eb716cb313994d2d
-EBUILD ipdbplugin-9999.ebuild 670 BLAKE2B 9e0d45a3268a5ed0837f05720f4ae1895c07bd5e794f734b0286c548b50fac47aa0c96be0827f4d5b63f32bf80667bcc1276e65ecdc309b116e18a732362e40e SHA512 0e324959a366f604ef9286cdffd099245969963eb4ff2a77064a9c5a074894f106ba123065fce56849710aae3b033af39405bb6cb4d505d2eb716cb313994d2d
-MISC metadata.xml 245 BLAKE2B b0cfd1b7f68084367724fc1a2d0076946c66937084ff87a414ce4ba7b5e1ca5d1801d21d055e1a4365f6eab8cbd67438ebfcd95360eefdf885e67e493ce9121f SHA512 1669d436830384740f9cb2ea1bf022da4275adc965d02fdb66a5996bf70113f337b0ed8161852511c7a997a4956b76642286a5838b7d70e2ece631012cd07c91
diff --git a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild b/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
deleted file mode 100644
index f7201a9866fb..000000000000
--- a/dev-python/ipdbplugin/ipdbplugin-1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python3_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 f7201a9866fb..000000000000
--- a/dev-python/ipdbplugin/ipdbplugin-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python3_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 ed2f4d2799c6..000000000000
--- a/dev-python/ipdbplugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">ipdbplugin</remote-id>
- </upstream>
-</pkgmetadata>