-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmeta.yaml
More file actions
42 lines (35 loc) · 872 Bytes
/
meta.yaml
File metadata and controls
42 lines (35 loc) · 872 Bytes
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
{% set name = "dbstep" %}
{% set version = "1.1.0" %}
# NOTE: Update version above to match dbstep/__version__ on each release.
# The sha256 hash must also be updated from the PyPI sdist.
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: b7e3278219f67c6def9ba1754c193ffff18348db14e3d328eacb6e081773b92a
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python >=3.9
- setuptools >=64
run:
- cclib
- numpy
- python >=3.9
- scipy
test:
imports:
- dbstep
about:
home: "https://github.com/patonlab/DBSTEP"
license: MIT
license_family: MIT
license_file: LICENSE.txt
summary: "DFT-Based Steric Parameters"
extra:
recipe-maintainers:
- luchini18