From 0b3d72888c0f381f3ed7e74a512107b2fd8ceecd Mon Sep 17 00:00:00 2001 From: Joseph Curtin Date: Wed, 12 Feb 2020 14:15:58 -0500 Subject: removed pmw, its not used anymore --- pmw/meta.yaml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 pmw/meta.yaml (limited to 'pmw/meta.yaml') diff --git a/pmw/meta.yaml b/pmw/meta.yaml deleted file mode 100644 index bd46b0d..0000000 --- a/pmw/meta.yaml +++ /dev/null @@ -1,37 +0,0 @@ -{% 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 -- cgit