Maintaining recipes
{% set version = "1.0" %}
package:
name: example
version: {{ version }}
source:
fn: example-{{ version }}.tar.gz
url: https://pypi.python.org/example-{{ version }}.tar.gz
md5: 842b44f8c95517ed5b792081a2370da1
patches:
- some.patch
build:
number: 0
.
.
.