summaryrefslogtreecommitdiff
path: root/purge_path/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'purge_path/meta.yaml')
-rw-r--r--purge_path/meta.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml
deleted file mode 100644
index 04b6556..0000000
--- a/purge_path/meta.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-{% set name = 'purge_path' %}
-{% set version = GIT_DESCRIBE_TAG ~ ".dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %}
-{% if version[0] == 'v' %}
-{% set version = version[1:] %}
-{% endif %}
-{% set number = '1' %}
-
-about:
- home: https://github.com/jhunkeler/{{ name }}
- license: BSD
- summary: purge_path a small PATH manipulator
-
-build:
- number: {{ number }}
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-requirements:
- build:
- - python {{ python }}
- - setuptools
-
- run:
- - python
-
-source:
- git_url: https://github.com/jhunkeler/{{ name }}.git