File tree 1 file changed +49
-0
lines changed
recipes/supervisor-pydantic
1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments