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/pylama/
Date: Tue, 28 Dec 2021 10:37:18
Message-Id: 1640687618.73d7230f103d8cb066dfffccf4b98e73b894316d.mgorny@gentoo
1 commit: 73d7230f103d8cb066dfffccf4b98e73b894316d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 28 10:33:38 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 28 10:33:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d7230f
7
8 dev-python/pylama: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pylama/Manifest | 3 ---
13 dev-python/pylama/pylama-8.0.4.ebuild | 40 -----------------------------------
14 dev-python/pylama/pylama-8.3.3.ebuild | 40 -----------------------------------
15 dev-python/pylama/pylama-8.3.5.ebuild | 40 -----------------------------------
16 4 files changed, 123 deletions(-)
17
18 diff --git a/dev-python/pylama/Manifest b/dev-python/pylama/Manifest
19 index 273a7f03f942..6fa1da4ba01c 100644
20 --- a/dev-python/pylama/Manifest
21 +++ b/dev-python/pylama/Manifest
22 @@ -1,6 +1,3 @@
23 DIST pylama-7.7.1.tar.gz 34740 BLAKE2B a4bd5aed40c2c4e7bdb9f9968030f0954f0309cff80567b2252ee9576fdb4598714286bda63c22676789d4919662430ef2729089faa70b5cb590784eb47ef1f0 SHA512 298fabffcdf38e3e868e3965de87a0e761bc9dfcfe33320b53057c4e05598bcc22045481ec16ccb8df27f49ea41d6fef82b69fe7327905f93ce74d9350682cf0
24 -DIST pylama-8.0.4.tar.gz 34064 BLAKE2B e6ec937b7716d8a64c19e71b370e557a30d04d908ed2d1859df380c381a7eea93956ec4b58ca779e6029119a017ffce268a5528424783b33e815827dacb79b5d SHA512 c2ad152cadfaed14a6035eb49361439b8f80c7c633b5e1b185dd5dad140a4148f6d4445928e08cb8e92b205739ef75df6d49c66e4ad3cd002512cc2a8aba859b
25 DIST pylama-8.0.6.tar.gz 34223 BLAKE2B 690a0a1197f6512e9511083aa079843f2ca99c9bdb5d74756531db79f7d39e8e0f60a0955b24bc7739edce0376eb79821a796978fb2365789a97628f03f240f8 SHA512 5bc75e5b2a0b141dbe2ca993d13833914980c735b84f3df766bf750909af1eeaba0d554845d8c09f0d8186ff48c8330d9ffa5b565a577ef6506f32672a2c9209
26 -DIST pylama-8.3.3.tar.gz 36292 BLAKE2B e9ed2156c90af1ef33b8a3875dffbe6ee939e70b3a35e0bd9c6f29d5de6ef929e73cf7eda773f6693fdce96e763e81f336fc983a32f9cfa8d124441d5d34b060 SHA512 57db11480752a650dc2871bd8be139492cd5273c3770aefab160855d601e524a24754cf3b4e60973ce00072c1025749c7f9d9d39a5447ca27ab60979e743a72d
27 -DIST pylama-8.3.5.tar.gz 36117 BLAKE2B 6ae876b7e1e0dbfba08c9b7460cbab129b1b43f79a274c191fb7710966fac4b100b1e1c81ac3a440c33b9ed076fb3a60eb5d732f484fc7150c096a7207c3b4d4 SHA512 8be5aa0490ad7e08e6def974c9b8c83c457679dfbdb2b7c161c71fc3f5f68b7e40c96ee41a57d1a1b8689356e22a028aa22400c747c17aa520b5be3e219569e7
28 DIST pylama-8.3.6.tar.gz 36190 BLAKE2B f0c9944d3aa205c9f52fdfab6b47ad5ad08f1865db22eef20add0652fcb4355f878026aad9f1babbfcb4f98c13bc5cbaa069d9d7b5c7a775d994a8952f8a8cc5 SHA512 c279f3005e354be448f42addcfeae6025e1dd4acf84e5de0c3ae707ceac4f98e43a07f43be347b26bfb8db4167945db1db547ed7bd9eb73ca78bbc92d26fdfff
29
30 diff --git a/dev-python/pylama/pylama-8.0.4.ebuild b/dev-python/pylama/pylama-8.0.4.ebuild
31 deleted file mode 100644
32 index 56e1af7e7500..000000000000
33 --- a/dev-python/pylama/pylama-8.0.4.ebuild
34 +++ /dev/null
35 @@ -1,40 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Code audit tool for python"
45 -HOMEPAGE="https://github.com/klen/pylama"
46 -SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -
52 -RDEPEND="
53 - >=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]
54 - >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
55 - >=dev-python/pydocstyle-6.1.1[${PYTHON_USEDEP}]
56 - >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
57 -"
58 -BDEPEND="
59 - test? (
60 - dev-python/eradicate[${PYTHON_USEDEP}]
61 - dev-python/mypy[${PYTHON_USEDEP}]
62 - dev-python/pylint[${PYTHON_USEDEP}]
63 - dev-python/radon[${PYTHON_USEDEP}]
64 - dev-vcs/git
65 - )
66 -"
67 -
68 -distutils_enable_sphinx docs
69 -distutils_enable_tests pytest
70 -
71 -EPYTEST_DESELECT=(
72 - # not packaged
73 - tests/test_linters.py::test_quotes
74 - tests/test_linters.py::test_vulture
75 -)
76
77 diff --git a/dev-python/pylama/pylama-8.3.3.ebuild b/dev-python/pylama/pylama-8.3.3.ebuild
78 deleted file mode 100644
79 index fab10b0885f6..000000000000
80 --- a/dev-python/pylama/pylama-8.3.3.ebuild
81 +++ /dev/null
82 @@ -1,40 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=8
87 -
88 -PYTHON_COMPAT=( python3_{8..10} )
89 -inherit distutils-r1
90 -
91 -DESCRIPTION="Code audit tool for python"
92 -HOMEPAGE="https://github.com/klen/pylama"
93 -SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz -> ${P}.tar.gz"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~mips ~x86"
98 -
99 -RDEPEND="
100 - >=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]
101 - >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
102 - >=dev-python/pydocstyle-6.1.1[${PYTHON_USEDEP}]
103 - >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
104 -"
105 -BDEPEND="
106 - test? (
107 - dev-python/eradicate[${PYTHON_USEDEP}]
108 - dev-python/mypy[${PYTHON_USEDEP}]
109 - dev-python/pylint[${PYTHON_USEDEP}]
110 - dev-python/radon[${PYTHON_USEDEP}]
111 - dev-vcs/git
112 - )
113 -"
114 -
115 -distutils_enable_sphinx docs
116 -distutils_enable_tests pytest
117 -
118 -EPYTEST_DESELECT=(
119 - # not packaged
120 - tests/test_linters.py::test_quotes
121 - tests/test_linters.py::test_vulture
122 -)
123
124 diff --git a/dev-python/pylama/pylama-8.3.5.ebuild b/dev-python/pylama/pylama-8.3.5.ebuild
125 deleted file mode 100644
126 index fab10b0885f6..000000000000
127 --- a/dev-python/pylama/pylama-8.3.5.ebuild
128 +++ /dev/null
129 @@ -1,40 +0,0 @@
130 -# Copyright 1999-2021 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=8
134 -
135 -PYTHON_COMPAT=( python3_{8..10} )
136 -inherit distutils-r1
137 -
138 -DESCRIPTION="Code audit tool for python"
139 -HOMEPAGE="https://github.com/klen/pylama"
140 -SRC_URI="https://github.com/klen/pylama/archive/${PV}.tar.gz -> ${P}.tar.gz"
141 -
142 -LICENSE="MIT"
143 -SLOT="0"
144 -KEYWORDS="~amd64 ~mips ~x86"
145 -
146 -RDEPEND="
147 - >=dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]
148 - >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
149 - >=dev-python/pydocstyle-6.1.1[${PYTHON_USEDEP}]
150 - >=dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}]
151 -"
152 -BDEPEND="
153 - test? (
154 - dev-python/eradicate[${PYTHON_USEDEP}]
155 - dev-python/mypy[${PYTHON_USEDEP}]
156 - dev-python/pylint[${PYTHON_USEDEP}]
157 - dev-python/radon[${PYTHON_USEDEP}]
158 - dev-vcs/git
159 - )
160 -"
161 -
162 -distutils_enable_sphinx docs
163 -distutils_enable_tests pytest
164 -
165 -EPYTEST_DESELECT=(
166 - # not packaged
167 - tests/test_linters.py::test_quotes
168 - tests/test_linters.py::test_vulture
169 -)