Skip to content

Commit 2abefec

Browse files
committed
Update meta.yaml, partly generated by conda skeleton, ready for use/submission for conda-forge release.
1 parent 7c8ab03 commit 2abefec

File tree

1 file changed

+33
-13
lines changed

1 file changed

+33
-13
lines changed

meta.yaml

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,49 @@
1+
{% set name = "servicestack" %}
2+
{% set version = "0.0.7" %}
3+
14
package:
2-
name: "servicestack"
3-
version: "0.0.6"
5+
name: "{{ name|lower }}"
6+
version: "{{ version }}"
47

58
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"
816

917
requirements:
1018
host:
11-
- python >=3.9
12-
- setuptools
1319
- pip
14-
build:
1520
- python >=3.9
1621
run:
22+
- dataclasses >=0.6
23+
- dataclasses-json >=0.5.4
24+
- marshmallow >=3.12.2
1725
- python >=3.9
1826
- requests >=2.25.1
27+
28+
test:
29+
imports:
30+
- servicestack
31+
- tests
32+
requires:
1933
- dataclasses >=0.6
2034
- dataclasses-json >=0.5.4
21-
- marshmallow >=3.12.2
35+
- pytest
36+
- requests >=2.25.1
2237

23-
build:
24-
script: {{ PYTHON }} -m pip install . -vv
2538
about:
26-
home: https://github.com/ServiceStack/servicestack-python
39+
home: "https://github.com/ServiceStack/servicestack-python"
2740
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

0 commit comments

Comments
 (0)