Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add pylhe recipe #19135

Merged
merged 1 commit into from
Sep 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions recipes/pylhe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "pylhe" %}
{% set version = "0.4.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pylhe-{{ version }}.tar.gz
sha256: a205e25452256e1c9049656547475fd4434255030ea8c3ee36f678bd7cd9a41f

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

requirements:
host:
- pip
- python >=3.6
matthewfeickert marked this conversation as resolved.
Show resolved Hide resolved
- setuptools >=61.0.0
- setuptools_scm >=7.0.1
run:
- awkward >=1.2.0
- python-graphviz >=0.12.0
- particle >=0.16
- python >=3.6
- vector >=0.8.1

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

about:
home: https://github.com/scikit-hep/pylhe
summary: small package to get structured data out of Les Houches Event files
dev_url: https://github.com/scikit-hep/pylhe
license: Apache-2.0
license_file: LICENSE

extra:
recipe-maintainers:
- matthewfeickert
- eduardo-rodrigues
- lukasheinrich