summaryrefslogtreecommitdiff
path: root/dev-python/python-catcher
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/python-catcher
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/python-catcher')
-rw-r--r--dev-python/python-catcher/Manifest3
-rw-r--r--dev-python/python-catcher/metadata.xml11
-rw-r--r--dev-python/python-catcher/python-catcher-0.1.7.ebuild27
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/python-catcher/Manifest b/dev-python/python-catcher/Manifest
deleted file mode 100644
index 6dfd51034dc3..000000000000
--- a/dev-python/python-catcher/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-catcher-0.1.7.tar.gz 3699 BLAKE2B 20d944f8a87a46423db6981e19ab68eb8abcc87d61d57a9a64332177d3c6b9fa13790a2485084d0754f875611ab57e03704eeeadd9a57637e0bd936e9a8e7ea2 SHA512 118bc19a7c7072cbf95d25810f95753aa894619c5a92b32f56e02a752e48c1b6ccbedab7d538184ec6dc30061826a7924fb0a4644e5afa26dedff9b9cd710353
-EBUILD python-catcher-0.1.7.ebuild 596 BLAKE2B 15e76a97a6a55bcf90585fec02160bfc80cb32a4e18d13a00df62b80b892858594949cb8917a6b6b29b48cabeaf9d760800982d908ac4c22bc5229b00c0d8703 SHA512 3efefc90312dc63dcfb1d19d61c93817d80f2cfbb1d170acabe99b53bf74d023be81ac50dddb1e522064c5815480d1dc3dcd0e706f1af41ca1738e625170a816
-MISC metadata.xml 327 BLAKE2B 5aafd5107217b394f3a7a45b9cda7285e7319d123ef2cde8f26f0a57dd1158aa1b0cdb6a559237d91e50f577cea972708acf2d9e6fd70cd1f0b29a686724b0e0 SHA512 c2c87719253cef67a0f872192250327649fc7db3417384fe4c96343025656455613b0f6ab02521c6249e68882dcaee03257b36a775acc6dba028ce6a11776c53
diff --git a/dev-python/python-catcher/metadata.xml b/dev-python/python-catcher/metadata.xml
deleted file mode 100644
index 0b5922bf69ed..000000000000
--- a/dev-python/python-catcher/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">python-catcher</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-catcher/python-catcher-0.1.7.ebuild b/dev-python/python-catcher/python-catcher-0.1.7.ebuild
deleted file mode 100644
index 24f1f8513dd7..000000000000
--- a/dev-python/python-catcher/python-catcher-0.1.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Beautiful stack traces for Python"
-HOMEPAGE="https://pypi.org/project/python-catcher/ http://ajenti.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- dev-python/mako[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
- cd catcher || die
- "${PYTHON}" -m unittest || die
-}