SPECS: python-easygui.spec (NEW) - new

arekm arekm at pld-linux.org
Wed Aug 3 15:49:08 CEST 2005


Author: arekm                        Date: Wed Aug  3 13:49:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   python-easygui.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-easygui.spec
diff -u /dev/null SPECS/python-easygui.spec:1.1
--- /dev/null	Wed Aug  3 15:49:08 2005
+++ SPECS/python-easygui.spec	Wed Aug  3 15:49:03 2005
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+%define		module	easygui
+Summary:	EasyGUI is a module for very simple, very easy GUI programming
+Summary(pl):	Pakiet GUI dla Pythona
+Name:		python-%{module}
+Version:	0.72
+Release:	1
+License:	CCA v2.0
+Group:		Libraries/Python
+Source0:	http://www.ferg.org/easygui/easygui.zip
+# Source0-md5:	32aefe99d98aaea41576038da0513e07
+URL:		http://www.ferg.org/easygui/
+BuildRequires:	python-devel >= 2.2
+%pyrequires_eq	python-modules
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Experienced Pythonistas need support for quick and dirty GUI features.
+New Python programmers need GUI capabilities that don't require any
+knowledge of Tkinter, frames, widgets, callbacks or lambda. This is
+what EasyGUI provides. Using EasyGUI, all GUI interactions are invoked
+by simple function calls.
+
+EasyGUI is different from other GUIs in that EasyGUI is NOT
+event-driven. It allows you to program in a traditional linear
+fashion, and to put up dialogs for simple input and output when you
+need to. If you have not yet learned the event-driven paradigm for GUI
+programming, EasyGUI will allow you to be productive with very basic
+tasks immediately.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+install easygui.py $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
+find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*.py" | xargs rm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt
+%{py_sitescriptdir}/*.py[co]
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/08/03 13:49:03  arekm
+- new
+
+
================================================================



More information about the pld-cvs-commit mailing list