Commit daf76bb
committed
Shorten setupext.
- The version check in setupext is unnecessary as we're already checking
at the very top of setup.py (note that no one even bothered updating
the version value in setupext...).
- The InstallRequires can be merged e.g. into Matplotlib, which removes
two completely uninformative lines from the build log
```
REQUIRED DEPENDENCIES AND EXTENSIONS
install_requires: yes [handled by setuptools]
```
- Changing the message widths and indents (which was only possible after
removing the "install_requires" entry in the log) allows fitting the
python version, in the common linux case, on a single line:
```
python: yes [3.7.2 (default, Jan 10 2019, 23:51:51) [GCC 8.2.1 20181127]]
```
instead of
```
python: yes [3.7.2 (default, Jan 10 2019, 23:51:51) [GCC 8.2.1
20181127]]
```1 parent c22847b commit daf76bb
2 files changed
Lines changed: 14 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | | - | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
181 | | - | |
| 180 | + | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | 596 | | |
607 | 597 | | |
608 | 598 | | |
| |||
638 | 628 | | |
639 | 629 | | |
640 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
641 | 639 | | |
642 | 640 | | |
643 | 641 | | |
| |||
1107 | 1105 | | |
1108 | 1106 | | |
1109 | 1107 | | |
1110 | | - | |
1111 | | - | |
1112 | | - | |
1113 | | - | |
1114 | | - | |
1115 | | - | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
1125 | 1108 | | |
1126 | 1109 | | |
1127 | 1110 | | |
| |||
0 commit comments