forked from conda-forge/sporco-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
c1c0688
commit caf2fa4
Showing
23 changed files
with
239 additions
and
184 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '2.7' | ||
- 3.6.* *_73_pypy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.6' | ||
- 3.6.* *_cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.7' | ||
- 3.7.* *_cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.8' | ||
- 3.8.* *_cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '2.7' | ||
- 3.6.* *_73_pypy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.6' | ||
- 3.6.* *_cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.7' | ||
- 3.7.* *_cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.8' | ||
- 3.8.* *_cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '2.7' | ||
- 3.6.* *_cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.6' | ||
- 3.7.* *_cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ pin_run_as_build: | |
min_pin: x.x | ||
max_pin: x.x | ||
python: | ||
- '3.7' | ||
- 3.8.* *_cpython |
Oops, something went wrong.