Skip to content

Commit 7c8ab03

Browse files
committed
Add meta.yml for a conda build. This requires conda config --add channels conda-forge to build as dependencies must be resolved by conda as well.
`git_rev` under `source` must already exist so tagging before a publish is required as well. CI process should likely pull these in as variables so version info doesn't need to be updated in multiple places.
1 parent 80fb9b4 commit 7c8ab03

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

meta.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
package:
2+
name: "servicestack"
3+
version: "0.0.6"
4+
5+
source:
6+
git_rev: 0.0.6
7+
git_url: https://github.com/ServiceStack/servicestack-python
8+
9+
requirements:
10+
host:
11+
- python >=3.9
12+
- setuptools
13+
- pip
14+
build:
15+
- python >=3.9
16+
run:
17+
- python >=3.9
18+
- requests >=2.25.1
19+
- dataclasses >=0.6
20+
- dataclasses-json >=0.5.4
21+
- marshmallow >=3.12.2
22+
23+
build:
24+
script: {{ PYTHON }} -m pip install . -vv
25+
about:
26+
home: https://github.com/ServiceStack/servicestack-python
27+
license: BSD-3-Clause
28+
license_familY: BSD-3-Clause
29+
summary: "ServiceStack Python Service Clients"

0 commit comments

Comments
 (0)