File tree Expand file tree Collapse file tree 1 file changed +33
-13
lines changed Expand file tree Collapse file tree 1 file changed +33
-13
lines changed Original file line number Diff line number Diff line change
1
+ {% set name = "servicestack" %}
2
+ {% set version = "0.0.7" %}
3
+
1
4
package :
2
- name : " servicestack "
3
- version : " 0.0.6 "
5
+ name : " {{ name|lower }} "
6
+ version : " {{ version }} "
4
7
5
8
source :
6
- git_rev : 0.0.6
7
- git_url : https://github.com/ServiceStack/servicestack-python
9
+ url : " https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
10
+ sha256 : 52709e1ad7cc08a1b2e6b0df1155075e3d3f601f0c8d557edaa1defb3800c5b4
11
+
12
+ build :
13
+ noarch : python
14
+ number : 0
15
+ script : " {{ PYTHON }} -m pip install . -vv"
8
16
9
17
requirements :
10
18
host :
11
- - python >=3.9
12
- - setuptools
13
19
- pip
14
- build :
15
20
- python >=3.9
16
21
run :
22
+ - dataclasses >=0.6
23
+ - dataclasses-json >=0.5.4
24
+ - marshmallow >=3.12.2
17
25
- python >=3.9
18
26
- requests >=2.25.1
27
+
28
+ test :
29
+ imports :
30
+ - servicestack
31
+ - tests
32
+ requires :
19
33
- dataclasses >=0.6
20
34
- dataclasses-json >=0.5.4
21
- - marshmallow >=3.12.2
35
+ - pytest
36
+ - requests >=2.25.1
22
37
23
- build :
24
- script : {{ PYTHON }} -m pip install . -vv
25
38
about :
26
- home : https://github.com/ServiceStack/servicestack-python
39
+ home : " https://github.com/ServiceStack/servicestack-python"
27
40
license : BSD-3-Clause
28
- license_familY : BSD-3-Clause
29
- summary : " ServiceStack Python Service Clients"
41
+ license_family : BSD
42
+ license_file :
43
+ summary : " ServiceStack Python Service Clients"
44
+ doc_url : " https://github.com/ServiceStack/servicestack-python"
45
+ dev_url : " https://github.com/ServiceStack/servicestack-python"
46
+
47
+ extra :
48
+ recipe-maintainers :
49
+ - ServiceStack
You can’t perform that action at this time.
0 commit comments