summaryrefslogtreecommitdiff
path: root/appdirs
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-11-29 20:40:40 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-12-13 16:04:15 -0500
commit4fe08aedce73669d3225c8bbe8dbecc108d91133 (patch)
tree40c7605c472951fa0e3ef7aa910c7b8a4606c45d /appdirs
parentd53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff)
downloadastroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz
Improve recipe uniformity
Diffstat (limited to 'appdirs')
-rw-r--r--appdirs/meta.yaml24
1 files changed, 16 insertions, 8 deletions
diff --git a/appdirs/meta.yaml b/appdirs/meta.yaml
index 7b9769a..f9fb69d 100644
--- a/appdirs/meta.yaml
+++ b/appdirs/meta.yaml
@@ -1,21 +1,29 @@
+{% set name = 'appdirs' %}
+{% set version = '1.4.0' %}
+{% set number = '0' %}
+
about:
- home: http://github.com/ActiveState/appdirs
+ home: http://github.com/ActiveState/{{name}}
license: MIT
- summary: A small Python module for determining appropriate platform-specific dirs,
+ summary: |
+ A small Python module for determining appropriate platform-specific dirs
e.g. a "user data dir".
+
build:
- number: '0'
+ number: {{number}}
+
package:
- name: appdirs
- version: 1.4.0
+ name: {{name}}
+ version: {{version}}
+
requirements:
build:
- setuptools
- python x.x
run:
- python x.x
+
source:
- fn: appdirs-1.4.0.tar.gz
+ fn: {{name}-{{version}}.tar.gz
md5: 1d17b4c9694ab84794e228f28dc3275b
- url:
- - https://pypi.python.org/packages/source/a/appdirs/appdirs-1.4.0.tar.gz
+ url: https://pypi.python.org/packages/source/a/{{name}}/{{name}}-{{version}}.tar.gz