summaryrefslogtreecommitdiff
path: root/purge_path
diff options
context:
space:
mode:
Diffstat (limited to 'purge_path')
-rw-r--r--purge_path/meta.yaml22
1 files changed, 15 insertions, 7 deletions
diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml
index 355822b..97f7428 100644
--- a/purge_path/meta.yaml
+++ b/purge_path/meta.yaml
@@ -1,18 +1,26 @@
+{% set name = 'purge_path' %}
+{% set version = '1.0.0' %}
+{% set number = '0' %}
+
about:
- home: http://bitbucket.org/jhunkeler/purge_path
- license: GPL
+ home: http://bitbucket.org/jhunkeler/{{ name }}
+ license: BSD
summary: purge_path a small PATH manipulator
+
build:
- number: '0'
+ number: {{ number }}
+
package:
- name: purge_path
- version: 1.0.0
+ name: {{ name }}
+ version: {{ version }}
+
requirements:
build:
- python x.x
- setuptools
run:
- python x.x
+
source:
- git_tag: 1.0.0
- git_url: https://bitbucket.org/jhunkeler/purge_path
+ git_tag: {{ version }}
+ git_url: https://bitbucket.org/jhunkeler/{{ name }}.git