Skip to content

Commit

Permalink
MNT: Rerender feedstock with grayskull (#30)
Browse files Browse the repository at this point in the history
* MNT: Rerender feedstock with grayskull
   - Update feedstock with output from 'grayskull pypi vector'.
   - Use importlib-metadata instead of importlib_metadata.
   - Bump build number.

* MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.1, and conda-forge-pinning 2024.10.14.02.03.33

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
matthewfeickert and conda-forge-webservices[bot] authored Oct 14, 2024
1 parent 330f9c8 commit f29da96
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
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.

9 changes: 4 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{% set name = "vector" %}
{% set version = "1.5.2" %}


package:
name: {{ name|lower }}
version: {{ version }}

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

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

requirements:
host:
Expand All @@ -24,7 +23,7 @@ requirements:
run:
- numpy >=1.13.3
- python >=3.8
- importlib_metadata >=0.22
- importlib-metadata >=0.22
- typing-extensions
- packaging >=19

Expand Down

0 comments on commit f29da96

Please sign in to comment.