Henry Schreiner and Joe Rickerby
6ab9906ff0
chore: rename joerick/cibuildwheel -> pypa/cibuildwheel ( #682 )
...
* chore: rename joerick/cibuildwheel -> pypa/cibuildwheel
* Update Appveyor status badge markup
Note that it still has joerick/cibuildwheel - confusingly it's still within my appveyor account, but this is the new project that points to the pypa github repo
* Update Appveyor badge markup again
I went through a few passes to enable that project, here's the latest.
* Update Azure badge, also
* Update Travis badge to reference the .com
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-05-24 17:24:36 -04:00
Henry Schreiner
bda76b21cb
style: activate string normalization
2021-05-03 13:12:36 -04:00
mayeut
d1900f6a05
Fix misaligned triple-quote blocks
2021-05-03 13:12:36 -04:00
Henry Schreiner
178aaea6c7
style: apply black via pre-commit run -a
2021-05-03 13:12:36 -04:00
Henry Schreiner
9cbed6a9be
chore: add black for all code, no string norm
2021-05-03 13:12:36 -04:00
Henry Schreiner and Joe Rickerby
dff3aca4b6
style: second set of updates ( #651 )
...
* style: second set of updates
* style: more updates from joerick
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-04-29 20:21:42 -04:00
5cbe3e2254
style: apply some cleanups from Sourcery.ai ( #626 )
...
* style: apply some fixes from Sorcery
* Apply suggestions from code review
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-03-24 23:23:27 +01:00
Henry Schreiner
2da8e12936
fix: empty CIBW_BUILD still counts as "*" ( #588 )
2021-02-12 10:31:27 -05:00
Henry Schreiner
dee19309cb
fix: add a blank line for better visual spacing ( #578 )
2021-02-06 13:08:20 -05:00
Henry Schreiner
e12ce2d647
feat: print new files after building ( #570 )
2021-02-04 14:27:54 -05:00
Henry Schreiner
70d9e1d969
feat: auto32/auto64 ( #553 )
...
* feat: auto32/auto64
* refactor: cleanup from @joerick
* refactor: spelling fix
2021-01-31 20:41:18 -05:00
Henry Schreiner
eb700a164c
feat: requires-python ( #536 )
...
* feat: requires-python
refactor: updating to current proposal
fix: add tests and fix a few issues
docs: Update mostly from @joerick
docs: update README from readthedocs
* refactor: pull out config file reading
* fix: always assume highest Python patch version
* refactor: try new design
* refactor: function and bump MyPy to 0.800
* fix: tighten AST to call only, add docs
* fix: address review points from @joerick
2021-01-31 17:14:15 -05:00
Joe Rickerby
d2312cdb3f
Merge remote-tracking branch 'origin/master' into macos-universal2
...
# Conflicts:
# bin/sample_build.py
# cibuildwheel/__main__.py
# cibuildwheel/macos.py
# cibuildwheel/util.py
# cibuildwheel/windows.py
2021-01-23 13:28:06 +00:00
Henry Schreiner
ff8f881098
refactor: pull arch out into separate file
2021-01-22 13:02:51 -05:00
Henry Schreiner
f5b84797e5
fix: move and simplify arch check
2021-01-22 13:01:00 -05:00
Henry Schreiner
cc0e7ec0a1
fix: review from @joerick
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
5762aa5e3b
feat: allow-empty and simpler testing
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
61b94434b2
fix: error if build selectors are empty
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
27a0053386
fix: error if selector is empty
2021-01-22 13:01:00 -05:00
Henry Schreiner and Joe Rickerby
fba65a6008
feat: CIBW_TEST_SKIP ( #537 )
...
* feat: CIBW_TEST_SKIP
* refactor: adjust a bit and add docs
* fix: typo in name
* docs: Update docs/options.md
Co-authored-by: Joe Rickerby <joerick@mac.com >
* docs: add README line from markdown
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-01-20 21:22:48 -05:00
Henry Schreiner
1441972046
fix: improve correctness of exits ( #539 )
...
* fix: improve correctness of exits
* refactor: use sys.exit
2021-01-17 14:13:26 -05:00
Henry Schreiner
ca7871ce0c
feat: native / all archs ( #535 )
...
* feat: native / all archs
* docs: mention new options
2021-01-15 14:38:47 +00:00
Henry Schreiner
5eb5ea10f5
refactor: identifiers in a file ( #511 )
...
* refactor: identifiers in a file
* chore: more typing
* refactor: PlatStr -> PlatformName
* refactor: load in file, use importlib.resources
* refactor: change toml structure
* refactor: use common Traversable
* fix: ensure reasonable version of importlib_resources
* style: fix extra line
2021-01-09 15:40:40 -05:00
Joe Rickerby
9113dfe5da
Merge remote-tracking branch 'origin/master' into macos-universal2
2021-01-08 15:02:20 +00:00
Henry Fredrick Schreiner
635b226a6c
style: pre-commit run -a
2021-01-06 18:10:32 -05:00
Joe Rickerby
9bf5fb10e2
Merge remote-tracking branch 'origin/master' into macos-universal2
...
# Conflicts:
# cibuildwheel/macos.py
# cibuildwheel/util.py
2021-01-06 21:39:32 +00:00
Joe Rickerby
df60457001
Use the ARCHS option to select universal2/arm64 builds
2021-01-05 15:14:32 +00:00
Henry Fredrick Schreiner and Matthieu Darbois
a99e0ded76
feat: Windows filtering and sets
...
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com >
2021-01-02 22:51:16 -05:00
Joe Rickerby
8d045992fa
Merge remote-tracking branch 'origin/master' into macos-universal2
2021-01-01 18:58:23 +00:00
Joe Rickerby
76d5f3d3e0
Call delocate with the correct archs
2020-12-31 16:50:44 +00:00
Joe Rickerby
5b5078e5e9
Copy edit of --archs help text to make 'auto' clearer
2020-12-31 15:45:02 +00:00
Joe Rickerby
0c9af0357b
Add platform-specific CIBW_ARCHS options.
...
Remove 'auto' as a possible Architecture enum value. This is resolved
at option parse time.
2020-12-20 19:42:28 +00:00
Henry Schreiner
0d29bf8dae
refactor: --archs, CIBW_ARCHS, "auto"
...
Using `--archs` for the flag, comma separated, also accepting CIBW_ARCHS.
Supports "auto" as the default that can also expand, matching
CIBW_PLATFORM.
2020-12-18 12:30:02 -05:00
Pavel Savchenko
ec99c01b2f
Allow architecture selection
2020-12-16 23:20:10 +00:00
Joe Rickerby
c065e3ce2d
Scrap the stderr->stdout redirect (we don't seem to need it)
...
Let's keep an eye on this and if we see output outside of the fold
groups we can add it back
2020-11-24 19:04:27 +00:00
Joe Rickerby
5665b61cbf
Double-check this
2020-11-24 18:53:43 +00:00
Joe Rickerby
4c035a441b
Try using an Unbuffered sys.stderr
2020-11-24 18:48:27 +00:00
Joe Rickerby
f8a4fbe42d
Share CI platform detection
2020-11-23 21:00:22 +00:00
Joe Rickerby
a732525084
Move encoding switch to before the unicode decision is made
2020-11-13 19:04:02 +00:00
Joe Rickerby
e8aef6962a
Set output to UTF8 on windows (on Python >= 3.7)
2020-11-13 18:57:07 +00:00
Joe Rickerby
fba3248163
Remove encoding debug code
2020-11-13 18:46:41 +00:00
Joe Rickerby
113350b7fb
Remove unicode test
2020-11-13 18:37:48 +00:00
Joe Rickerby
0227b9d941
Improve debug code
2020-11-13 17:44:13 +00:00
Joe Rickerby
df71e028a9
grumble
2020-11-13 17:41:43 +00:00
Joe Rickerby
8e2381bfb1
add some encoding debug code
2020-11-13 17:40:07 +00:00
Grzegorz Bokota
b4b46a1f06
fix mypy
2020-06-22 13:55:04 +02:00
Grzegorz Bokota
6501470357
Add BEFORE_ALL options
2020-06-22 13:55:04 +02:00
Yannick Jadoul
d552d29eae
Revert use of Path.joinpath instead of Path.__div__
2020-06-21 13:14:53 +02:00
Yannick Jadoul
265708854a
Attend to review remarks
2020-06-18 00:23:25 +02:00
Yannick Jadoul
a7f73f1593
Use pathlib.Path in main cibuildwheel files
2020-06-18 00:23:25 +02:00