summaryrefslogtreecommitdiff
path: root/dev-python/rednose
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rednose')
-rw-r--r--dev-python/rednose/Manifest3
-rw-r--r--dev-python/rednose/metadata.xml8
-rw-r--r--dev-python/rednose/rednose-0.4.3.ebuild24
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/rednose/Manifest b/dev-python/rednose/Manifest
deleted file mode 100644
index f3f73eec9970..000000000000
--- a/dev-python/rednose/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST rednose-0.4.3.tar.gz 6046 BLAKE2B 0486d4743d0aecbbcc49cbee108e3d6841d6f3f4e6165614c96122dc9b9a626ad56cea9703f04adad83db3a2dcd934896eed93ad5ebd30c9a7f6711e3e1be375 SHA512 e0169599f251cd90a2906e489b870e7d10322a82253a3a814bc71aa257bea34bd5eb833b637dbae3128f8f37df79929aa4d6331e246654c83eb16118d637182a
-EBUILD rednose-0.4.3.ebuild 574 BLAKE2B e52edc4f36ae4610221ac926daa8d707d7fccf66fb5c24df768650c2eca8ced499772af75e218b74564e4b43ee8dbea3a2aeb4d265b5556995bf2cf683cc47ed SHA512 30be631d922f29b86b7e7716d074f217a50c595df5d0ae7921850706ea1660be7d158a07060bcd27bc28b8eafcf7cd12932dd7c997b6dfc7fe3b00b9703cc7b9
-MISC metadata.xml 240 BLAKE2B a0bef4c8cb43f09e3568f286142b660aebbb07ba60fd5d75916b57fea45bda9ed18f23eaac7e2bf20089ab0d9cdab1e2cc412be19eeb704f6437c0dd8a44bbea SHA512 fb4bb85332dd0ba19ce0141c882a04c4dc93e654ec0f63d4ce43e562b8c1eedc2d65471f2e1122952e14695d25c3cc4acea0f4e9d113c1d05df892637f2a9744
diff --git a/dev-python/rednose/metadata.xml b/dev-python/rednose/metadata.xml
deleted file mode 100644
index 465ceb1fab87..000000000000
--- a/dev-python/rednose/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">rednose</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/rednose/rednose-0.4.3.ebuild b/dev-python/rednose/rednose-0.4.3.ebuild
deleted file mode 100644
index 7b2d5dd372c7..000000000000
--- a/dev-python/rednose/rednose-0.4.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="coloured output for nosetests"
-HOMEPAGE="http://gfxmonk.net/dist/0install/rednose.xml"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
-IUSE=""
-
-CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- dev-python/colorama[${PYTHON_USEDEP}]
- >=dev-python/python-termstyle-0.1.7[${PYTHON_USEDEP}]
-"