diff options
author | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-12 14:15:58 -0500 |
---|---|---|
committer | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-12 14:15:58 -0500 |
commit | 0b3d72888c0f381f3ed7e74a512107b2fd8ceecd (patch) | |
tree | b522d5e80ac7edc7161177bbb34630992276f586 | |
parent | 6d5e253abe3aa9f02d42d2ce03aa68e85a0dbf1d (diff) | |
download | astroconda-etc-0b3d72888c0f381f3ed7e74a512107b2fd8ceecd.tar.gz |
removed pmw, its not used anymore
-rw-r--r-- | pmw/bld.bat | 1 | ||||
-rw-r--r-- | pmw/build.sh | 1 | ||||
-rw-r--r-- | pmw/meta.yaml | 37 |
3 files changed, 0 insertions, 39 deletions
diff --git a/pmw/bld.bat b/pmw/bld.bat deleted file mode 100644 index 39b5e1f..0000000 --- a/pmw/bld.bat +++ /dev/null @@ -1 +0,0 @@ -%PYTHON% setup.py install diff --git a/pmw/build.sh b/pmw/build.sh deleted file mode 100644 index 5a5aeeb..0000000 --- a/pmw/build.sh +++ /dev/null @@ -1 +0,0 @@ -$PYTHON setup.py install 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 |