Skip to content

Commit

Permalink
Rebuild for pypy (conda-forge#7)
Browse files Browse the repository at this point in the history
* Rebuild for pypy

* MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.4, and conda-forge-pinning 2020.07.06.18.43.00

Co-authored-by: regro-cf-autotick-bot <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and regro-cf-autotick-bot authored Jul 9, 2020
1 parent c1c0688 commit caf2fa4
Show file tree
Hide file tree
Showing 23 changed files with 239 additions and 184 deletions.
39 changes: 24 additions & 15 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 21 additions & 68 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 36 additions & 34 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
- 3.6.* *_73_pypy
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.7.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
- 3.8.* *_cpython
46 changes: 46 additions & 0 deletions .ci_support/migrations/pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
migrator_ts: 1580746218 # The timestamp of when the migration was made
__migrator:
kind:
version
exclude:
- c_compiler
- vc
- cxx_compiler
- cuda_compiler_version
- docker_image
migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration
1
bump_number: 1 # Hashes changed for cpython, so it's better to bump build numbers.
# do not use mamba to check if the issued PRs are solvable
check_solvable: false

python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.6.* *_73_pypy # [not win64]

numpy:
- 1.14 # [not (aarch64 or ppc64le)]
- 1.14 # [not (aarch64 or ppc64le)]
- 1.14 # [not (aarch64 or ppc64le)]
- 1.16 # [aarch64 or ppc64le]
- 1.16 # [aarch64 or ppc64le]
- 1.16 # [aarch64 or ppc64le]
- 1.18 # [not win64]

python_impl:
- cpython
- cpython
- cpython
- pypy # [not win64]


zip_keys:
-
- python
- numpy
- python_impl
- # [linux64]
- cuda_compiler_version # [linux64]
- docker_image # [linux64]
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
- 3.6.* *_73_pypy
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.7.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.8'
- 3.8.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
- 3.6.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
- 3.7.* *_cpython
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
- 3.8.* *_cpython
Loading

0 comments on commit caf2fa4

Please sign in to comment.