Skip to content

Commit

Permalink
Recipe for pytrms (pypi).
Browse files Browse the repository at this point in the history
  • Loading branch information
lefi7z committed Nov 12, 2024
1 parent 2bac0dc commit 178e33a
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions recipes/pytrms/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "pytrms" %}
{% set version = "0.9.1" %}

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

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

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.10,<4.0
- poetry-core >=1.0.0
- pip
run:
- python >=3.10.0,<4.0.0
- h5py >=3.12.1,<4.0.0
- matplotlib-base >=3.9.2,<4.0.0
- requests >=2.32.3,<3.0.0
- pandas >=2.2.3,<3.0.0
- pymodbustcp >=0.1.9
- paho-mqtt >=1.6.1,<1.7.0

test:
imports:
- pytrms
commands:
- pip check
requires:
- pip

about:
home: https://github.com/ionicon-analytik/PyTRMS
summary: Python bundle for proton-transfer reaction mass-spectrometry (PTR-MS).
license: GPL-2.0-only
license_file: LICENSE

extra:
recipe-maintainers:
- lefi7z

0 comments on commit 178e33a

Please sign in to comment.