Skip to content

Commit

Permalink
Merge pull request #277 from jakirkham-feedstocks/use_m2-git_win
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored May 22, 2024
2 parents 53f0075 + 426547f commit 757179f
Show file tree
Hide file tree
Showing 7 changed files with 192 additions and 7 deletions.
52 changes: 52 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

4 changes: 4 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
4 changes: 2 additions & 2 deletions .gitattributes

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

120 changes: 120 additions & 0 deletions .scripts/run_win_build.bat

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

3 changes: 2 additions & 1 deletion azure-pipelines.yml

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

7 changes: 5 additions & 2 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
conda_forge_output_validation: true
conda_build:
pkg_format: '2'
github:
branch_name: main
tooling_branch_name: main
conda_build:
pkg_format: '2'
noarch_platforms:
- linux_64
- win_64
9 changes: 7 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ source:
sha256: d6240b78efdb786212dda051d782a139911b2484b7a183378ce151822c073cb9

build:
number: 0
number: 1
noarch: python
string: unix_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [unix]
string: win_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [win]
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
- rm -f "${PREFIX}/bin/conda" # [not win]
Expand All @@ -27,6 +29,8 @@ requirements:
- setuptools-scm >=8.1
- tomli >=1.0.0
run:
- __unix # [unix]
- __win # [win]
- python >=3.6
- setuptools
- conda >=4.2
Expand All @@ -36,7 +40,8 @@ requirements:
- requests
- pycryptodome
- gitpython
- git
- git # [unix]
- m2-git # [win]
- pygithub >=2,<3
- ruamel.yaml >=0.16
- conda-forge-pinning
Expand Down

0 comments on commit 757179f

Please sign in to comment.