[Bug 219164] Review Request: FontyPython - TTF font manager

bugzilla at redhat.com bugzilla at redhat.com
Mon Dec 11 18:27:44 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: FontyPython - TTF font manager


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219164





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2006-12-11 13:27 EST -------
Created an attachment (id=143309)
 --> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=143309&action=view)
Mock build log of fontpython 0.2.0-1

Well,
* I cannot find your name in owners.list. If this package is
  the first package you try to import to Fedora Extras, then
  you have to get sponsored. Please check:
http://fedoraproject.org/wiki/Extras/HowToGetSponsored

For general packaging information, please check:
http://fedoraproject.org/wiki/Packaging/Guidelines
http://fedoraproject.org/wiki/Packaging/ReviewGuidelines

Then:
* mockbuild fails on FC-devel i386. Perhaps some
  BuildRequires are missing.
  Note: for FC-devel (rawhide), python is 2.5!
-----------------------------------------------------
[tasaka1 at localhost ~]$ rpm -q python
python-2.5-2.fc7
-----------------------------------------------------
  Please make it sure that your spec file works well for
  both python 2.4/2.5 .

* Please check the dependency for this package and add
  the needed Requires correctly.
--------------------------
[tasaka1 at localhost fontypython]$ ( for f in *py ; do grep import $f ; done ) |
grep -v ^# | sort | uniq
		import re
    import wxversion
from  fontitem import *
from basicfontlist import *
from emptyview import *
from folder import *
from optparse import OptionParser
from pathcontrol import * 
from pog import *
from pubsub import *
from wx.lib.splitter import MultiSplitterWindow
gui = __import__ ( "fontypython." + chosengui ) 
if fpsys.config.max: import dialogues
import	wx.html as  html
import Image, ImageFont, ImageDraw 
import cli
import fontybugs
import fpsys
import fpsys # Global objects
import fpversion
import imp
import os
import pathcontrol
import pathcontrol 
import strings
import sys
import sys, os
import sys, os, pickle
import wx
import wx.lib.scrolledpanel
import wx.lib.statbmp
try: import Image, ImageFont, ImageDraw 
try: import wx
---------------------------

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list