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 func-adl #27541

Merged
merged 1 commit into from
Sep 23, 2024
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
44 changes: 44 additions & 0 deletions recipes/func-adl/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "func-adl" %}
{% set version = "3.3.2" %}

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

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

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

requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- python >=3.7
- make-it-sync

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

about:
home: https://github.com/iris-hep/func_adl
summary: Functional Analysis Description Language Base Package
license: MIT
license_file: LICENSE
doc_url: https://gordonwatts.github.io/xaod_usage
dev_url: https://github.com/iris-hep/func_adl

extra:
recipe-maintainers:
- matthewfeickert