Commit Graph
43 Commits
Author SHA1 Message Date
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
Joe Rickerby 881cd66fae Check the path is okay on windows 2017-04-10 22:12:26 +01:00
Joe Rickerby 278661df77 remove redundant line 2017-04-10 22:11:10 +01:00
Joe Rickerby 520daa4c23 A little more debugging info for Windows 2017-04-10 21:56:26 +01:00
Joe Rickerby 2679cb7f46 Add before_build option, that runs a shell command before 'pip wheel' 2017-04-10 21:42:12 +01:00
Joe Rickerby 56f9a37165 Don't run tests in a subshell so the errexit option applies 2017-04-10 21:41:05 +01:00
Joe Rickerby 5c91340ad0 Run the pip version check in the right env 2017-04-10 21:40:03 +01:00
Joe Rickerby c53d79557e Bump version v0.1.3 2017-03-31 10:20:43 +01:00
Joe Rickerby 510229177a Remove some debug code that was breaking the build 2017-03-31 09:58:28 +01:00
Joe Rickerby 46868f6cfe Bump version v0.1.2 2017-03-23 15:28:56 +00:00
Joe Rickerby 61138c19d5 Add version lock to the readme, so project will specify that themselves 2017-03-23 15:28:42 +00:00
Joe Rickerby 782e383c10 Fix Travis build 2017-03-23 15:20:03 +00:00
Joe Rickerby fe3038049a Make sure environment variables are str type for Windows 2017-03-23 11:37:13 +00:00
Joe Rickerby 17a2485d25 Add second test project - testing the CIBW_TEST options 2017-03-23 11:20:50 +00:00
Joe Rickerby 747556c417 Add ability for test projects to have custom env vars 2017-03-23 11:20:00 +00:00
Joe Rickerby 21c53fed74 Add CIBW_PLATOFRM environment variable 2017-03-23 11:19:14 +00:00
Joe Rickerby c230a6d3ce Remove old standalone script 2017-03-23 11:18:18 +00:00
Joe Rickerby 32eb1b2dee Add some lovely badges 2017-03-21 09:50:25 +00:00
Joe Rickerby 3372e585f9 Fix module name error 2017-03-21 09:39:28 +00:00
Joe Rickerby 309a2adcda Add a single test project and set to build on travis/appveyor 2017-03-20 23:54:29 +00:00
Joe Rickerby 095a857dcf Readme updates 2017-03-20 23:04:35 +00:00
Joe Rickerby c06cffc652 Update README.md 2017-03-20 09:24:07 +00:00
Joe Rickerby 2d308f3a90 Bump version v0.1.1 2017-03-19 21:56:35 +00:00
Joe Rickerby dbc140958a Add bumpversion config 2017-03-19 21:56:29 +00:00
Joe Rickerby dc6fd9a389 Update README.md 2017-03-19 21:49:26 +00:00
Joe Rickerby b8b2cf126a Break into separate files 2017-03-19 21:27:29 +00:00
Joe Rickerby 1e714ecd8b Tweak README 2017-03-19 21:27:18 +00:00
Joe Rickerby 7f89842e3f Add BSD license 2017-03-19 21:26:32 +00:00
Joe Rickerby f0f992e37f Initial commit 2017-03-19 20:57:51 +00:00