Skip to content

Commit

Permalink
Merge pull request #40 from regro-cf-autotick-bot/noarch_python_min-m…
Browse files Browse the repository at this point in the history
…igration-1_he5cb8f

Rebuild for CFEP-25 `noarch: python` syntax
  • Loading branch information
melund authored Jan 13, 2025
2 parents 69c2350 + 105918e commit dd04db7
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 4 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
cdt_name:
- cos6
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
python_min:
- '3.9'
18 changes: 13 additions & 5 deletions .scripts/build_steps.sh

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

29 changes: 27 additions & 2 deletions azure-pipelines.yml

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

16 changes: 13 additions & 3 deletions build-locally.py

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

9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ 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: bbe91bbe3241992a616f165c30d150f01cc900309a7926f605690aa845911742

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:
host:
- python >=3.8
- python {{ python_min }}
- pip
- setuptools_scm >=8.1.0
run:
- python >=3.8
- python >={{ python_min }}
- numpy >=1.6.1,<3
- pandas >=0.14,<3
- pint
Expand All @@ -37,6 +37,7 @@ test:
- pip check
requires:
- pip
- python {{ python_min }}

about:
home: https://github.com/pymeasure/pymeasure
Expand Down

0 comments on commit dd04db7

Please sign in to comment.