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. Later, if you wish to make the transition to an event-driven GUI paradigm, you can do so with a more powerful GUI package such as anygui, PythonCard, Tkinter, wxPython, etc. SPEC: http://zanoni.jcomserv.net/fedora/python-easygui/python-easygui.spec SRPM: http://zanoni.jcomserv.net/fedora/python-easygui/python-easygui-0.96-0.fc14.src.rpm
Please fix your Review Summary.
Review Summary? And fix how? I'm not sure what you mean.
http://fedoraproject.org/wiki/Join_the_package_collection_maintainers#Create_Your_Review_Request * Make sure that you put the name of the package (excluding version and release numbers) in the 'Review Summary' field, along with a very brief summary of what the package is. http://fedoraproject.org/wiki/File:PackageReviewProcess_review.png
<headdesk> I've been doing this quite awhile, and should know better. In my defense, this was submitted pre-coffee. Thank you, and good catch. :)
Jon, there are two small issues, I just discovered. rpmlint ./python-easygui.spec ./python-easygui.spec: E: specfile-error sh: line 0: fg: no job control 0 packages and 1 specfiles checked; 1 errors, 0 warnings. rpmbuild -ba reports RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/python3.2/site-packages/__pycache__/easygui.cpython-32.pyc /usr/lib/python3.2/site-packages/__pycache__/easygui.cpython-32.pyo Can you fix those, please?
Fixed, thanks! SPEC: http://zanoni.jcomserv.net/fedora/python-easygui/python-easygui.spec SRPM: http://zanoni.jcomserv.net/fedora/python-easygui/python-easygui-0.96-0.fc14.src.rpm
You meant: http://zanoni.jcomserv.net/fedora/python-easygui/python-easygui-0.96-1.fc15.src.rpm Package Review ============== Key: - = N/A x = Check ! = Problem ? = Not evaluated === REQUIRED ITEMS === [x] Package is named according to the Package Naming Guidelines. [x] Spec file name must match the base package %{name}, in the format %{name}.spec. [x] Package meets the Packaging Guidelines. [x] Package successfully compiles and builds into binary rpms on at least one supported architecture. Tested on: koji, f16 http://koji.fedoraproject.org/koji/taskinfo?taskID=3386103 [x] Rpmlint output: [mrunge@sofja SPECS]$ rpmlint ./python-easygui.spec ../RPMS/noarch/python-easygui-0.96-1.fc16.noarch.rpm ../RPMS/noarch/python3-easygui-0.96-1.fc16.noarch.rpm ../SRPMS/python-easygui-0.96-1.fc16.src.rpm python-easygui.noarch: W: spelling-error %description -l en_US dialogs -> dialog, dialog s python-easygui.noarch: W: spelling-error %description -l en_US anygui -> Guiyang python-easygui.noarch: W: spelling-error %description -l en_US wxPython -> Python, python python3-easygui.noarch: W: spelling-error %description -l en_US dialogs -> dialog, dialog s python3-easygui.noarch: W: spelling-error %description -l en_US anygui -> Guiyang python3-easygui.noarch: W: spelling-error %description -l en_US wxPython -> Python, python python-easygui.src: W: spelling-error %description -l en_US dialogs -> dialog, dialog s python-easygui.src: W: spelling-error %description -l en_US anygui -> Guiyang python-easygui.src: W: spelling-error %description -l en_US wxPython -> Python, python 3 packages and 1 specfiles checked; 0 errors, 9 warnings. [x] Buildroot is correct (%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)) [x] Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [x] License field in the package spec file matches the actual license. License type: BSD [x] If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %doc. [x] Spec file is legible and written in American English. [x] Sources used to build the package matches the upstream source, as provided in the spec URL. MD5SUM this package : 954fd5d5214d84874a5f8f9e199e3f13 MD5SUM upstream package: 954fd5d5214d84874a5f8f9e199e3f13 easygui_v0.96_docs.tar.gz [x] Package is not known to require ExcludeArch, OR: [x] All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines. [-] The spec file handles locales properly. [-] ldconfig called in %post and %postun if required. [x] Package must own all directories that it creates. [-] Package requires other packages for directories it uses. [x] Package does not contain duplicates in %files. [x] Permissions on files are set properly. [x] Package has a %clean section, which contains rm -rf %{buildroot} (or $RPM_BUILD_ROOT). [x] Package consistently uses macros. [x] Package contains code, or permissable content. [x] Large documentation files are in a -doc subpackage, if required. [x] Package uses nothing in %doc for runtime. [-] Header files in -devel subpackage, if present. [-] Static libraries in -devel subpackage, if present. [-] Package requires pkgconfig, if .pc files are present. [-] Development .so files in -devel subpackage, if present. [-] Fully versioned dependency in subpackages, if present. [-] Package does not contain any libtool archives (.la). [-] Package contains a properly installed %{name}.desktop file if it is a GUI application. [x] Package does not own files or directories owned by other packages. === SUGGESTED ITEMS === [x] Latest version is packaged. [!] Package does not include license text files separate from upstream. [-] Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [x] Reviewer should test that the package builds in mock. Tested on: koji, see above [x] Package should compile and build into binary rpms on all supported architectures. Tested on: noarch [x] Package functions as described. [x] Scriptlets must be sane, if used. [x] The placement of pkgconfig(.pc) files are correct. [x] File based requires are sane. === Notes === 1. Contains separate License file. As stated above, License is BSD. ================ *** APPROVED *** ================
So I did, thanks for the review! New Package SCM Request ======================= Package Name: python-easygui Short Description: Very simple, very easy GUI programming in Python Owners: limb Branches: f16 f15 InitialCC:
Git done (by process-git-requests).
python-easygui-0.96-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/python-easygui-0.96-1.fc16
python-easygui-0.96-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/python-easygui-0.96-1.fc15
python-easygui-0.96-1.fc16 has been pushed to the Fedora 16 testing repository.
python-easygui-0.96-1.fc15 has been pushed to the Fedora 15 stable repository.
python-easygui-0.96-1.fc16 has been pushed to the Fedora 16 stable repository.