commit: 6211c87169d7bc039158566cd527a1eb603b00ab Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Dec 23 09:00:18 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Dec 23 09:02:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6211c871
dev-python/rednose: Remove last-rited pkg Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/rednose/Manifest | 1 - dev-python/rednose/metadata.xml | 8 -------- dev-python/rednose/rednose-0.4.3.ebuild | 24 ------------------------ profiles/package.mask | 1 - 4 files changed, 34 deletions(-) diff --git a/dev-python/rednose/Manifest b/dev-python/rednose/Manifest deleted file mode 100644 index a55133a85c1..00000000000 --- a/dev-python/rednose/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rednose-0.4.3.tar.gz 6046 BLAKE2B 0486d4743d0aecbbcc49cbee108e3d6841d6f3f4e6165614c96122dc9b9a626ad56cea9703f04adad83db3a2dcd934896eed93ad5ebd30c9a7f6711e3e1be375 SHA512 e0169599f251cd90a2906e489b870e7d10322a82253a3a814bc71aa257bea34bd5eb833b637dbae3128f8f37df79929aa4d6331e246654c83eb16118d637182a diff --git a/dev-python/rednose/metadata.xml b/dev-python/rednose/metadata.xml deleted file mode 100644 index 465ceb1fab8..00000000000 --- 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 7b2d5dd372c..00000000000 --- 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}] -" diff --git a/profiles/package.mask b/profiles/package.mask index cde510c28e1..abac92b6d79 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -297,7 +297,6 @@ games-emulation/fakenes # (or are broken). They have no reverse dependencies, except for other # packages from the list. # Removal in 30 days. Bug #755623. -dev-python/rednose dev-python/resumable-urlretrieve dev-python/shutilwhich dev-python/sortedcollections
