From: Michał Górny Date: Mon, 4 May 2020 12:22:39 +0000 (+0200) Subject: dev-python/subprocess32: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=001611d6d7ac364a62fc80483a7d4c8636497204;p=gentoo.git dev-python/subprocess32: Remove old Signed-off-by: Michał Górny --- diff --git a/dev-python/subprocess32/Manifest b/dev-python/subprocess32/Manifest index d0e5475539b9..a7d9550cd5cb 100644 --- a/dev-python/subprocess32/Manifest +++ b/dev-python/subprocess32/Manifest @@ -1,2 +1 @@ -DIST subprocess32-3.2.7.tar.gz 54240 BLAKE2B 0f7fc0db765c809b29b5e0bed6e17da85884d7952d3cb546adc36cbec764f9b817f1a1c0219c6910d90d53f78038171e3e250b964bff3bfead0a54a580f2ff5f SHA512 d897d6a48824991e2a63ea417ca15222f28c3a4117c9bba8cbb4eceabfba9769acce1166aafa7aee8a025d6ebe7e133ce0dd617f90cb07e11bdb73dc1e21dec6 DIST subprocess32-3.5.4.tar.gz 97373 BLAKE2B 712b6545684fc7908a24ffae94d0967e168773a3b52a0701828ee2741255919927d24972a3c0579dadb5b187a63429d2a24e089e535bd3c41d6f48adc27b1166 SHA512 c811bdb5842d9f5ed9e51df4d13ba39045fbe98ca6e90a2c8138e68e44c2a55a2f0f3eb3e77e26caa3f88c360584912b001a0ca37ba68ac6c946c68c7a37d29a diff --git a/dev-python/subprocess32/subprocess32-3.2.7.ebuild b/dev-python/subprocess32/subprocess32-3.2.7.ebuild deleted file mode 100644 index fc8dd9d2170a..000000000000 --- a/dev-python/subprocess32/subprocess32-3.2.7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A backport of the subprocess module from Python 3.2/3.3 for use on 2.x" -HOMEPAGE="https://github.com/google/python-subprocess32" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -PATCHES=( "${FILESDIR}"/${P}-sandbox-test-fix.patch ) - -python_test() { - "${PYTHON}" test_subprocess32.py || die "Tests fail with ${EPYTHON}" -}