Skip to content

Commit 60032ba

Browse files
authored
Merge pull request #2 from regro-cf-autotick-bot/rebuild-pypy38-0-1_h3b7d7d
Rebuild for PyPy3.8 and PyPy3.9
2 parents dba6945 + bf24efb commit 60032ba

9 files changed

Lines changed: 220 additions & 1 deletion

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
boost_cpp:
2+
- 1.74.0
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '10'
7+
cdt_name:
8+
- cos6
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- gxx
15+
cxx_compiler_version:
16+
- '10'
17+
docker_image:
18+
- quay.io/condaforge/linux-anvil-cos7-x86_64
19+
pin_run_as_build:
20+
boost-cpp:
21+
max_pin: x.x.x
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.8.* *_73_pypy
27+
target_platform:
28+
- linux-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
boost_cpp:
2+
- 1.74.0
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '10'
7+
cdt_name:
8+
- cos6
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- gxx
15+
cxx_compiler_version:
16+
- '10'
17+
docker_image:
18+
- quay.io/condaforge/linux-anvil-cos7-x86_64
19+
pin_run_as_build:
20+
boost-cpp:
21+
max_pin: x.x.x
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.9.* *_73_pypy
27+
target_platform:
28+
- linux-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version

.ci_support/migrations/pypy38.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
migrator_ts: 1647123563
2+
__migrator:
3+
migration_number: 1
4+
primary_key: python
5+
ordering:
6+
python:
7+
- 3.6.* *_cpython
8+
- 3.7.* *_cpython
9+
- 3.8.* *_cpython
10+
- 3.9.* *_cpython
11+
- 3.10.* *_cpython
12+
- 3.6.* *_73_pypy
13+
- 3.7.* *_73_pypy
14+
- 3.8.* *_73_pypy
15+
- 3.9.* *_73_pypy
16+
paused: False
17+
longterm: True
18+
use_local: False
19+
check_solvable: True
20+
exclude_pinned_pkgs: False
21+
pr_limit: 10
22+
bump_number: 1
23+
wait_for_migrators:
24+
- python310
25+
commit_message: "Rebuild for PyPy3.8 and PyPy3.9"
26+
exclude:
27+
# this shouldn't attempt to modify the python feedstocks
28+
- python
29+
- pypy3.6
30+
- pypy-meta
31+
32+
python:
33+
- 3.7.* *_cpython # [not (osx and arm64)]
34+
- 3.8.* *_cpython
35+
- 3.9.* *_cpython
36+
- 3.10.* *_cpython
37+
- 3.8.* *_73_pypy # [not (osx and arm64)]
38+
- 3.9.* *_73_pypy # [not (osx and arm64)]
39+
numpy:
40+
# part of a zip_keys: python, python_impl, numpy
41+
- 1.19 # [not (osx and arm64)]
42+
- 1.19
43+
- 1.19
44+
- 1.21
45+
- 1.19 # [not (osx and arm64)]
46+
- 1.19 # [not (osx and arm64)]
47+
python_impl:
48+
- cpython # [not (osx and arm64)]
49+
- cpython
50+
- cpython
51+
- cpython
52+
- pypy # [not (osx and arm64)]
53+
- pypy # [not (osx and arm64)]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.9'
3+
boost_cpp:
4+
- 1.74.0
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '13'
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- clangxx
15+
cxx_compiler_version:
16+
- '13'
17+
macos_machine:
18+
- x86_64-apple-darwin13.4.0
19+
pin_run_as_build:
20+
boost-cpp:
21+
max_pin: x.x.x
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.8.* *_73_pypy
27+
target_platform:
28+
- osx-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.9'
3+
boost_cpp:
4+
- 1.74.0
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '13'
9+
channel_sources:
10+
- conda-forge
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- clangxx
15+
cxx_compiler_version:
16+
- '13'
17+
macos_machine:
18+
- x86_64-apple-darwin13.4.0
19+
pin_run_as_build:
20+
boost-cpp:
21+
max_pin: x.x.x
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.9.* *_73_pypy
27+
target_platform:
28+
- osx-64
29+
zip_keys:
30+
- - c_compiler_version
31+
- cxx_compiler_version

README.md

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
sha256: {{ sha256 }}
1313

1414
build:
15-
number: 1
15+
number: 2
1616
skip: true # [win]
1717

1818
requirements:

0 commit comments

Comments
 (0)