Skip to content

Commit

Permalink
specify noarch platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jun 22, 2024
1 parent 89bb4df commit 186e862
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ provider:
linux_aarch64: default
win: azure
test: native_and_emulated
noarch_platforms:
- linux_64
- osx_64
- win_64
14 changes: 9 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ source:
- osx-zmq.patch

build:
number: 0
skip: true # [osx and arm64 and py < 39]
number: 1
entry_points:
- spyder = spyder.app.start:main
osx_is_app: true
noarch: python

requirements:
build:
- python # [build_platform != target_platform]
- python >=3.8 # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- python
- python >=3.8
- pip
- setuptools
run:
- python
- python >=3.8
- applaunchservices >=0.3.0 # [osx]
- atomicwrites >=1.2.0
- chardet >=2.0.0
Expand Down Expand Up @@ -72,6 +72,10 @@ requirements:
- textdistance >=4.2.0
- three-merge >=0.1.1
- watchdog >=0.10.3
# https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python
- __linux # [linux]
- __osx # [osx]
- __win # [win]
run_constrained:
- menuinst >=1.4.17

Expand Down

0 comments on commit 186e862

Please sign in to comment.