source:
sasview/build_tools/conda/periodictable/meta.yaml
@
9a0fc50
Last change on this file since 9a0fc50 was 36ca21e, checked in by Paul Kienzle <pkienzle@…>, 7 years ago | |
---|---|
|
|
File size: 1.4 KB |
Line | |
---|---|
1 | package: |
2 | name: periodictable |
3 | version: !!str 1.5.0 |
4 | |
5 | source: |
6 | fn: periodictable-1.5.0.tar.gz |
7 | url: https://pypi.python.org/packages/source/p/periodictable/periodictable-1.5.0.tar.gz |
8 | md5: f7e0d8199b0fe829868d24a0a734398e |
9 | # patches: |
10 | # List any patch files here |
11 | # - fix.patch |
12 | |
13 | # build: |
14 | #preserve_egg_dir: True |
15 | #entry_points: |
16 | # Put any entry points (scripts to be generated automatically) here. The |
17 | # syntax is module:function. For example |
18 | # |
19 | # - periodictable = periodictable:main |
20 | # |
21 | # Would create an entry point called periodictable that calls periodictable.main() |
22 | |
23 | |
24 | # If this is a new build for the same version, increment the build |
25 | # number. If you do not include this key, it defaults to 0. |
26 | # number: 1 |
27 | |
28 | requirements: |
29 | build: |
30 | - python |
31 | - setuptools |
32 | - pyparsing |
33 | - numpy |
34 | |
35 | run: |
36 | - python |
37 | - pyparsing |
38 | - numpy |
39 | |
40 | test: |
41 | # Python imports |
42 | imports: |
43 | - periodictable |
44 | |
45 | #commands: |
46 | # You can put test commands to be run here. Use this to test that the |
47 | # entry points work. |
48 | |
49 | |
50 | # You can also put a file called run_test.py in the recipe that will be run |
51 | # at test time. |
52 | |
53 | # requires: |
54 | # Put any additional test requirements here. For example |
55 | # - nose |
56 | |
57 | about: |
58 | home: http://www.reflectometry.org/danse/elements.html |
59 | license: public domain |
60 | summary: 'Extensible periodic table of the elements' |
61 | |
62 | # See |
63 | # http://docs.continuum.io/conda/build.html for |
64 | # more information about meta.yaml |
Note: See TracBrowser
for help on using the repository browser.