Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cache/, profiles/
Date: Thu, 23 Jun 2022 03:06:59
Message-Id: 1655953467.22aa9878acfec9c31fe13c511fdc3e6d5a71bcfc.sam@gentoo
1 commit: 22aa9878acfec9c31fe13c511fdc3e6d5a71bcfc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 03:04:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 03:04:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aa9878
7
8 dev-python/pytest-cache: treeclean
9
10 Bug: https://bugs.gentoo.org/700944
11 Bug: https://bugs.gentoo.org/845834
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/pytest-cache/Manifest | 1 -
15 dev-python/pytest-cache/metadata.xml | 11 --------
16 dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild | 31 ----------------------
17 profiles/package.mask | 7 -----
18 4 files changed, 50 deletions(-)
19
20 diff --git a/dev-python/pytest-cache/Manifest b/dev-python/pytest-cache/Manifest
21 deleted file mode 100644
22 index 4b259bee3087..000000000000
23 --- a/dev-python/pytest-cache/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST pytest-cache-1.0.tar.gz 16242 BLAKE2B 90ebe56fab442c67513025bf3921d9d3ef4220de49fed5ae14cd31e5b8966e2fce4551faafb14bbaf1c3ddb45a8bc2d0ef4e3e9ab6fdece053d173b37e4753b7 SHA512 55eb66718a45fb0ad8931780d96fa4715cf0d9f2568be2a1b08b3399d391b818a7ae8b2afeb74b50aaf8ec8f7f0d8da8e7a7483845a50e884822ca6ddbca03ea
27
28 diff --git a/dev-python/pytest-cache/metadata.xml b/dev-python/pytest-cache/metadata.xml
29 deleted file mode 100644
30 index 9a2f9dd5b752..000000000000
31 --- a/dev-python/pytest-cache/metadata.xml
32 +++ /dev/null
33 @@ -1,11 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <maintainer type="project">
38 - <email>python@g.o</email>
39 - <name>Python</name>
40 - </maintainer>
41 - <upstream>
42 - <remote-id type="pypi">pytest-cache</remote-id>
43 - </upstream>
44 -</pkgmetadata>
45
46 diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild
47 deleted file mode 100644
48 index c68ed0efcfdb..000000000000
49 --- a/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild
50 +++ /dev/null
51 @@ -1,31 +0,0 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=7
56 -
57 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
58 -
59 -inherit distutils-r1
60 -
61 -DESCRIPTION="mechanisms for caching across test runs"
62 -HOMEPAGE="https://pypi.org/project/pytest-cache/
63 - https://pythonhosted.org/pytest-cache/"
64 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65 -
66 -SLOT="0"
67 -LICENSE="MIT"
68 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
69 -IUSE="test"
70 -
71 -RDEPEND="dev-python/execnet[${PYTHON_USEDEP}]"
72 -DEPEND="${RDEPEND}
73 - dev-python/setuptools[${PYTHON_USEDEP}]
74 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
75 - "
76 -
77 -# https://bitbucket.org/hpk42/pytest-cache/issues/12
78 -RESTRICT=test
79 -
80 -python_test() {
81 - PYTEST_PLUGINS="pytest_cache" py.test -v -v || die
82 -}
83
84 diff --git a/profiles/package.mask b/profiles/package.mask
85 index cd7d3e580130..f7e29840514d 100644
86 --- a/profiles/package.mask
87 +++ b/profiles/package.mask
88 @@ -293,13 +293,6 @@ dev-python/sqlalchemy-migrate
89 # no Python 3.10 support. Removal on 2022-06-22. bug #845822.
90 dev-python/pypeg2
91
92 -# Sam James <sam@g.o> (2022-05-22)
93 -# Unmaintained, no upstream activity since 2013, upstream repository disappeared.
94 -# Long obsolete with no reverse dependencies, as now integrated within pytest.
95 -# Doesn't support Python 3.10+.
96 -# Removal on 2022-06-22. bug #700944, bug #845834
97 -dev-python/pytest-cache
98 -
99 # Hans de Graaff <graaff@g.o> (2022-05-20)
100 # Unused slots of cucumber components that are no longer or were never
101 # used by current cucumber versions. Masked for removal in 30 days.