summaryrefslogtreecommitdiff
path: root/pmw/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-10-17 16:36:56 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-10-17 16:36:56 -0400
commit3b51cabe9c2a9b763bbd8d7f5fe1f8e28a3eb5e8 (patch)
treed599940979a256be5ccf00dd3a344bbc0443f0d1 /pmw/meta.yaml
parentfeb18f655ecf508a7f83a558eae8909f77163f0a (diff)
downloadastroconda-etc-3b51cabe9c2a9b763bbd8d7f5fe1f8e28a3eb5e8.tar.gz
Initial commit; OOB packages
Diffstat (limited to 'pmw/meta.yaml')
-rw-r--r--pmw/meta.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/pmw/meta.yaml b/pmw/meta.yaml
new file mode 100644
index 0000000..bd46b0d
--- /dev/null
+++ b/pmw/meta.yaml
@@ -0,0 +1,37 @@
+{% set name = 'pmw' %}
+{% set version = '1.3.3' %}
+{% set number = '0' %}
+
+about:
+ home: http://pmw.sourceforge.net
+ license: BSD
+ summary: |
+ Pmw is a toolkit for building high-level compound widgets, or
+ megawidgets, constructed using other widgets as component
+ parts. It promotes consistent look and feel within and
+ between graphical applications, is highly configurable to your needs and is easy to use.
+
+
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+build:
+ number: {{ number }}
+
+source:
+ fn: {{ name }}-{{ version }}.tar.gz
+ url: https://sourceforge.net/projects/pmw/files/Pmw/Pmw.{{ version }}/Pmw.{{ version }}.tar.gz
+
+requirements:
+ build:
+ - tk
+ - setuptools
+ - python x.x
+ run:
+ - tk
+
+test:
+ imports:
+ - Pmw