Skip to content

Commit

Permalink
update to CFEP-25 noarch: python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Dec 17, 2024
1 parent eb0dc32 commit 05b975d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,26 @@ package:
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 14887af1093579c5e6afae51a0a1ecc3f715cdbc5c4d7ef59cdeec76ee6bb15d

build:
number: 0
number: 1
noarch: python
script: '{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv '

requirements:
host:
- matplotlib-base
- pip
- python >=3.7
- python {{ python_min }}
run:
- matplotlib-base
- python >=3.7
- python >={{ python_min }}

test:
requires:
- python {{ python_min }}
imports:
- matplotlib_scalebar

Expand Down

0 comments on commit 05b975d

Please sign in to comment.