Ravenports generated: 30 Nov 2020 05:18
[ravenports.git] / bucket_F2 / python-pep8
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-pep8
4 VERSION=                1.7.1
5 KEYWORDS=               python
6 VARIANTS=               py38 py37 py27
7 SDESC[py37]=            Python style guide checker (PY37)
8 SDESC[py38]=            Python style guide checker (PY38)
9 SDESC[py27]=            Python style guide checker (PY27)
10 HOMEPAGE=               http://pep8.readthedocs.org/
11 CONTACT=                Python_Automaton[python@ironwolf.systems]
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            PYPIWHL/42/3f/669429ce58de2c22d8d2c542752e137ec4b9885fff398d3eceb1a7f5acb4
15 DISTFILE[1]=            pep8-1.7.1-py2.py3-none-any.whl:main
16 DF_INDEX=               1
17 SPKGS[py37]=            single
18 SPKGS[py38]=            single
19 SPKGS[py27]=            single
20
21 OPTIONS_AVAILABLE=      PY38 PY37 PY27
22 OPTIONS_STANDARD=       none
23 VOPTS[py37]=            PY38=OFF PY37=ON PY27=OFF
24 VOPTS[py38]=            PY38=ON PY37=OFF PY27=OFF
25 VOPTS[py27]=            PY38=OFF PY37=OFF PY27=ON
26
27 DISTNAME=               pep8-1.7.1.dist-info
28
29 GENERATED=              yes
30
31 [PY37].BUILD_DEPENDS_ON=                python-pip:single:py37
32 [PY37].USES_ON=                         python:py37,wheel
33
34 [PY38].BUILD_DEPENDS_ON=                python-pip:single:py38
35 [PY38].USES_ON=                         python:py38,wheel
36
37 [PY27].BUILD_DEPENDS_ON=                python-pip:single:py27
38 [PY27].USES_ON=                         python:py27,wheel
39
40 [FILE:2235:descriptions/desc.single]
41 pep8 - Python style guide checker
42 =================================
43
44 pep8 is a tool to check your Python code against some of the style
45 conventions in `PEP 8`_.
46
47    :alt: Build status
48
49    :alt: Wheel Status
50
51 * [Read the documentation]
52
53 * [Fork me on GitHub]
54
55 Changelog
56 =========
57
58 1.7.1 (2017-10-22)
59 ------------------
60
61 Changes:
62
63 * Prominently note via warning message that the tool is no longer released
64 as
65   pep8 and will only be fixed in the pycodestyle package
66
67 1.7.0 (2016-01-12)
68 ------------------
69
70 Announcements:
71
72 * Repository moved to PyCQA Organization on GitHub:
73   https://github.com/pycqa/pep8
74
75 Changes:
76
77 * Reverted the fix in #368, "options passed on command line are only ones
78   accepted" feature. This has many unintended consequences in pep8 and
79 flake8
80   and needs to be reworked when I have more time.
81 * Added support for Python 3.5. (Issue #420 & #459)
82 * Added support for multi-line config_file option parsing. (Issue #429)
83 * Improved parameter parsing. (Issues #420 & #456)
84
85 Bugs:
86
87 * Fixed BytesWarning on Python 3. (Issue #459)
88
89 1.6.2 (2015-02-15)
90 ------------------
91
92 Changes:
93
94 * Added check for breaking around a binary operator. (Issue #197, Pull
95 #305)
96
97 Bugs:
98
99 * Restored config_file parameter in process_options(). (Issue #380)
100
101 1.6.1 (2015-02-08)
102 ------------------
103
104 Changes:
105
106 * Assign variables before referenced. (Issue #287)
107
108 Bugs:
109
110 * Exception thrown due to unassigned local_dir variable. (Issue #377)
111
112 1.6.0 (2015-02-06)
113 ------------------
114
115 News:
116
117 * Ian Lee <ianlee1521@gmail.com> joined the project as a maintainer.
118
119 Changes:
120
121 * Report E731 for lambda assignment. (Issue #277)
122
123 * Report E704 for one-liner def instead of E701.
124   Do not report this error in the default configuration. (Issue #277)
125
126 * Replace codes E111, E112 and E113 with codes E114, E115 and E116
127   for bad indentation of comments. (Issue #274)
128
129 * Report E266 instead of E265 when the block comment starts with
130   multiple ``#``. (Issue #270)
131
132 * Report E402 for import statements not at the top of the file. (Issue
133 #264)
134
135 * Do not enforce whitespaces around ``**`` operator. (Issue #292)
136
137 * Strip whitespace from around paths during normalization. (Issue #339 /
138 #343)
139
140 * Update ``--format`` documentation. (Issue #198 / Pull Request #310)
141
142
143 [FILE:110:distinfo]
144 b22cfae5db09833bb9bd7c8463b53e1a9c9b39f12e304a8d0bba729c501827ee        41487 pep8-1.7.1-py2.py3-none-any.whl
145