Skip to content

Commit

Permalink
Add supervisor-pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 12, 2025
1 parent 0bffd21 commit a13fcbd
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions recipes/supervisor-pydantic/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
context:
name: supervisor-pydantic
version: 1.1.0

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

source:
url: https://pypi.org/packages/source/s/supervisor-pydantic/supervisor_pydantic-${{ version }}.tar.gz
sha256: 28f5e6245aa397449cccf44eafd1e57b8e36f795ab59ec81bfeab69ac2b7e294

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

requirements:
host:
- python ${{ python_min }}.*
- pip
- hatchling
run:
- python >=${{ python_min }}
- colorlog
- hydra-core
- jinja2
- omegaconf
- pydantic >=2
- rich
- typer

tests:
- python:
imports:
- supervisor_pydantic
pip_check: true
python_version: ${{ python_min }}.*

about:
license: Apache-2.0
license_file: LICENSE
summary: Pydantic models for supervisor
homepage: https://github.com/airflow-laminar/supervisor-pydantic
repository: https://github.com/airflow-laminar/supervisor-pydantic

extra:
recipe-maintainers:
- timkpaine

0 comments on commit a13fcbd

Please sign in to comment.