Hey folks,

While rebuilding things on my system that have bindings in ruby (upgraded from 2.5.3 to 2.6.0, and similar to Perl, all things that provide bindings need recompiling), I discovered that pep8 will be renamed to pycodestyle:


/usr/lib/python3.7/site-packages/pep8.py:110: FutureWarning: Possible nested set at position 1
  EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')
/usr/lib/python3.7/site-packages/pep8.py:2124: UserWarning:

pep8 has been renamed to pycodestyle (GitHub issue #466)
Use of the pep8 tool will be removed in a future release.
Please install and use `pycodestyle` instead.

$ pip install pycodestyle
$ pycodestyle ...

  '\n\n'

I noticed this while building SWIG to adapt it to Ruby 2.6 instead of the version I had installed which was adapted to Ruby 2.5.

Thankfully the only programs on my development system that use Ruby are subversion (bindings) and SWIG, so it's not painful to do a rebuild of two packages. It's still worth noting here though, and we might need to replace pep8 with pycodestyle (it just affects pygobject3) before release.

Have a nice night,

Douglas R. Reno

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to