Skip to content

Commit

Permalink
Add recipe changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Greenfeld committed Jan 27, 2015
1 parent 0197eb3 commit 5500900
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Binary file removed cookiecutter/cookiecutter-0.9.1.tar.gz
Binary file not shown.
16 changes: 11 additions & 5 deletions cookiecutter/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
package:
name: cookiecutter
version: !!str 0.9.1
version: {{ environ['GIT_DESCRIBE_TAG'] }}

source:
fn: cookiecutter-0.9.1.tar.gz
url: https://pypi.python.org/packages/source/c/cookiecutter/cookiecutter-0.9.1.tar.gz
md5: ea02caabba54412eb94f8bd0ac8c9ef8
# fn: cookiecutter-0.9.1.tar.gz
# url: https://pypi.python.org/packages/source/c/cookiecutter/cookiecutter-0.9.1.tar.gz
# md5: ea02caabba54412eb94f8bd0ac8c9ef8
# patches:
# List any patch files here
# - fix.patch
git_tag: 0.9.1
git_url: https://github.com/audreyr/cookiecutter.git

build:
# preserve_egg_dir: True
entry_points:

- cookiecutter = cookiecutter.main:main

number: 2
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}

# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD_STR', '') }}

requirements:
build:
Expand Down

0 comments on commit 5500900

Please sign in to comment.