Joe Rickerby
cd9eeb72e5
Merge pull request #34 from joerick/faster-mac-ci
...
Faster builds on Mac
2017-09-19 20:12:39 +01:00
Joe Rickerby
d075c731b6
Merge pull request #36 from YannickJadoul/linux-docker-host-mount
...
Adding extra mount / to /host on docker invocation for linux wheels
2017-09-19 20:11:09 +01:00
Joe Rickerby
8fa41df67d
Fix a couple typos
2017-09-19 20:09:59 +01:00
Joe Rickerby
0e849c2bcf
Merge pull request #37 from joerick/readme-repos-parselmouth
...
Added the Parselmouth project to the projects using cibuildwheel in the README
2017-09-19 12:20:53 +01:00
Joe Rickerby
212fa34d9d
Merge pull request #38 from hroncok/patch-1
...
It's manylinux1_i686, not manylinux1_i386
2017-09-19 12:20:37 +01:00
Joe Rickerby
1e9067272d
Merge pull request #35 from YannickJadoul/linux-python-bin-path
...
Adding $PYBIN to path when calling pip wheel
2017-09-16 10:04:13 +01:00
Joe Rickerby
9a6a7d3375
Python 3 faster builds too
2017-09-11 10:51:30 +01:00
Joe Rickerby
719ad30d05
Update changelog
2017-09-10 22:52:21 +01:00
Joe Rickerby
d549a1301f
Bump version
2017-09-10 22:46:27 +01:00
Joe Rickerby
adef5445f7
Merge pull request #25 from joerick/python3-ci
...
Add CI runs for Python3 as well as Python2
2017-09-10 22:42:48 +01:00
Joe Rickerby
666c10465a
Speed up mac CI by only installing python if it's not already installed
2017-09-10 22:40:49 +01:00
Joe Rickerby
e486a6551d
Merge pull request #33 from YannickJadoul/readme-summary
...
Adding an overview of available options
2017-09-10 22:22:33 +01:00
Joe Rickerby
53b4ea5125
Maybe bitrise will run the macos builds!
2017-09-10 22:02:36 +01:00
Joe Rickerby
a7f81b3c58
Use language: generic for Mac builds on Travis
...
https://github.com/travis-ci/travis-ci/issues/2312
2017-09-10 21:29:01 +01:00
Joe Rickerby
986d56279e
Update changelog
2017-09-07 23:06:08 +01:00
Joe Rickerby
203ce7879d
Bump version
2017-09-07 22:59:56 +01:00
Joe Rickerby
e413863531
Fix running command nodes on python 3
2017-09-07 22:38:52 +01:00
Joe Rickerby
f4eafa901b
Ignore some venv locations
2017-09-07 22:38:32 +01:00
Joe Rickerby
0cd8228db1
Use same python interpreter for running pytest
2017-09-07 21:59:04 +01:00
Joe Rickerby
510a6ce84a
Only install python3 pip when doing that build
2017-09-07 21:50:48 +01:00
Joe Rickerby
7420e2a924
Use apt to install pip
2017-09-07 21:45:43 +01:00
Joe Rickerby
1cd65ccbb6
Add ensurepip for Linux build to ensure setuptools/pip are installed
2017-09-07 18:58:08 +01:00
Joe Rickerby
857644e391
Merge branch 'master' into python3-ci
...
* master: (28 commits)
Update README to combine environment sections
Update README
os.path.samefile is not available on windows.
Add shell-style execution on the Mac
Use os.path.samefile to get around filename case insensitivity
Add test for before_build executing in a shell
Fix some linter warnings
Add CIBW_ENVIRONMENT to README and reorder options
Fix empty env string case
Fix string splitting for the env string
Making call from run_tests to run_test subprocess.check_call
Fixing 'ValueError: Attempted relative import in non-package'
Update README.md
Reducing code duplication in bin/run_test.py and bin/run_tests.py
Semicolons need quoting
Ignore vscode project settings
Windows uses a different pathsep so have to use that in the test
Make shell evals work and add tests for that
Use parse_environment in the main code
Run the unit tests in CI
...
# Conflicts:
# .travis.yml
# appveyor.yml
# run_tests.py
2017-09-07 18:55:33 +01:00
Joe Rickerby
d0a211dcf5
Update README to combine environment sections
2017-09-07 18:35:21 +01:00
Joe Rickerby
48fb148341
Merge branch 'set-cibw-env-variable' of https://github.com/mayeut/cibuildwheel into mayeut-set-cibw-env-variable
2017-09-07 18:31:21 +01:00
Joe Rickerby
43dcd58b0b
Merge pull request #32 from joerick/before-build-shell
...
before_build executes in shell
2017-09-07 18:23:51 +01:00
Joe Rickerby
d381b63b00
Update README
2017-09-07 18:21:01 +01:00
Joe Rickerby
4457a128f6
Merge pull request #21 from joerick/environment
...
CIBW_ENVIRONMENT
Fixes #16
2017-09-07 18:12:23 +01:00
Joe Rickerby
aca294f5bb
os.path.samefile is not available on windows.
2017-09-06 22:33:01 +01:00
Joe Rickerby
b64a1c1465
Add shell-style execution on the Mac
2017-09-06 22:11:05 +01:00
Joe Rickerby
ddb9c077a5
Use os.path.samefile to get around filename case insensitivity
2017-09-06 22:07:24 +01:00
Joe Rickerby
bade2da061
Add test for before_build executing in a shell
2017-09-06 22:02:10 +01:00
Joe Rickerby
523dfc0643
Fix some linter warnings
2017-09-06 19:18:28 +01:00
Joe Rickerby
7c416329d4
Add CIBW_ENVIRONMENT to README and reorder options
2017-09-06 19:14:06 +01:00
Joe Rickerby
34e8ee0f25
Fix empty env string case
2017-09-06 18:35:42 +01:00
Joe Rickerby
b18684aee5
Merge branch 'environment' of github.com:joerick/cibuildwheel into environment
...
* 'environment' of github.com:joerick/cibuildwheel:
Making call from run_tests to run_test subprocess.check_call
Fixing 'ValueError: Attempted relative import in non-package'
Reducing code duplication in bin/run_test.py and bin/run_tests.py
2017-09-06 18:27:13 +01:00
Joe Rickerby
be474fd7f7
Fix string splitting for the env string
2017-09-06 18:27:06 +01:00
Joe Rickerby
0facf0ae12
Update README.md
...
Add Yannick to collaborators
2017-09-06 14:22:44 +01:00
Joe Rickerby
60ed370002
Semicolons need quoting
2017-09-03 10:01:59 +01:00
Joe Rickerby
cc852f1cc1
Ignore vscode project settings
2017-09-03 10:00:18 +01:00
Joe Rickerby
7229ddeb67
Windows uses a different pathsep so have to use that in the test
2017-09-02 22:20:28 +01:00
Joe Rickerby
f56ddda157
Make shell evals work and add tests for that
2017-09-02 22:09:32 +01:00
Joe Rickerby
4922c8c4ec
Merge commit '92304597bd06531c0139db9dd8766562f38cf19e' into python3-ci
...
* commit '92304597bd06531c0139db9dd8766562f38cf19e':
Replacing unbuffered 'os.fdopen' by proxy object to have a unbuffered stdout solution for Windows and AppVeyor that works on Python 3
2017-09-01 13:51:49 +01:00
Joe Rickerby
267e566c43
Add language: python to the travis build
2017-09-01 13:49:39 +01:00
Joe Rickerby
f64cb35d22
Merge remote-tracking branch 'origin/master' into environment
2017-09-01 13:42:45 +01:00
Joe Rickerby
4d26e4360f
Merge pull request #31 from beniwohli/issue/nested-output-dir
...
use os.makedirs to allow nested output directory
2017-09-01 13:34:21 +01:00
Joe Rickerby
fcb681d283
Use parse_environment in the main code
2017-09-01 13:33:29 +01:00
Joe Rickerby
9091533fcc
Run the unit tests in CI
2017-09-01 13:32:34 +01:00
Joe Rickerby
5ae4da631f
Add environment code satisfying unit test
2017-09-01 13:24:12 +01:00
Joe Rickerby
fd385a9bf8
Add some tests for the environment functionality
2017-08-30 19:05:06 +01:00
Joe Rickerby
9faa8f8728
Merge pull request #27 from aaugustin/patch-1
...
Add websockets to list of users.
2017-08-21 20:51:11 +01:00
Joe Rickerby
6abacb46e4
Run the tests with the same interpreter that runs run_tests.py
2017-08-14 23:37:06 +01:00
Joe Rickerby
f07979ec23
Actually fix syntax error
2017-08-14 23:23:15 +01:00
Joe Rickerby
e66ab50909
Fix syntax error
2017-08-14 23:20:41 +01:00
Joe Rickerby
037cda5ef3
Add Python 3 CI runners
2017-08-14 23:19:39 +01:00
Joe Rickerby
a5a23114a9
Update changelog
2017-08-14 21:39:42 +01:00
Joe Rickerby
77ab9a7627
Bump version
2017-08-14 21:37:37 +01:00
Joe Rickerby
adf98443a1
Merge pull request #24 from YannickJadoul/windows-output
...
Unbuffered stdout for Windows and displaying the output of subprocess calls
Fix #23
2017-08-14 21:35:35 +01:00
Joe Rickerby
abfbe42d6f
Add -u flag so the test output is in the right order on Appveyor
2017-08-14 21:11:04 +01:00
Joe Rickerby
b7a52b502d
Move the stdout flush to the windows file, since it's only needed there
2017-08-14 21:10:48 +01:00
Joe Rickerby
573098f38f
Mac/Windows stubs and test case for environment inheritance
2017-08-14 21:07:08 +01:00
Joe Rickerby
6aba5f81f1
Add a Linux implementation of environment
2017-07-24 22:39:37 +01:00
Joe Rickerby
38f89e955f
Added test for environment and a script for local running
2017-07-24 22:39:16 +01:00
Joe Rickerby
ed104d1315
Update readme
2017-07-23 22:39:15 +01:00
Joe Rickerby
4c0dd55c1a
Bump version
2017-07-23 22:24:56 +01:00
Joe Rickerby
e43d06f928
Update README.md
...
Capture the `pip install .` wisdom for quick-building projects.
2017-07-20 12:13:15 +01:00
Joe Rickerby
b2fc3f4220
Remove more Python 2.6 support that I missed. See #12 .
2017-07-18 23:12:07 +01:00
Joe Rickerby
609f90c88b
Update README.md
2017-07-13 22:21:44 +01:00
Joe Rickerby
6e0d6b7fbc
Update README.md
2017-07-13 22:20:33 +01:00
Joe Rickerby
5b7f105cb3
Merge pull request #14 from tgarc/master
...
minor fixes including python3 fix
2017-07-05 09:36:39 +01:00
Joe Rickerby
c28e85df9e
Create CODE_OF_CONDUCT.md
2017-06-27 20:14:39 +01:00
Joe Rickerby
726939506e
Update Readme
2017-06-27 19:57:47 +01:00
Joe Rickerby
3ad2443df1
Add Docker check to linux run
2017-06-27 18:18:20 +01:00
Joe Rickerby
e475859d89
Update changelog
2017-06-27 18:18:07 +01:00
Joe Rickerby
dbb9bcb4d5
Bump version
2017-06-27 17:48:34 +01:00
Joe Rickerby
c585dbd6f3
Remove Python 2.6 support on Linux
...
See #12 for discussion. Fix #12 .
2017-06-27 16:44:41 +01:00
Joe Rickerby
fdda1ee2e1
Add changelog to README
2017-06-11 16:32:13 +01:00
Joe Rickerby
533ef04740
Bump version
2017-06-11 16:20:44 +01:00
Joe Rickerby
8a3935551b
Merge pull request #9 from tgarc/master
...
add a 'pip install' step before building wheels
2017-06-11 16:20:19 +01:00
Joe Rickerby
f734bffc1e
Merge pull request #8 from tgarc/master
...
fix python 3 support
2017-05-27 18:37:40 +01:00
Joe Rickerby
a232b09fee
Add automatic deployment option to readme
...
See #5
2017-04-23 13:25:40 +01:00
Joe Rickerby
e3b2de0489
Bump version
2017-04-13 15:24:05 +01:00
Joe Rickerby
c3565d5025
Add fancy preamble for the log files
2017-04-13 15:02:04 +01:00
Joe Rickerby
31ac2ba03f
Fix compatibility with setup_requires
2017-04-13 14:22:27 +01:00
Joe Rickerby
083ece8bbc
Don't ignore dependency wheels, copy them to output if pure wheels
2017-04-13 13:48:57 +01:00
Joe Rickerby
bdbbf18e43
Add zfrenchee credit to README
...
Ref #2
2017-04-12 09:59:58 +01:00
Joe Rickerby
45a7836cc6
Fix copy/paste error
2017-04-12 09:58:46 +01:00
Joe Rickerby
d5fa5475d4
Don't audit or delocate wheels that are dependencies of the package
...
Wheels that are dependencies are also output by `pip wheel`. These can
cause auditwheel trouble, and we're not interested in them anyway
2017-04-12 09:49:38 +01:00
Joe Rickerby
3f6a943b6d
Add missing imports
2017-04-11 23:28:13 +01:00
Joe Rickerby
c7764d239b
Remove coming soon link
...
Fix #3
2017-04-11 23:24:53 +01:00
Joe Rickerby
e072e82252
Add test for CIBW_SKIP
2017-04-11 23:23:59 +01:00
Joe Rickerby
cf7f2e18ce
Style
2017-04-11 23:23:50 +01:00
Joe Rickerby
a2a2a7b382
Add Mac and Windows implementations of CIBW_SKIP
2017-04-11 23:15:19 +01:00
Joe Rickerby
ba22589f6f
Implement CIBW_SKIP for linux
2017-04-11 22:57:42 +01:00
Joe Rickerby
e9bf990fd2
Merge branch 'before_build'
...
* before_build:
Add documentation for CIBW_BEFORE_BUILD
Fix os/sys typo and use an absolute path on *nix too
Change version file path to absolute on Windows
Perhaps a filename collision
Check the path is okay on windows
remove redundant line
A little more debugging info for Windows
Add before_build option, that runs a shell command before 'pip wheel'
Don't run tests in a subshell so the errexit option applies
Run the pip version check in the right env
# Conflicts:
# README.md
2017-04-11 21:54:31 +01:00
Joe Rickerby
db09cfc4a9
Update README.md
2017-04-10 22:58:05 +01:00
Joe Rickerby
2c0d6e3db1
Add documentation for CIBW_BEFORE_BUILD
2017-04-10 22:48:12 +01:00
Joe Rickerby
89c8735719
Fix os/sys typo and use an absolute path on *nix too
2017-04-10 22:41:08 +01:00
Joe Rickerby
7a2e951f48
Change version file path to absolute on Windows
2017-04-10 22:36:06 +01:00
Joe Rickerby
ff942ad766
Perhaps a filename collision
2017-04-10 22:25:34 +01:00