forked from datreant/MDSynthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
56 lines (45 loc) · 950 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
49
50
51
52
53
54
55
56
package:
name: mdsynthesis
version: "0.6.1"
source:
# path: .
git_url: https://github.com/datreant/MDSynthesis
# git_branch: master
git_tag: 0.6.1
build:
noarch_python: True
script: $PYTHON setup.py install
requirements:
build:
- python
- setuptools
- datreant.core
- datreant.data
- mdanalysis
run:
- python
- datreant.core
- datreant.data
- mdanalysis
test:
# Python imports
imports:
- mdsynthesis
requires:
# Put any additional test requirements here. For example
- pytest
- datreant.core
- datreant.data
- mdanalysis
files:
- src/mdsynthesis/tests
commands:
- py.test src
about:
home: http://mdsynthesis.readthedocs.io/en/master/
license: GPLVv2
license_file: LICENSE.txt
summary: 'a persistence engine for molecular dynamics data'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml