[haikuports-commits] [haikuports/haikuporter] 9836ce: Cleanup: Whitespace and line length cleanup.

  • From: GitHub <noreply@xxxxxxxxxx>
  • To: haikuports-commits@xxxxxxxxxxxxx
  • Date: Sun, 10 Dec 2017 13:03:48 -0800

  Branch: refs/heads/master
  Home:   https://github.com/haikuports/haikuporter
  Commit: 9836ce6059843a0eb11f11bca831e177bc8f4b2d
      
https://github.com/haikuports/haikuporter/commit/9836ce6059843a0eb11f11bca831e177bc8f4b2d
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/BuildMaster.py
    M HaikuPorter/BuildPlatform.py
    M HaikuPorter/ConfigParser.py
    M HaikuPorter/Configuration.py
    M HaikuPorter/DependencyAnalyzer.py
    M HaikuPorter/Display.py
    M HaikuPorter/Main.py
    M HaikuPorter/Options.py
    M HaikuPorter/Package.py
    M HaikuPorter/PackageInfo.py
    M HaikuPorter/PackageRepository.py
    M HaikuPorter/Policy.py
    M HaikuPorter/Port.py
    M HaikuPorter/ProvidesManager.py
    M HaikuPorter/RecipeTypes.py
    M HaikuPorter/Repository.py
    M HaikuPorter/ShellScriptlets.py
    M HaikuPorter/Source.py
    M HaikuPorter/SourceFetcher.py
    M HaikuPorter/Utils.py

  Log Message:
  -----------
  Cleanup: Whitespace and line length cleanup.


  Commit: 7c5bcb1afa72f223eab214fcb9c4eb872fa953d5
      
https://github.com/haikuports/haikuporter/commit/7c5bcb1afa72f223eab214fcb9c4eb872fa953d5
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/BuildMaster.py
    M HaikuPorter/Display.py
    M HaikuPorter/Port.py

  Log Message:
  -----------
  Cleanup: Use new-style class declarations.


  Commit: 14652091fccf617b4e07a412a128010c4736136e
      
https://github.com/haikuports/haikuporter/commit/14652091fccf617b4e07a412a128010c4736136e
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/BuildMaster.py
    M HaikuPorter/Configuration.py
    M HaikuPorter/DependencyAnalyzer.py
    M HaikuPorter/Main.py
    M HaikuPorter/Package.py
    M HaikuPorter/PackageInfo.py
    M HaikuPorter/Port.py
    M HaikuPorter/Source.py

  Log Message:
  -----------
  Cleanup: Remove trailing semicolons and a unneeded pass.


  Commit: 04a81d330d4821261c7d5dbbf5a38b38eccffa7e
      
https://github.com/haikuports/haikuporter/commit/04a81d330d4821261c7d5dbbf5a38b38eccffa7e
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/Configuration.py
    M HaikuPorter/PackageInfo.py
    M HaikuPorter/Policy.py
    M HaikuPorter/SourceFetcher.py

  Log Message:
  -----------
  Cleanup: Add missing raw string prefix to regex patterns.


  Commit: 269954fb72226ae3c6bcc01d494d94b14eb6c98e
      
https://github.com/haikuports/haikuporter/commit/269954fb72226ae3c6bcc01d494d94b14eb6c98e
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/BuildMaster.py
    M HaikuPorter/BuildPlatform.py
    M HaikuPorter/ConfigParser.py
    M HaikuPorter/Configuration.py
    M HaikuPorter/DependencyAnalyzer.py
    M HaikuPorter/DependencyResolver.py
    M HaikuPorter/Main.py
    M HaikuPorter/PackageInfo.py
    M HaikuPorter/PackageRepository.py
    M HaikuPorter/Policy.py
    M HaikuPorter/Port.py
    M HaikuPorter/ProvidesManager.py
    M HaikuPorter/Repository.py
    M HaikuPorter/Source.py
    M HaikuPorter/Utils.py

  Log Message:
  -----------
  Cleanup: Make some constructs more idiomatic.

* Change 'not x in y' to 'x not in y'.
* Use 'is' to compare None singleton.
* Use 'instanceof(x, y)' instead of 'type(x) == y'.
* Replace map builtin with list comprehension.
* Rename self argument to cls for static method.


  Commit: 89af82b617e71baac3fec2c173d0b4fbc24c413b
      
