Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make noarch with __win #17

Merged
merged 4 commits into from
Oct 29, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 2 additions & 17 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
12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.10.____cpython.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.11.____cpython.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.8.____73_pypy.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.8.____cpython.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.9.____73_pypy.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .ci_support/win_64_python3.9.____cpython.yaml

This file was deleted.

62 changes: 4 additions & 58 deletions README.md

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

2 changes: 2 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
noarch_platforms:
- win_64
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ source:
sha256: dd03d942c0d3e2b1cf8bab511844546dfa5f74cb61b241699fa379ad707dea4f

build:
number: 5
skip: True # [not win]
number: 6
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
ocefpaf marked this conversation as resolved.
Show resolved Hide resolved

requirements:
host:
- python
- python >=3.6
- pip
run:
- python
- python >=3.6
- __win

test:
imports:
Expand Down