autopep8 automatically formats Python code to conform to the PEP 8 style
guide. It uses the pycodestyle utility to determine what parts of the
code needs to be formatted. autopep8 is capable of fixing most of the
formatting issues that can be reported by pycodestyle.
Sponsored by: Absolight
- Mark port as depreciated, as done upstream
- Mark port as supporting concurrency (and sort USE_PYTHON)
- Fix python versioning (it does not depend on the python2 metaport)
Adding www/rubygem-oembed, because it is a dependency of the upcoming
www/mastodon port.
WWW: http://soulim.github.com/oembed/
Approved by: swills (mentor, implicit)
easily managing key-value pairs table
Adding www/rubygem-rails-settings-cached, because it is a dependency of the
upcoming port, www/mastodon.
WWW: https://github.com/huacnlee/rails-settings-cached/
Approved by: swills (mentor, implicit)
2017-04-14 databases/pgpool-II-22: Deprecated by upstream; use database/pgpool instead
2017-04-14 databases/pgpool-II-23: Deprecated by upstream; use database/pgpool instead
Adding www/rubygem-rack-timeout, because it is a dependency of the upcoming
www/mastodon port.
WWW: http://github.com/heroku/rack-timeout/
Approved by: swills (mentor, implicit)
and msgpack support
Adding devel/rubygem-rabl, because it is a dependency of the upcoming
www/mastodon port.
WWW: https://github.com/nesquena/rabl/
Approved by: swills (mentor, implicit)
- Remove unneeded patches (superseded by upstream)
- Track minimum depedency on py-typed-ast
Change Log:
- typed_ast is used as the default parser (i.e. --fast-parser is now the default)
- Python 3.6 features supported by default
- Simples metaclass support added
- The --warn-no-return flag is now default: warns about missing return statements
- A function that doesn't return can be annotated (using mypy_extensions.NoReturn)
- Redundant Generic[T] no longer needed
- Checking of assignments in a class body
- The --strict flag is added, that turns on most additional checks
PR: 218303
Approved by: Florian Limberger <flo@snakeoilproductions.net>
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first)
BillardGL is an OpenGL pool billiard simulation, which was developed
within the scope of our course "Computergraphics" at the University
of Freiburg (Germany). BillardGL is puplished under the GPL and is
available for download for Windows and Linux.
WWW: http://www.billardgl.de/index-en.html