Skip to content

Adjust the widths of the messages during the build. #12500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2018

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Oct 12, 2018

This makes them fit in a single line (usually).

Before:

============================================================================
Edit setup.cfg to change the build options

BUILDING MATPLOTLIB
            matplotlib: yes [3.0.0rc1+644.gaa1e5cfce]
                python: yes [3.7.0 (default, Jun 28 2018, 13:15:42)  [GCC
                        7.2.0]]
              platform: yes [linux]

REQUIRED DEPENDENCIES AND EXTENSIONS
      install_requires: yes [handled by setuptools]
              freetype: yes [version 2.8.0]
                   png: yes [version 1.6.34]

OPTIONAL SUBPACKAGES
           sample_data: yes [installing]
                 tests: yes [using pytest version 3.8.2]

OPTIONAL BACKEND EXTENSIONS
                   agg: yes [installing]
                 tkagg: yes [installing; run-time loading from Python Tcl /
                        Tk]
                macosx: no  [Mac OS-X only]
             windowing: no  [Microsoft Windows only]

OPTIONAL PACKAGE DATA
                  dlls: no  [skipping due to configuration]

After

===============================================================================
Edit setup.cfg to change the build options

BUILDING MATPLOTLIB
        matplotlib: yes [3.0.0rc1+644.gaa1e5cfce.dirty]
            python: yes [3.7.0 (default, Jun 28 2018, 13:15:42)  [GCC 7.2.0]]
          platform: yes [linux]

REQUIRED DEPENDENCIES AND EXTENSIONS
  install_requires: yes [handled by setuptools]
          freetype: yes [version 2.8.0]
               png: yes [version 1.6.34]

OPTIONAL SUBPACKAGES
       sample_data: yes [installing]
             tests: yes [using pytest version 3.8.2]

OPTIONAL BACKEND EXTENSIONS
               agg: yes [installing]
             tkagg: yes [installing; run-time loading from Python Tcl/Tk]
            macosx: no  [Mac OS-X only]
         windowing: no  [Microsoft Windows only]

OPTIONAL PACKAGE DATA
              dlls: no  [skipping due to configuration]

I'll assume 79 characters is not too wide for python development :p

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code is Flake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

This makes them fit in a single line (usually).
@anntzer anntzer added the Build label Oct 12, 2018
@anntzer anntzer added this to the v3.1 milestone Oct 12, 2018
@dstansby dstansby merged commit cc55872 into matplotlib:master Oct 13, 2018
@anntzer anntzer deleted the buildmessagewidth branch October 13, 2018 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants