-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.yaml
48 lines (40 loc) · 841 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{% set name = "arraykit" %}
{% set version = "0.10.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/arraykit-{{ version }}.tar.gz
sha256: ee890b71c6e60505a9a77ad653ecb9c879e0f1a887980359d7fbaf29d33d5446
build:
number: 1
skip: true # [py<39]
script: {{ PYTHON }} -m pip install . -vv
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
host:
- setuptools
- python
- pip
- numpy
run:
- python
- numpy
test:
imports:
- arraykit
commands:
- pip check
requires:
- pip
about:
home: https://github.com/static-frame/arraykit
summary: Array utilities for StaticFrame
license: MIT
license_file: LICENSE.txt
extra:
recipe-maintainers:
- flexatone
- chaburkland