Skip to content

Commit

Permalink
Merge pull request #132 from regro-cf-autotick-bot/rebuild-pypy37-0-1…
Browse files Browse the repository at this point in the history
…_hd31439

Rebuild for pypy37
  • Loading branch information
beckermr authored Jan 10, 2021
2 parents 5ccd89c + 2942c77 commit deaabae
Show file tree
Hide file tree
Showing 12 changed files with 151 additions and 7 deletions.
12 changes: 12 additions & 0 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.

16 changes: 16 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,16 @@
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
20 changes: 20 additions & 0 deletions .ci_support/linux_aarch64_python3.7.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
target_platform:
- linux-aarch64
16 changes: 16 additions & 0 deletions .ci_support/linux_ppc64le_python3.7.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_73_pypy
target_platform:
- linux-ppc64le
29 changes: 29 additions & 0 deletions .ci_support/migrations/pypy37.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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: 50
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
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge/label/rust_dev,conda-forge
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
channel_sources:
- conda-forge/label/rust_dev,conda-forge
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
Expand Down
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.

28 changes: 28 additions & 0 deletions README.md

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
skip: true # [py<36]
number: 0
number: 1
script: {{ PYTHON }} setup.py install --single-version-externally-managed --record record.txt
entry_points:
- py.test = py.test:console_main
Expand Down

0 comments on commit deaabae

Please sign in to comment.