Skip to content

Commit

Permalink
Adding superintervals v0.2.3 (#52600)
Browse files Browse the repository at this point in the history
* Adding superintervals

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
kcleal authored Dec 13, 2024
1 parent 3af939c commit 40b166d
Showing 1 changed file with 55 additions and 0 deletions.
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

0 comments on commit 40b166d

Please sign in to comment.