aboutsummaryrefslogtreecommitdiff
path: root/python/python-pmw/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-06 17:11:22 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 01:41:50 +0700
commit3589b74c4679ad2d16d58f6790f58c02d377ccdc (patch)
treec3fa5a2183958ed696a528c50fa859136e49a9cc /python/python-pmw/README
parent6c0dfa094b990f03f19521263a91f0b0250bac9f (diff)
python/python-pmw: Renamed python2-pmw.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-pmw/README')
-rw-r--r--python/python-pmw/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/python-pmw/README b/python/python-pmw/README
deleted file mode 100644
index 8363f1840d..0000000000
--- a/python/python-pmw/README
+++ /dev/null
@@ -1,12 +0,0 @@
-python-pmw (Python Megawidgets, based on top of Tkinter)
-
-It is a toolkit for building high-level compound widgets in Python
-using the Tkinter module. It consists of a set of base classes and
-a library of flexible and extensible megawidgets built on this
-foundation. These megawidgets include notebooks, comboboxes,
-selection widgets, paned widgets, scrolled widgets and dialog
-windows.
-
-The base classes and most megawidgets were written by Greg McFarlane
-(current maintainer) and Peter Munnings. There are also several
-contributed megawidgets.