Skip to content

Commit

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

* MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.8.6, and conda-forge-pinning 2021.01.22.00.15.48
  • Loading branch information
regro-cf-autotick-bot authored Jan 22, 2021
1 parent 0b466fb commit 189b481
Show file tree
Hide file tree
Showing 12 changed files with 119 additions and 14 deletions.
14 changes: 9 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

5 changes: 4 additions & 1 deletion .ci_support/linux_64_python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -14,3 +14,6 @@ python:
- 3.6.* *_73_pypy
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
5 changes: 4 additions & 1 deletion .ci_support/linux_64_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -14,3 +14,6 @@ python:
- 3.6.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
19 changes: 19 additions & 0 deletions .ci_support/linux_64_python3.7.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
5 changes: 4 additions & 1 deletion .ci_support/linux_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -14,3 +14,6 @@ python:
- 3.7.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
5 changes: 4 additions & 1 deletion .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -14,3 +14,6 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
5 changes: 4 additions & 1 deletion .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -14,3 +14,6 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
30 changes: 30 additions & 0 deletions .ci_support/migrations/pypy37.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
migrator_ts: 1608144114
__migrator:
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy # new entry
paused: False
longterm: True
pr_limit: 6
bump_number: 0
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta

python: # [not (win or arm64)]
- 3.7.* *_73_pypy # [not (win or arm64)]
# additional entries to add for zip_keys
numpy: # [not (win or arm64)]
- 1.19 # [not (win or arm64)]
python_impl: # [not (win or arm64)]
- pypy # [not (win or arm64)]
16 changes: 16 additions & 0 deletions .ci_support/osx_64_python3.7.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
target_platform:
- osx-64
12 changes: 8 additions & 4 deletions .scripts/run_docker_build.sh

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

14 changes: 14 additions & 0 deletions README.md

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

0 comments on commit 189b481

Please sign in to comment.