[packagekit] Spec file patch to go with recent python changes

Tim Lauridsen tla at rasmil.dk
Fri Sep 21 22:59:20 PDT 2007


Robin Norwood wrote:
> Hi,
>
> Here's a patch to the spec file for Fedora that puts the PackageKit()
> python classes in python's site-packages directory.
>
> -RN
>
>   
Looks good, but the python naming says that modules should be i lowercase.
http://www.python.org/dev/peps/pep-0008/

Package and Module Names

      Modules should have short, all-lowercase names.  Underscores can be used
      in the module name if it improves readability.  Python packages should
      also have short, all-lowercase names, although the use of underscores is
      discouraged.

Tim





More information about the PackageKit mailing list