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