Skip to content

Commit 9f27464

Browse files
authored
Add amimspy (#3)
1 parent 1226852 commit 9f27464

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

recipes/amimspy/meta.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{% set version="0.1.0" %}
2+
{% set name="amimspy" %}
3+
4+
package:
5+
name: '{{ name|lower }}'
6+
version: '{{ version }}'
7+
8+
source:
9+
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10+
sha256: '73a64c643d8262517e3648439740c24d3a96f64c9ed4b75417561efe64ab8536'
11+
12+
build:
13+
noarch: python
14+
number: 0
15+
entry_points:
16+
- beamspy = beamspy.__main__:main
17+
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed . -vv
18+
19+
requirements:
20+
host:
21+
- python >3.7
22+
- pip
23+
run:
24+
- python >3.7
25+
- dimspy ==2.0.0
26+
27+
test:
28+
imports:
29+
- amimspy
30+
commands:
31+
- amimspy --help
32+
33+
about:
34+
home: https://github.com/computational-metabolomics/amimspy
35+
license: GNU General Public v3 (GPLv3)
36+
license_family: GPL3
37+
license_file: LICENSE
38+
summary: Python package for processing acoustic mist ionization mass spectrometry-based metabolomics and lipidomics data
39+
40+
extra:
41+
recipe-maintainers:
42+
- RJMW

0 commit comments

Comments
 (0)