Joe Rickerby
|
95678f3d5d
|
Merge pull request #319 from joerick/support-subdirectory-joerick
Provide `package_dir` for setting subdirectory of project [alternative]
|
2020-04-14 19:12:50 +01:00 |
|
Joe Rickerby
|
fa605d080b
|
Add back missing 'troubleshoot' function call
|
2020-04-10 14:18:09 +01:00 |
|
Joe Rickerby
|
e07d8038c6
|
Remove lingering project_dir references
|
2020-04-10 12:27:26 +01:00 |
|
Joe Rickerby
|
7e59d8c61c
|
Change how paths are handled, using 'project is working dir' mentality
|
2020-04-09 16:19:36 +01:00 |
|
Joe Rickerby
|
95bef46832
|
Update docs for package_dir
|
2020-04-09 15:51:00 +01:00 |
|
Joe Rickerby
|
d5010b8242
|
Merge remote-tracking branch 'origin/master' into support-subdirectory
|
2020-04-09 14:05:09 +01:00 |
|
Yannick Jadoul
|
25f2e8cb46
|
Fix flake8
|
2020-04-09 14:37:12 +02:00 |
|
Joe Rickerby
|
eff997d12e
|
Merge pull request #311 from Czaki/pack_arguments
Pack build arguments
|
2020-04-09 10:46:42 +01:00 |
|
Yannick Jadoul
|
b8dbedcdbe
|
Remove explicit object base class of DependencyConstraints
|
2020-04-08 16:43:01 +02:00 |
|
 Grzegorz BokotaandJoe Rickerby
