Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

More shortening of setup.py prints.#14673

Merged
tacaswell merged 1 commit into
matplotlib:mastermatplotlib/matplotlib:masterfrom
anntzer:setupprintanntzer/matplotlib:setupprintCopy head branch name to clipboard
Jul 3, 2019
Merged

More shortening of setup.py prints.#14673
tacaswell merged 1 commit into
matplotlib:mastermatplotlib/matplotlib:masterfrom
anntzer:setupprintanntzer/matplotlib:setupprintCopy head branch name to clipboard

Conversation

@anntzer

@anntzer anntzer commented Jul 2, 2019

Copy link
Copy Markdown
Contributor

We don't really need to support "sections" in the packages list.
This PR makes the output go from

BUILDING MATPLOTLIB
  matplotlib: yes [3.1.0+1287.g04d9d28b8]
      python: yes [3.7.3 (default, Jun 24 2019, 04:54:02)  [GCC 9.1.0]]
    platform: yes [linux]

OPTIONAL SUBPACKAGES
 sample_data: yes [installing]
       tests: no  [skipping due to configuration]

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

to

BUILDING MATPLOTLIB
  matplotlib: yes [3.1.0+1287.g04d9d28b8.dirty]
      python: yes [3.7.3 (default, Jun 24 2019, 04:54:02)  [GCC 9.1.0]]
    platform: yes [linux]
 sample_data: yes [installing]
       tests: no  [skipping due to configuration]
         agg: yes [installing]
       tkagg: yes [installing; run-time loading from Python Tcl/Tk]
      macosx: no  [Mac OS-X only]

(and note that the "agg" and "tkagg" entries are being removed by a
separate PR (#13075), as they're not configurable anyways...)

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

We don't really need to support "sections" in the packages list.
This PR makes the output go from
```
BUILDING MATPLOTLIB
  matplotlib: yes [3.1.0+1287.g04d9d28b8]
      python: yes [3.7.3 (default, Jun 24 2019, 04:54:02)  [GCC 9.1.0]]
    platform: yes [linux]

OPTIONAL SUBPACKAGES
 sample_data: yes [installing]
       tests: no  [skipping due to configuration]

OPTIONAL BACKEND EXTENSIONS
         agg: yes [installing]
       tkagg: yes [installing; run-time loading from Python Tcl/Tk]
      macosx: no  [Mac OS-X only]
```
to
```
BUILDING MATPLOTLIB
  matplotlib: yes [3.1.0+1287.g04d9d28b8.dirty]
      python: yes [3.7.3 (default, Jun 24 2019, 04:54:02)  [GCC 9.1.0]]
    platform: yes [linux]
 sample_data: yes [installing]
       tests: no  [skipping due to configuration]
         agg: yes [installing]
       tkagg: yes [installing; run-time loading from Python Tcl/Tk]
      macosx: no  [Mac OS-X only]
```
(and note that the "agg" and "tkagg" entries are being removed by a
separate PR, as they're not configurable anyways...)
@anntzer anntzer added the Build label Jul 2, 2019
@tacaswell tacaswell added this to the v3.2.0 milestone Jul 3, 2019
@tacaswell tacaswell merged commit 66628cc into matplotlib:master Jul 3, 2019
@anntzer anntzer deleted the setupprint branch July 3, 2019 06:53
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.