Skip to content

Commit

Permalink
conda.recipe: Add a recipe to build and package this with conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jun 9, 2016
1 parent 75c7b52 commit d245567
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package:
name: lab_config
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 "" }}

source:
git_url: ..
git_tag: HEAD

build:
number: 0
script: python setup.py install

requirements:
build:
- python

run:
- python
- pyside

test:
imports:
- config

about:
home: https://github.com/DudLab/lab_config
license: BSD???
summary: A package of utilities in use in our lab.

0 comments on commit d245567

Please sign in to comment.