Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/subprocess-tee/
Date: Sun, 17 Oct 2021 09:41:25
Message-Id: 1634463308.94a1a587121898866aede182b4e432472d1fa4c2.mgorny@gentoo
1 commit: 94a1a587121898866aede182b4e432472d1fa4c2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:35:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:35:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a1a587
7
8 dev-python/subprocess-tee: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/subprocess-tee/Manifest | 2 -
13 .../subprocess-tee/subprocess-tee-0.3.2.ebuild | 36 ------------------
14 .../subprocess-tee/subprocess-tee-0.3.4.ebuild | 44 ----------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/dev-python/subprocess-tee/Manifest b/dev-python/subprocess-tee/Manifest
18 index 0a0e1960550..34f583554fc 100644
19 --- a/dev-python/subprocess-tee/Manifest
20 +++ b/dev-python/subprocess-tee/Manifest
21 @@ -1,3 +1 @@
22 -DIST subprocess-tee-0.3.2.tar.gz 14975 BLAKE2B 3198832f4c8bbf90e83038e39017cff1efc61ede84aded8220214e388a088777bdb861c044cddbf4b07c7b3172f8164e8bbf82b33de68d1fefea0f81bbacdfc9 SHA512 e681abc27623a3e05031bc05dc15e34f82c9cb544cd16742855411a9edb11fe8e38f9d11f8e651681d04081f121a47c38ebd172d70d282c8110a62699ef687d6
23 -DIST subprocess-tee-0.3.4.tar.gz 16013 BLAKE2B 6a98caa111a73ef7062f26796dd3e919d05103ae4de88e2c5ce3acc04d9fbde6b31e39a1cee1984fd8d59b8168ab33faf7ff15c916d52a226ff2cb760fd8c796 SHA512 6a97ddc75b7e7954bb7f5f3bf05807e8dd892869cc13e60344c5f40363bdff4ec5441f829cfbcb8c3c4ab7f7b2697c0b1d4a871be8164acd7cfb6fea5032ae4b
24 DIST subprocess-tee-0.3.5.tar.gz 16887 BLAKE2B 6eb25085eb2b2ee4557efd556d8035ab8f6b781b47783f24f227db04b3f82fffcfa29d69f0e3588c3fa6188446a3d96d4421e6b1ea5b3292f42635e19a404bab SHA512 47de075e7b6c75598dac0ad1899e1cce9dc1131b49c35ccade2b67c8d2a2d0248ce22a20c336519ff00bfd57269613bc663012e48cf0afa087c93ee74e18e4d4
25
26 diff --git a/dev-python/subprocess-tee/subprocess-tee-0.3.2.ebuild b/dev-python/subprocess-tee/subprocess-tee-0.3.2.ebuild
27 deleted file mode 100644
28 index 6fe160cd6d1..00000000000
29 --- a/dev-python/subprocess-tee/subprocess-tee-0.3.2.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="subprocess.run replacement with tee(1)-like output"
42 -HOMEPAGE="https://github.com/pycontribs/subprocess-tee"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
50 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
51 - test? (
52 - $(python_gen_cond_dep '
53 - dev-python/enrich[${PYTHON_USEDEP}]
54 - ' python3_{8,9})
55 - )"
56 -
57 -distutils_enable_tests pytest
58 -
59 -# dev-python/{,en}rich ebuilds do not support python3_10 yet
60 -# We test fine (modulo some deprecation warnings) against 3.10 under tox, though.
61 -python_test() {
62 - if [[ ${EPYTHON} == "python3.10" ]]; then
63 - ewarn "Skipping tests for ${EPYTHON} due to missing dependencies"
64 - return 0
65 - fi
66 - distutils-r1_python_test
67 -}
68
69 diff --git a/dev-python/subprocess-tee/subprocess-tee-0.3.4.ebuild b/dev-python/subprocess-tee/subprocess-tee-0.3.4.ebuild
70 deleted file mode 100644
71 index c17411cbabe..00000000000
72 --- a/dev-python/subprocess-tee/subprocess-tee-0.3.4.ebuild
73 +++ /dev/null
74 @@ -1,44 +0,0 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -PYTHON_COMPAT=( python3_{8..10} )
81 -
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="subprocess.run replacement with tee(1)-like output"
85 -HOMEPAGE="https://github.com/pycontribs/subprocess-tee"
86 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="~amd64"
91 -IUSE="test-full"
92 -
93 -REQUIRED_USE="test-full? ( test )"
94 -
95 -# ansible-molecule is invoked as an executable so no need for PYTHON_USEDEP
96 -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
97 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
98 - test? (
99 - $(python_gen_cond_dep '
100 - dev-python/enrich[${PYTHON_USEDEP}]
101 - ' python3_{8,9})
102 - test-full? ( app-admin/ansible-molecule )
103 - )"
104 -
105 -distutils_enable_tests pytest
106 -
107 -# dev-python/{,en}rich ebuilds do not support python3_10 yet.
108 -# We test fine (modulo some deprecation warnings) against 3.10 under tox, though.
109 -python_test() {
110 - if [[ ${EPYTHON} == "python3.10" ]]; then
111 - ewarn "Skipping tests for ${EPYTHON} due to missing dependencies"
112 - return 0
113 - fi
114 - if ! use test-full; then
115 - local -x EPYTEST_DESELECT=( "src/${PN/-/_}/test/test_func.py::test_molecule" )
116 - fi
117 - distutils-r1_python_test
118 -}