commit:     12a7d84eab35636d80d4e0d4ed860cceb6e6f144
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May  7 13:41:02 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  7 13:44:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a7d84e

dev-python/wurlitzer: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/wurlitzer/Manifest               |  1 -
 dev-python/wurlitzer/wurlitzer-2.0.1.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-python/wurlitzer/Manifest b/dev-python/wurlitzer/Manifest
index 19b28ae0e46..daa8702c8d2 100644
--- a/dev-python/wurlitzer/Manifest
+++ b/dev-python/wurlitzer/Manifest
@@ -1,2 +1 @@
-DIST wurlitzer-2.0.1.tar.gz 10638 BLAKE2B 
e5350a3920ae072f93a0043ec368766d8e190558b3e897e68b272b06d0d6ff7907f2aeecfd41a99b54804a596ad9f7d7062995a5c465724a2b87419ee801daa3
 SHA512 
06f67b666c2a364b5ee497fa2f0ab8640aeb2953b678e35b13e1558ab29bc5554f479731f9942d8f033275f5151bb9f86408e0f04b1120bae0f29b27649d783c
 DIST wurlitzer-2.1.0.tar.gz 8788 BLAKE2B 
9a9e9696446fe31f0ff392eee011f341ee24c102e4e6bac195586b764386d1a835567560306cd3cb6e942b539a57ffa15aa9b3a20fac9224311ed7301130c84d
 SHA512 
cc7291786b0505627129619094218f51c0679c0c3550645af3b94bdd3f10afd5fc8402d89dcb599d874a5c9e4f4966dc49a6f98a1ab0e2bb9adbc3f95d4fcc6a

diff --git a/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild 
b/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild
deleted file mode 100644
index f1ec7b6d0ad..00000000000
--- a/dev-python/wurlitzer/wurlitzer-2.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Capture C-level stdout/stderr in Python"
-HOMEPAGE="
-       https://github.com/minrk/wurlitzer/
-       https://pypi.org/project/wurlitzer/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
-       pytest -vv test.py || die "Tests fail with ${EPYTHON}"
-}

Reply via email to