summaryrefslogtreecommitdiff
path: root/pmw/meta.yaml
blob: bd46b0d79edbaa577bdb4dcb6c7fc48f21269181 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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