forked from conda-forge/griddataformats-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
54 lines (47 loc) · 1.29 KB
/
Copy pathmeta.yaml
File metadata and controls
54 lines (47 loc) · 1.29 KB
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
49
50
51
52
53
54
{% set name = "GridDataFormats" %}
{% set version = "1.2.0" %}
{% set python_min = "3.11" %}
package:
name: griddataformats
version: {{ version }}
source:
url: https://pypi.org/packages/source/G/GridDataFormats/griddataformats-{{ version }}.tar.gz
sha256: 6aec0c1cebf4373b5f59adc8f35a79037ab2ed970cae8f0eb1924724884fc45d
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- python {{ python_min }}
- pip
- setuptools
- versioningit
run:
- python >={{ python_min }}
- numpy >=1.21
- scipy
- mrcfile
test:
requires:
- python {{ python_min }}
imports:
- gridData
about:
home: https://github.com/MDAnalysis/GridDataFormats
license: LGPL-3.0-or-later
license_file: COPYING.LESSER
summary: Reading and writing of data on regular grids in Python
description: |
The gridDataFormats package provides classes to unify reading and
writing n-dimensional datasets. One can read grid data from files,
make them available as a `Grid` object, and write out the data again.
doc_url: https://www.mdanalysis.org/GridDataFormats/
dev_url: https://github.com/MDAnalysis/GridDataFormats
extra:
recipe-maintainers:
- IAlibay
- kain88-de
- orbeckst
- richardjgowers
- IAlibay