https://github.com/haikuports/haikuporter/commit/89af82b617e71baac3fec2c173d0b4fbc24c413b
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/BuildMaster.py
    M HaikuPorter/BuildPlatform.py
    M HaikuPorter/Main.py
    M HaikuPorter/Repository.py
    M HaikuPorter/RequiresUpdater.py
    M HaikuPorter/Utils.py

  Log Message:
  -----------
  Cleanup: Remove unused imports.


  Commit: 2297f9c1b5c65cba8f26f8bd95d3ca0c63397488
      
https://github.com/haikuports/haikuporter/commit/2297f9c1b5c65cba8f26f8bd95d3ca0c63397488
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/Configuration.py

  Log Message:
  -----------
  Cleanup: Rename variables to use consistent naming.


  Commit: 74650b81fbe832c7e34513674d66253085cd2da6
      
https://github.com/haikuports/haikuporter/commit/74650b81fbe832c7e34513674d66253085cd2da6
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/ConfigParser.py
    M HaikuPorter/Configuration.py
    M HaikuPorter/Port.py

  Log Message:
  -----------
  Cleanup: Remove error prone dict/list default argument.


  Commit: 670dd9c02ba4391fceb630ac39c6790d0bd764cc
      
https://github.com/haikuports/haikuporter/commit/670dd9c02ba4391fceb630ac39c6790d0bd764cc
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/ProvidesManager.py

  Log Message:
  -----------
  ProvidesManager: Make providesSource a static method.


  Commit: 7e9653b8e49ac57aa077ebf63d0b6ec5e7fd5ba1
      
https://github.com/haikuports/haikuporter/commit/7e9653b8e49ac57aa077ebf63d0b6ec5e7fd5ba1
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/BuildMaster.py

  Log Message:
  -----------
  BuildMaster: Fix wrong error constant EEXISTS vs. EEXIST.


  Commit: caaef593aba7fa94daa46afbd0dd2d0acd55b723
      
https://github.com/haikuports/haikuporter/commit/caaef593aba7fa94daa46afbd0dd2d0acd55b723
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/BuildMaster.py

  Log Message:
  -----------
  BuildMaster: Move error output into right loop.


  Commit: cac46dfd9c97879b42dd32fd32ba0ac5c3bcb23e
      
https://github.com/haikuports/haikuporter/commit/cac46dfd9c97879b42dd32fd32ba0ac5c3bcb23e
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/DependencyResolver.py

  Log Message:
  -----------
  DependencyResolver: Fix missing superclass init in restart.


  Commit: 73da777cda304991dd06c4fc557fe05b0c24c689
      
https://github.com/haikuports/haikuporter/commit/73da777cda304991dd06c4fc557fe05b0c24c689
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/PackageRepository.py

  Log Message:
  -----------
  PackageRepository: Fix missing self in obsoletePackagesForSpec.


  Commit: 2671a1d61a84744b2f2117c571b0ac535d4c2286
      
https://github.com/haikuports/haikuporter/commit/2671a1d61a84744b2f2117c571b0ac535d4c2286
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/ConfigParser.py
    M HaikuPorter/RecipeTypes.py

  Log Message:
  -----------
  RecipeTypes: Remove misleading self argument of YesNo.toBool().


  Commit: 223684e83db8c0348261b3ba64ac3c983ff24b04
      
https://github.com/haikuports/haikuporter/commit/223684e83db8c0348261b3ba64ac3c983ff24b04
  Author: Michael Lotz <mmlr@xxxxxxxx>
  Date:   2017-12-10 (Sun, 10 Dec 2017)

  Changed paths:
    M HaikuPorter/SourceFetcher.py

  Log Message:
  -----------
  SourceFetcher: Re-add wget tries argument and set to 1.

Retries were in-sourced, but this caused wget to use its default of 20
retires for some types of errors.


Compare: 
https://github.com/haikuports/haikuporter/compare/d914f13277de...223684e83db8

Other related posts:

  • » [haikuports-commits] [haikuports/haikuporter] 9836ce: Cleanup: Whitespace and line length cleanup. - GitHub