Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding superintervals v0.2.3 #52600

Merged
merged 8 commits into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions recipes/superintervals/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{% set name = "superintervals" %}
{% set version = "0.2.3" %}

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

source:
url: https://github.com/kcleal/superintervals/archive/v{{ version }}.tar.gz
sha256: a09ce005548513c70fd152d1cd9f26d6f54de1ad567db66ebbcd8001abce05a0

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage('superintervals', max_pin='x') }}

requirements:
build:
- {{ compiler('cxx') }}
- {{ compiler('c') }}
host:
- python
- setuptools >=42
- wheel
- cython
- pip
run:
- python
- cython

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

about:
home: https://github.com/kcleal/superintervals
summary: Rapid interval intersections
license: MIT
license_file: LICENSE
dev_url: https://github.com/kcleal/superintervals

extra:
recipe-maintainers:
- kcleal
additional-platforms:
- linux-aarch64
container:
extended-base: true
skip-lints:
- cython_must_be_in_host