Skip to content

Commit 5dfdb13

Browse files
committed
Add supervisor-pydantic
1 parent 0bffd21 commit 5dfdb13

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
context:
2+
name: supervisor-pydantic
3+
version: 1.1.0
4+
5+
package:
6+
name: ${{ name|lower }}
7+
version: ${{ version }}
8+
9+
source:
10+
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz
11+
sha256: 28f5e6245aa397449cccf44eafd1e57b8e36f795ab59ec81bfeab69ac2b7e294
12+
13+
build:
14+
number: 0
15+
noarch: python
16+
script: python -m pip install . -vv --no-deps --no-build-isolation
17+
18+
requirements:
19+
host:
20+
- python ${{ python_min }}.*
21+
- pip
22+
- hatchling
23+
run:
24+
- python >=${{ python_min }}
25+
- colorlog
26+
- hydra-core
27+
- jinja2
28+
- omegaconf
29+
- pydantic >=2
30+
- rich
31+
- typer
32+
33+
tests:
34+
- python:
35+
imports:
36+
- organizeit2
37+
pip_check: true
38+
python_version: ${{ python_min }}.*
39+
40+
about:
41+
license: Apache-2.0
42+
license_file: LICENSE
43+
summary: Engage with Zorp!
44+
homepage: https://github.com/timkpaine/organizeit2
45+
repository: https://github.com/timkpaine/organizeit2
46+
47+
extra:
48+
recipe-maintainers:
49+
- timkpaine

0 commit comments

Comments
 (0)