Skip to content

Commit

Permalink
Initial feedstock commit with conda-smithy 3.34.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin committed Apr 15, 2024
0 parents commit dc8a0c5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
42 changes: 42 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{% set name = "narwhals" %}
{% set version = "0.7.10" %}

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

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

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

requirements:
host:
- python >=3.8
- hatchling
- pip
run:
- python >=3.8

test:
imports:
- narwhals
commands:
- pip check
requires:
- pip

about:
home: https://marcogorelli.github.io/narwhals/
dev_url: https://github.com/MarcoGorelli/narwhals
summary: Extremely lightweight compatibility layer between pandas, Polars, cuDF, and Modin
license: MIT
license_file: LICENSE.md

extra:
recipe-maintainers:
- thewchan

0 comments on commit dc8a0c5

Please sign in to comment.