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/libtmux/files/, dev-python/libtmux/
Date: Tue, 08 Nov 2022 05:17:27
Message-Id: 1667883925.39eecbdc61c94b41bf278c66e7741b207b4087e5.mgorny@gentoo
1 commit: 39eecbdc61c94b41bf278c66e7741b207b4087e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 8 05:05:25 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 05:05:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39eecbdc
7
8 dev-python/libtmux: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/libtmux/Manifest | 2 -
13 .../libtmux/files/libtmux-0.15.4-no-doctest.patch | 13 ------
14 dev-python/libtmux/libtmux-0.15.4.ebuild | 52 ----------------------
15 dev-python/libtmux/libtmux-0.15.7.ebuild | 52 ----------------------
16 4 files changed, 119 deletions(-)
17
18 diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest
19 index 26412c3e8013..5473453c98d0 100644
20 --- a/dev-python/libtmux/Manifest
21 +++ b/dev-python/libtmux/Manifest
22 @@ -1,5 +1,3 @@
23 DIST libtmux-0.14.2.gh.tar.gz 234682 BLAKE2B e93b0a280c3cfdfab4c9a313d251d15665c530813f00aa78151efe62a6a566f2d8986afed015de4a8be80b48f31ac197e98d3efa592eb8895e8d9626ff34ef72 SHA512 1565529ecf555dac8f896146e2d802c0e5460458ea1da6ba5496d5d2c394f56cc8c5f7650c5d4aebd1750659bbdc529e439e60dff6a0ccef8806bb65305d2421
24 DIST libtmux-0.15.10.gh.tar.gz 240378 BLAKE2B 81841a25b01bb26d2c612a14cd4518c48b12162d4aafa280fe0d6de269d149bddaffe72f4ce2c735e41b00cd2bfec19773d7cd3b9fd927c892f11f0cdf8e8a88 SHA512 8ee870c94bd3e3a9fffc19854f978d4faad747ea395e53c3576adc9cc2dcdd3cbdedeeb589a2dc11b0ac836931ffbdcea06a4a850b2ead163235dda2334defb5
25 -DIST libtmux-0.15.4.gh.tar.gz 237928 BLAKE2B b12643336717fbba079df884aa7b8a3029c393afd0dbcfe7be07d7c08f15a8252ec73479f5423fbe86efe63fb990529f68ed5690b40e2c7938df7edd2c6e51e5 SHA512 41adc83fde64a00385bb6885243b50c73e4cedd4d0860b1eb5c9a533b73d2f7fedef1e23f1b994c809abb834b666931c3fbdccd417969865172777e34a1cc5fe
26 -DIST libtmux-0.15.7.gh.tar.gz 237820 BLAKE2B b398fb9c44ebf916e99d442094bee9925e129e67a32becdfdda9d5ec4c8e30bebe937ebde58e2fb5654807251cd00076117646974430a0c608b1b89637fdfe94 SHA512 ac33aeecc579b018af2e09d0aaf86f97dafa7782893bee065798247ebd5e2a5a4a8d14b1b3314e0050e39bceefeadef6600d3881fbb30a8e3e9b4831b4df339b
27 DIST libtmux-0.15.9.gh.tar.gz 239611 BLAKE2B 7a171c827fde0ddf3fa0191c00d4e22e5027d925781f7231497c09a038f16d3408ba894d4f8d71470a0d8dbb8f1fc387971d3c8ec94d9f03a3f0af0e2ac0c7c7 SHA512 e7599dece70188cd210de7a1e554d86ba12b8479757dd03903cf3e0608e8e9cf3d181e4c0afc7432d6977dece931707120399690932099ed7d07d847ac76655c
28
29 diff --git a/dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch b/dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch
30 deleted file mode 100644
31 index ecfebaa450ca..000000000000
32 --- a/dev-python/libtmux/files/libtmux-0.15.4-no-doctest.patch
33 +++ /dev/null
34 @@ -1,13 +0,0 @@
35 -diff --git a/setup.cfg b/setup.cfg
36 -index 2547e73..3659616 100644
37 ---- a/setup.cfg
38 -+++ b/setup.cfg
39 -@@ -19,7 +19,7 @@ line_length = 88
40 - [tool:pytest]
41 - filterwarnings =
42 - ignore:.* Use packaging.version.*:DeprecationWarning::
43 --addopts = --tb=short --no-header --showlocals --doctest-docutils-modules --reruns 2 -p no:doctest
44 -+addopts = --tb=short --no-header --showlocals --reruns 2 -p no:doctest
45 - doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
46 - testpaths =
47 - src/libtmux
48
49 diff --git a/dev-python/libtmux/libtmux-0.15.4.ebuild b/dev-python/libtmux/libtmux-0.15.4.ebuild
50 deleted file mode 100644
51 index c26d228b0f9e..000000000000
52 --- a/dev-python/libtmux/libtmux-0.15.4.ebuild
53 +++ /dev/null
54 @@ -1,52 +0,0 @@
55 -# Copyright 1999-2022 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=8
59 -
60 -DISTUTILS_USE_PEP517=poetry
61 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
62 -
63 -inherit distutils-r1
64 -
65 -DESCRIPTION="python api for tmux"
66 -HOMEPAGE="https://libtmux.git-pull.com/"
67 -SRC_URI="
68 - https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz
69 - -> ${P}.gh.tar.gz
70 -"
71 -
72 -LICENSE="MIT"
73 -SLOT="0"
74 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
75 -
76 -RDEPEND="
77 - >=app-misc/tmux-3.0a
78 -"
79 -BDEPEND="
80 - test? (
81 - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
82 - dev-python/pytest-mock[${PYTHON_USEDEP}]
83 - dev-python/twine[${PYTHON_USEDEP}]
84 - )
85 -"
86 -
87 -PATCHES=(
88 - "${FILESDIR}/libtmux-0.15.4-no-doctest.patch"
89 -)
90 -
91 -distutils_enable_tests pytest
92 -
93 -EPYTEST_DESELECT=(
94 - libtmux/pane.py::libtmux.pane.Pane.send_keys
95 -)
96 -
97 -python_prepare_all() {
98 - local issues="https://github.com/tmux-python/libtmux/issues/"
99 - sed -r -i "s|:issue:\`([[:digit:]]+)\`|\`issue \1 ${issues}\1\`|" CHANGES || die
100 - rm requirements/doc.txt || die
101 -
102 - # increase timeouts for tests
103 - sed -e 's/0.01/0.1/' -i tests/test_test.py || die
104 -
105 - distutils-r1_python_prepare_all
106 -}
107
108 diff --git a/dev-python/libtmux/libtmux-0.15.7.ebuild b/dev-python/libtmux/libtmux-0.15.7.ebuild
109 deleted file mode 100644
110 index 68646aad4b62..000000000000
111 --- a/dev-python/libtmux/libtmux-0.15.7.ebuild
112 +++ /dev/null
113 @@ -1,52 +0,0 @@
114 -# Copyright 1999-2022 Gentoo Authors
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI=8
118 -
119 -DISTUTILS_USE_PEP517=poetry
120 -PYTHON_COMPAT=( python3_{8..11} pypy3 )
121 -
122 -inherit distutils-r1
123 -
124 -DESCRIPTION="python api for tmux"
125 -HOMEPAGE="https://libtmux.git-pull.com/"
126 -SRC_URI="
127 - https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz
128 - -> ${P}.gh.tar.gz
129 -"
130 -
131 -LICENSE="MIT"
132 -SLOT="0"
133 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
134 -
135 -RDEPEND="
136 - >=app-misc/tmux-3.0a
137 -"
138 -BDEPEND="
139 - test? (
140 - dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
141 - dev-python/pytest-mock[${PYTHON_USEDEP}]
142 - dev-python/twine[${PYTHON_USEDEP}]
143 - )
144 -"
145 -
146 -PATCHES=(
147 - "${FILESDIR}/libtmux-0.15.4-no-doctest.patch"
148 -)
149 -
150 -distutils_enable_tests pytest
151 -
152 -EPYTEST_DESELECT=(
153 - libtmux/pane.py::libtmux.pane.Pane.send_keys
154 -)
155 -
156 -python_prepare_all() {
157 - local issues="https://github.com/tmux-python/libtmux/issues/"
158 - sed -r -i "s|:issue:\`([[:digit:]]+)\`|\`issue \1 ${issues}\1\`|" CHANGES || die
159 - rm requirements/doc.txt || die
160 -
161 - # increase timeouts for tests
162 - sed -e 's/0.01/0.1/' -i tests/test_test.py || die
163 -
164 - distutils-r1_python_prepare_all
165 -}