|
ef935187d0
|
Update BuildOptions description
Co-Authored-By: Joe Rickerby <joerick@mac.com>
|
2020-04-08 12:54:58 +02:00 |
|
Grzegorz Bokota
|
6113136a1d
|
fix types annotation with optional
|
2020-04-08 12:54:58 +02:00 |
|
Grzegorz Bokota
|
13a8c549bf
|
rename opt to options
|
2020-04-08 12:54:58 +02:00 |
|
Grzegorz Bokota
|
8d7d41cd83
|
python 3.5 fix
|
2020-04-08 12:54:58 +02:00 |
|
Grzegorz Bokota
|
6554c3cf86
|
pack build argument in named tuple, introduce typing arguments
|
2020-04-08 12:54:58 +02:00 |
|
Joe Rickerby
|
3836bb2919
|
Merge pull request #306 from joerick/min-macosx-deployment-target
Set MACOSX_DEPLOYMENT_TARGET to 10.9, if not set by the user
|
2020-04-08 11:53:29 +01:00 |
|
Yannick Jadoul
|
49bbbec7f0
|
Fix flake8 whitespace warnings
|
2020-04-08 10:24:16 +02:00 |
|
Joe Rickerby
|
2b4bd815ed
|
Fix some whitespace problems with the merge
|
2020-04-07 18:52:49 +01:00 |
|
Joe Rickerby
|
e90e94a18e
|
Merge branch 'master' of github.com:joerick/cibuildwheel into min-macosx-deployment-target
|
2020-04-07 18:47:22 +01:00 |
|
Grzegorz Bokota
|
a4602c32dd
|
move calculate constraints outside python setup
|
2020-04-07 00:56:00 +02:00 |
|
Joe Rickerby
|
626a045770
|
Merge origin/master into min-macosx-deployment-target
|
2020-04-05 17:13:53 +01:00 |
|
Grzegorz Bokota
|
8b465bc94a
|
move python setup to separated function
|
2020-04-05 16:03:35 +02:00 |
|
Joe Rickerby
|
0bdafc5649
|
Set MACOSX_DEPLOYMENT_TARGET to 10.9, if not set by the user
|
2020-04-05 12:15:34 +01:00 |
|
Joe Rickerby
|
13554d0490
|
Call get-pip.py on Windows with dependency constraint flags
|
2020-03-24 21:09:07 +00:00 |
|
Joe Rickerby
|
ffaad9134b
|
Remove PyPy version from PythonConfiguration
|
2020-03-18 10:11:09 +00:00 |
|
Joe Rickerby
|
98dbbaecf4
|
Fix docker build on CircleCI
|
2020-03-14 17:27:51 +00:00 |
|
Joe Rickerby
|
7316d69139
|
Improve logging of docker calls
|
2020-03-14 17:21:47 +00:00 |
|
Joe Rickerby
|
7090bfa4f1
|
Stop isn't necessary, docker rm will stop the container
|
2020-03-13 15:08:37 +00:00 |
|
Joe Rickerby
|
2db9d9a089
|
The docker container needs a main process
|
2020-03-13 15:08:10 +00:00 |
|
Joe Rickerby
|
94824f95af
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-13 14:20:10 +00:00 |
|
Joe Rickerby
|
4e31c65d09
|
Workaround docker cp bug
https://github.com/moby/moby/issues/38995
|
2020-03-13 12:58:23 +00:00 |
|
Filip Š
|
1e08d29cfc
|
Use package_dir to specify path to Python package
|
2020-03-13 13:45:14 +01:00 |
|
Joe Rickerby
|
40ff745321
|
Bump version: v1.3.0
|
2020-03-12 19:53:34 +00:00 |
|
Joe Rickerby
|
e49644edf2
|
Some docker fixes
|
2020-03-12 09:00:40 +00:00 |
|
Joe Rickerby
|
c4f54c6aa3
|
Run each build using docker exec, for faster builds
|
2020-03-11 21:55:53 +00:00 |
|
Joe Rickerby
|
4fb4e44c23
|
Fix some errors introduced after the merge
|
2020-03-10 22:33:50 +00:00 |
|
Joe Rickerby
|
8603deac93
|
Update constraints
|
2020-03-10 21:50:20 +00:00 |
|
Matthieu Darbois
|
b797430d21
|
Add support for GitHub Actions
Closes #159
|
2020-03-10 22:45:29 +01:00 |
|
Joe Rickerby
|
7ab2d599b9
|
Merge branch 'master' of github.com:joerick/cibuildwheel into deterministic-builds
# Conflicts:
# cibuildwheel/__main__.py
# cibuildwheel/linux.py
# cibuildwheel/macos.py
# cibuildwheel/windows.py
|
2020-03-10 21:16:45 +00:00 |
|
Joe Rickerby
|
4caee57c21
|
Merge pull request #242 from Czaki/before_test
Add CIBW_BEFORE_TEST to customize test environment
|
2020-03-08 17:55:59 +00:00 |
|
Joe Rickerby
|
02a52791c9
|
Fix incorrect constraints file on pypy2.7
|
2020-03-08 13:12:27 +00:00 |
|
Joe Rickerby
|
4628c1334e
|
Bump version: v1.2.0
|
2020-03-08 12:50:23 +00:00 |
|
Joe Rickerby
|
d0e5781832
|
Merge pull request #293 from joerick/windows-chain-commands
Allow chaining of commands on Windows
|
2020-03-07 18:39:04 +00:00 |
|
Joe Rickerby
|
fd1cd2442c
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-07 18:37:57 +00:00 |
|
Joe Rickerby
|
ad1b59febf
|
Remove hashes from constraint files
|
2020-03-07 18:31:39 +00:00 |
|
Joe Rickerby
|
2f1ec582e9
|
Add constraints for python3.6 too
|
2020-03-07 17:53:12 +00:00 |
|
Grzegorz Bokota
|
79cf7e47ae
|
fix test after rebase, fix typos in readme
|
2020-03-07 18:18:01 +01:00 |
|
Joe Rickerby
|
7c6e69ea28
|
Add separate constraints for Python3.5
The new virtualenv requires some packages whose latest versions are 3.6+
|
2020-03-07 17:05:14 +00:00 |
|
Joe Rickerby
|
dbc2f06b9a
|
Fix constraint resolution on pypy-2.7
|
2020-03-07 17:04:28 +00:00 |
|
Joe Rickerby
|
54fda3f965
|
Add back the version field to manylinux PythonConfiguration
(needed for constraints)
|
2020-03-07 14:13:04 +00:00 |
|
Joe Rickerby
|
219266258e
|
Fix missing pypy image name
|
2020-03-07 14:12:15 +00:00 |
|