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/pycodestyle/
Date: Sat, 31 Dec 2022 10:56:04
Message-Id: 1672484154.c2c8809c56de6e98c8b1283eed169ad3fba8ab30.mgorny@gentoo
1 commit: c2c8809c56de6e98c8b1283eed169ad3fba8ab30
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 10:54:36 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 10:55:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c8809c
7
8 dev-python/pycodestyle: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pycodestyle/Manifest | 3 ---
13 dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild | 29 --------------------
14 dev-python/pycodestyle/pycodestyle-2.9.0.ebuild | 31 ----------------------
15 dev-python/pycodestyle/pycodestyle-2.9.1.ebuild | 31 ----------------------
16 4 files changed, 94 deletions(-)
17
18 diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
19 index 1edbc4e22ae5..501dbebeb8bc 100644
20 --- a/dev-python/pycodestyle/Manifest
21 +++ b/dev-python/pycodestyle/Manifest
22 @@ -1,4 +1 @@
23 DIST pycodestyle-2.10.0.tar.gz 101916 BLAKE2B 1dbf4c2ea9b1c606740fe1e9804b29100056bad25935182b43dd07d694bf3d321d63b17d2e308dc1ffaca1f4e3e46a4e8df3998424adc4e4a1a33862e608e153 SHA512 b0c3ee7ac56942db1e8cb5f3a59c2bd2a44b7467e73b46ab7b6f932603beefbbd29f2760ee49907447af1a5987dc1961f00788b01456bdd0aed7690e2d54446b
24 -DIST pycodestyle-2.8.0.tar.gz 102299 BLAKE2B ac4708a513582bb0f27f1abfcc983319e6c7b853c53971d5f026f297f897b25a6c8a651a4d2441b19ab37e6df6f7a38a472aad0757fec59e0438263d76ccfdb2 SHA512 0098be44451bc173507e2b396aaf342ccf7f25a6a1f5d5c1f802079a76a66e6bedf9f358b5e07b27bee66e3b279c72a6b72f63e5984f58ae83b7fc5806880fc1
25 -DIST pycodestyle-2.9.0.tar.gz 102014 BLAKE2B ee2c2cad332e7442f9e557f388c3de09ea0ea65b0678c65d64d6293de18aa884a39a6a65ce47a99ac04b98da4e4bad14d2ccd228b22bdbd7361a3a0ca2c27afb SHA512 82926bf1c5b72decc0679d4fcec705d707b91b347ea0eec52b1f05301b96e55fc75afdb367ecdec674976fe1f2f7b475498a8e9a2ba19e3dfd483584a9ef841e
26 -DIST pycodestyle-2.9.1.tar.gz 102127 BLAKE2B 701e6325a73173b8ab8540f03f794066f05ffe7f29cfac49f065ec6f8cc6a50b1334372b8fd7619a368a54605dde0214da9e9b3b59326c58803bf7f49d6981ea SHA512 da1c67815b50d13c8eb70cebcc12c761a6407518a4ed4a8780ee7064089c9e89a5c3246d05f19916c0ec293fc1a372d3b2adb72e11f775b1cfbd1fbbe07a1a83
27
28 diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild b/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
29 deleted file mode 100644
30 index 8caa67171937..000000000000
31 --- a/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Python style guide checker (fka pep8)"
45 -HOMEPAGE="
46 - https://pycodestyle.pycqa.org/en/latest/
47 - https://github.com/PyCQA/pycodestyle/
48 - https://pypi.org/project/pycodestyle/
49 -"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
55 -
56 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
57 -
58 -python_test() {
59 - PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die
60 - PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 --testsuite=testsuite || die
61 - PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
62 -}
63
64 diff --git a/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild
65 deleted file mode 100644
66 index 509d1524f65a..000000000000
67 --- a/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild
68 +++ /dev/null
69 @@ -1,31 +0,0 @@
70 -# Copyright 1999-2022 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -DISTUTILS_USE_PEP517=setuptools
76 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Python style guide checker (fka pep8)"
81 -HOMEPAGE="
82 - https://pycodestyle.pycqa.org/en/latest/
83 - https://github.com/PyCQA/pycodestyle/
84 - https://pypi.org/project/pycodestyle/
85 -"
86 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
91 -
92 -distutils_enable_sphinx docs \
93 - dev-python/sphinx_rtd_theme
94 -
95 -python_test() {
96 - local -x PYTHONPATH=${S}
97 - "${EPYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die "Tests failed with ${EPYTHON}"
98 - "${EPYTHON}" pycodestyle.py -v --max-doc-length=72 --testsuite=testsuite || die "Tests failed with ${EPYTHON}"
99 - "${EPYTHON}" pycodestyle.py --doctest -v || die "Tests failed with ${EPYTHON}"
100 -}
101
102 diff --git a/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild b/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
103 deleted file mode 100644
104 index 2726262d4f39..000000000000
105 --- a/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
106 +++ /dev/null
107 @@ -1,31 +0,0 @@
108 -# Copyright 1999-2022 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=8
112 -
113 -DISTUTILS_USE_PEP517=setuptools
114 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
115 -
116 -inherit distutils-r1
117 -
118 -DESCRIPTION="Python style guide checker (fka pep8)"
119 -HOMEPAGE="
120 - https://pycodestyle.pycqa.org/en/latest/
121 - https://github.com/PyCQA/pycodestyle/
122 - https://pypi.org/project/pycodestyle/
123 -"
124 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
125 -
126 -LICENSE="MIT"
127 -SLOT="0"
128 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
129 -
130 -distutils_enable_sphinx docs \
131 - dev-python/sphinx_rtd_theme
132 -
133 -python_test() {
134 - local -x PYTHONPATH=${S}
135 - "${EPYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die "Tests failed with ${EPYTHON}"
136 - "${EPYTHON}" pycodestyle.py -v --max-doc-length=72 --testsuite=testsuite || die "Tests failed with ${EPYTHON}"
137 - "${EPYTHON}" pycodestyle.py --doctest -v || die "Tests failed with ${EPYTHON}"
138 -}