Skip to content

Commit d245567

Browse files
committed
conda.recipe: Add a recipe to build and package this with conda.
1 parent 75c7b52 commit d245567

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

conda.recipe/meta.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
package:
2+
name: lab_config
3+
version: {{ environ.get('GIT_DESCRIBE_TAG', '')[1:] }}{{ '+' + environ.get('GIT_DESCRIBE_NUMBER', '0') + '.' + environ.get('GIT_DESCRIBE_HASH', '0') if environ.get('GIT_DESCRIBE_NUMBER', '0') != '0' else "" }}
4+
5+
source:
6+
git_url: ..
7+
git_tag: HEAD
8+
9+
build:
10+
number: 0
11+
script: python setup.py install
12+
13+
requirements:
14+
build:
15+
- python
16+
17+
run:
18+
- python
19+
- pyside
20+
21+
test:
22+
imports:
23+
- config
24+
25+
about:
26+
home: https://github.com/DudLab/lab_config
27+
license: BSD???
28+
summary: A package of utilities in use in our lab.

0 commit comments

Comments
 (0)