Skip to content

Commit

Permalink
Merge pull request #41 from dhirschfeld/maintainer
Browse files Browse the repository at this point in the history
Add `dhirschfeld` as maintainer
  • Loading branch information
rmax committed May 12, 2021
2 parents c6edb3f + bd59862 commit a08a51a
Show file tree
Hide file tree
Showing 27 changed files with 430 additions and 212 deletions.
25 changes: 14 additions & 11 deletions .azure-pipelines/azure-pipelines-linux.yml

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

16 changes: 9 additions & 7 deletions .azure-pipelines/azure-pipelines-osx.yml

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

18 changes: 10 additions & 8 deletions .azure-pipelines/azure-pipelines-win.yml

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

@@ -1,19 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +25,9 @@ python:
target_platform:
- linux-64
zip_keys:
- - numpy
- python
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
@@ -1,19 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +25,9 @@ python:
target_platform:
- linux-64
zip_keys:
- - numpy
- python
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
@@ -1,19 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -23,5 +25,9 @@ python:
target_platform:
- linux-64
zip_keys:
- - numpy
- python
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
16 changes: 11 additions & 5 deletions .ci_support/linux_64_numpy1.18python3.6.____73_pypy.yaml
@@ -1,17 +1,19 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '9'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.18'
pin_run_as_build:
Expand All @@ -23,5 +25,9 @@ python:
target_platform:
- linux-64
zip_keys:
- - numpy
- python
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
33 changes: 33 additions & 0 deletions .ci_support/linux_64_numpy1.19python3.9.____cpython.yaml
@@ -0,0 +1,33 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
numpy:
- '1.19'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
- - python
- numpy
55 changes: 0 additions & 55 deletions .ci_support/migrations/python38.yaml

This file was deleted.

Expand Up @@ -3,21 +3,19 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '10'
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '10'
- '11'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.16'
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -27,5 +25,7 @@ python:
target_platform:
- osx-64
zip_keys:
- - numpy
- python
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy

1 comment on commit a08a51a

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

  • @dhirschfeld was added to this feedstock maintenance team.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.