commit:     4b3f66cd56d5e048bdc4763644f62bf418f553c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 15:44:31 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 15:52:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3f66cd

dev-python/subprocess32: Remove last-rited pkg

Closes: https://bugs.gentoo.org/743724
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/subprocess32/Manifest                  |  1 -
 dev-python/subprocess32/metadata.xml              | 12 ------------
 dev-python/subprocess32/subprocess32-3.5.4.ebuild | 22 ----------------------
 profiles/package.mask                             |  1 -
 4 files changed, 36 deletions(-)

diff --git a/dev-python/subprocess32/Manifest b/dev-python/subprocess32/Manifest
deleted file mode 100644
index a7d9550cd5c..00000000000
--- a/dev-python/subprocess32/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST subprocess32-3.5.4.tar.gz 97373 BLAKE2B 
712b6545684fc7908a24ffae94d0967e168773a3b52a0701828ee2741255919927d24972a3c0579dadb5b187a63429d2a24e089e535bd3c41d6f48adc27b1166
 SHA512 
c811bdb5842d9f5ed9e51df4d13ba39045fbe98ca6e90a2c8138e68e44c2a55a2f0f3eb3e77e26caa3f88c360584912b001a0ca37ba68ac6c946c68c7a37d29a

diff --git a/dev-python/subprocess32/metadata.xml 
b/dev-python/subprocess32/metadata.xml
deleted file mode 100644
index d06e7b26e19..00000000000
--- a/dev-python/subprocess32/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">subprocess32</remote-id>
-    <remote-id type="github">google/python-subprocess32</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/subprocess32/subprocess32-3.5.4.ebuild 
b/dev-python/subprocess32/subprocess32-3.5.4.ebuild
deleted file mode 100644
index d94fbc6e13e..00000000000
--- a/dev-python/subprocess32/subprocess32-3.5.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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="~alpha amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-python_test() {
-       "${PYTHON}" test_subprocess32.py || die "Tests fail with ${EPYTHON}"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 5c844d18344..82c92f3c8e7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -335,7 +335,6 @@ dev-python/functools32
 dev-python/futures
 dev-python/ipaddress
 dev-python/pathlib
-dev-python/subprocess32
 
 # Michał Górny <[email protected]> (2020-09-09)
 # These packages (or package versions) still require Python 2.7.

Reply via email to