summaryrefslogtreecommitdiff
path: root/dev-python/nosehtmloutput
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/nosehtmloutput
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/nosehtmloutput')
-rw-r--r--dev-python/nosehtmloutput/Manifest3
-rw-r--r--dev-python/nosehtmloutput/metadata.xml19
-rw-r--r--dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild20
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/nosehtmloutput/Manifest b/dev-python/nosehtmloutput/Manifest
deleted file mode 100644
index edccacc450be..000000000000
--- a/dev-python/nosehtmloutput/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nosehtmloutput-0.0.5.tar.gz 7525 BLAKE2B 3beb983be772d51a13be64879970b2457387002a641b440ac7287aad2343134eb94254855f240f4937be4f9bb59156c14ef7c872b55896f35191a8114cb5c025 SHA512 85bf7d2ab9db9e054772a1af85c17b6213edb2c5bcf30e78392470ad79fad51f15a67f5923282b867248828beab4ca5ea57fe18a071c21995cf56cb56c6bec84
-EBUILD nosehtmloutput-0.0.5.ebuild 518 BLAKE2B 4f7b1f45d01a51a5b74a509c0f17dc7be1956b1ba7311d4c900eab44e21553ec1f4ca40ea2131fc299fd08ed2d1a9a090e3156352021a44770e53d684b3913c6 SHA512 cfa29f1d7f76bf338c899312a73ace1912a5b77215c6f1dc860aa997580371d1302874aafd355610e1d98c40a874e0417ef286a2148b560cd08db6605411b938
-MISC metadata.xml 614 BLAKE2B 1aeacecf30cd90b8c0146f30cf09c1958c84852ef8d3a3fe67b30e5cd9e25dcfd6b877563ef6e1cfad92b43f2224155c1b74c8da5fa7717be63a21990d4e5499 SHA512 5b48dfcbfb6dee148d81cb829ff30f90f7717d509e94e346668fabaf61bcef52dddd831ebb4adb29d8ea4593dc8364ec8d623742e14a7702fe4024f9bd92a601
diff --git a/dev-python/nosehtmloutput/metadata.xml b/dev-python/nosehtmloutput/metadata.xml
deleted file mode 100644
index f6206cc06be4..000000000000
--- a/dev-python/nosehtmloutput/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- Nose plugin to produce test results in html.
- </longdescription>
- <upstream>
- <remote-id type="pypi">nosehtmloutput</remote-id>
- <remote-id type="github">cboylan/nose-html-output</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild
deleted file mode 100644
index 2cf4d66eb603..000000000000
--- a/dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Nose plugin to produce test results in html"
-HOMEPAGE="https://github.com/cboylan/nose-html-output"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"