commit:     644776f076c321ce65eb233b2a8249ebbb34e44c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 07:21:25 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 07:21:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644776f0

dev-python/backports-unittest-mock: Remove last-rited pkg

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

 dev-python/backports-unittest-mock/Manifest        |  1 -
 .../backports-unittest-mock-1.5-r1.ebuild          | 62 ----------------------
 dev-python/backports-unittest-mock/metadata.xml    | 18 -------
 profiles/package.mask                              |  5 --
 4 files changed, 86 deletions(-)

diff --git a/dev-python/backports-unittest-mock/Manifest 
b/dev-python/backports-unittest-mock/Manifest
deleted file mode 100644
index 7e9178c07b6..00000000000
--- a/dev-python/backports-unittest-mock/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST backports.unittest_mock-1.5.tar.gz 8941 BLAKE2B 
ba0ba99bd2668ffaf02f10cd5cf511e32660a2592550f879422400265a4b75732e03d2d0627c4563daca0063ac5759d30abf450c13f9d38b6b3a94b85cab9c17
 SHA512 
2f2d2c34f80009829935f9e97404bf1840d3ead9dad55fc6f967135b80ed572389d7f42ead2f82671ecfe341eb6ccf696a49560c848d1a36ec5570769a5820a5

diff --git 
a/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild 
b/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild
deleted file mode 100644
index 3cc0eb0d8c6..00000000000
--- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-# It is the developer's intention that backports.unittest_mock will be
-# used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-MY_PN="${MY_PN//-/_}"
-DESCRIPTION="Backport of unittest.mock"
-HOMEPAGE="https://github.com/jaraco/backports.unittest_mock";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-IUSE="test"
-
-RDEPEND="
-       dev-python/backports[${PYTHON_USEDEP}]
-       dev-python/mock[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               ${RDEPEND}
-               >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-       )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RESTRICT="!test? ( test )"
-
-distutils_enable_sphinx docs \
-       '>=dev-python/jaraco-packaging-3.2' \
-       '>=dev-python/rst-linker-1.9'
-
-python_prepare_all() {
-       # avoid a setuptools_scm dependency
-       sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
-       sed -r -i 
"s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::"
 \
-               setup.cfg || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       # Override pytest options to skip flake8
-       pytest -vv --override-ini="addopts=--doctest-modules" \
-               || die "tests failed with ${EPYTHON}"
-}
-
-python_install() {
-       # avoid a collision with dev-python/backports
-       rm "${BUILD_DIR}"/lib/backports/__init__.py || die
-       distutils-r1_python_install --skip-build
-}

diff --git a/dev-python/backports-unittest-mock/metadata.xml 
b/dev-python/backports-unittest-mock/metadata.xml
deleted file mode 100644
index 654b580f7f2..00000000000
--- a/dev-python/backports-unittest-mock/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>sb...@gentoo.org</email>
-               <name>Louis Sautier</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-       </maintainer>
-       <stabilize-allarches/>
-       <upstream>
-               <remote-id type="pypi">backports.unittest_mock</remote-id>
-               <remote-id 
type="github">jaraco/backports.unittest_mock</remote-id>
-               
<bugs-to>https://github.com/jaraco/backports.unittest_mock/issues</bugs-to>
-               
<changelog>https://github.com/jaraco/backports.unittest_mock/blob/master/CHANGES.rst</changelog>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a4e8ad25bcc..9f4865741fa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -535,11 +535,6 @@ net-analyzer/mk-livestatus
 sci-biology/vienna-rna
 sys-fs/owfs
 
-# Louis Sautier <sb...@gentoo.org> (2020-09-09)
-# Masked for removal in 30 days, no revdeps.
-# Backport of a module included in Python >= 3.3.
-dev-python/backports-unittest-mock
-
 # Arfrever Frehtes Taifersar Arahesis <arfrever....@gmail.com> (2020-09-01)
 # Mismatched version (bug #695022). Masked to force upgrade to 
2.0.4_pre20200306162733.
 # (Mask should remain after ebuilds are deleted, until 2021-03-01 or

Reply via email to