Skip to content

Commit

Permalink
Add lamps v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harryln-1 committed Nov 8, 2024
1 parent 41713ae commit 92ff222
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions recipes/lamps/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{% set name = "lamps" %}
{% set version = "1.0.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/lamps-{{ version }}.tar.gz
sha256: c85de92edcb4cd450aeebcb829729f163a02b3905146ef5208f911f38f2abe63

build:
entry_points:
- lamp = lamp.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.8
- setuptools >=61.0
- wheel
- pip
run:
- python >=3.8
- numpy
- scipy
- pandas
- pyside6
- pyteomics
- openpyxl
- pyjanitor

test:
imports:
- lamp
commands:
- pip check
- lamp --help
requires:
- pip

about:
home: https://pypi.org/project/lamps/
summary: Liverpool Annotation of metabolites using Mass Spectrometry
dev_url: https://github.com/wanchanglin/lamp
license: GPL-3.0
license_file: LICENSE

extra:
recipe-maintainers:
- harryln-1

0 comments on commit 92ff222

Please sign in to comment.