Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-testing/, profiles/
Date: Sun, 05 Jun 2022 14:18:49
Message-Id: 1654438581.2cba129624835c0b56f81322b5822b885adf929b.jsmolic@gentoo
1 commit: 2cba129624835c0b56f81322b5822b885adf929b
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 14:09:07 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 14:16:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cba1296
7
8 dev-python/flufl-testing: treeclean
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/flufl-testing/Manifest | 1 -
13 dev-python/flufl-testing/flufl-testing-0.8.ebuild | 25 -----------------------
14 dev-python/flufl-testing/metadata.xml | 13 ------------
15 profiles/package.mask | 1 -
16 4 files changed, 40 deletions(-)
17
18 diff --git a/dev-python/flufl-testing/Manifest b/dev-python/flufl-testing/Manifest
19 deleted file mode 100644
20 index 017ec722019f..000000000000
21 --- a/dev-python/flufl-testing/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST flufl.testing-0.8.tar.gz 8754 BLAKE2B 9465f3e1d98c324cac38b06b80d44d050a260d26dae9df5c59147284a0f0cf4c460a3d0048f834bf479c58eb7a631eefd4146a82d490552f6e46e7c9cd96fff2 SHA512 edf491db72cccafef58e08b810e4c29962d14716cda3318a892a3ca36095b95477e7564aa4fe8eb4f3bd7cd9e7896f82282dd2d3a67900932848f1dc265cea61
25
26 diff --git a/dev-python/flufl-testing/flufl-testing-0.8.ebuild b/dev-python/flufl-testing/flufl-testing-0.8.ebuild
27 deleted file mode 100644
28 index b2212bd8e62e..000000000000
29 --- a/dev-python/flufl-testing/flufl-testing-0.8.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -MY_P=${P/-/.}
41 -
42 -DESCRIPTION="Small collection of test tool plugins"
43 -HOMEPAGE="https://gitlab.com/warsaw/flufl.testing https://pypi.org/project/flufl.testing/"
44 -SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
45 -S="${WORKDIR}/${MY_P}"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -RDEPEND="dev-python/nose2[${PYTHON_USEDEP}]"
52 -
53 -python_install_all() {
54 - distutils-r1_python_install_all
55 - find "${D}" -name '*.pth' -delete || die
56 -}
57
58 diff --git a/dev-python/flufl-testing/metadata.xml b/dev-python/flufl-testing/metadata.xml
59 deleted file mode 100644
60 index 27c3c91f4ce8..000000000000
61 --- a/dev-python/flufl-testing/metadata.xml
62 +++ /dev/null
63 @@ -1,13 +0,0 @@
64 -<?xml version="1.0" encoding="UTF-8"?>
65 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
66 -<pkgmetadata>
67 - <maintainer type="project">
68 - <email>python@g.o</email>
69 - <name>Python</name>
70 - </maintainer>
71 - <stabilize-allarches/>
72 - <upstream>
73 - <remote-id type="pypi">flufl.testing</remote-id>
74 - <remote-id type="gitlab">warsaw/flufl.testing</remote-id>
75 - </upstream>
76 -</pkgmetadata>
77
78 diff --git a/profiles/package.mask b/profiles/package.mask
79 index 78e33d1de709..0b78ef0e99ed 100644
80 --- a/profiles/package.mask
81 +++ b/profiles/package.mask
82 @@ -381,7 +381,6 @@ dev-python/django-haystack
83 dev-python/django-picklefield
84 dev-python/django-q
85 dev-python/falcon
86 -dev-python/flufl-testing
87
88 # Matt Turner <mattst88@g.o> (2022-04-30)
89 # Masked for testing. Apparently causes crashes. Bug #841857.