diff --git a/conda-forge.yml b/conda-forge.yml index f016894..c59236f 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -13,3 +13,7 @@ provider: linux_aarch64: default win: azure test: native_and_emulated +noarch_platforms: + - linux_64 + - osx_64 + - win_64 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4e72693..06e3bfe 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 @@ -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