view gub/specs/libexif.py @ 3493:9342b541213d

python 2.6 compat: with() -> with_template()
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Fri, 18 May 2007 01:05:55 -0300
parents 991da4c30d99
children 712618d22ccd
line wrap: on
line source

from gub import targetpackage
from gub import mirrors

class Libexif (targetpackage.TargetBuildSpec):
    def __init__ (self, settings):
        targetpackage.TargetBuildSpec.__init__ (self, settings)
# incompatible with gphoto?
#        self.with_template (version="0.6.9", mirror=mirrors.sf)
# does not install
#        self.with_template (version="0.6.14", mirror=mirrors.sf)
        self.with_template (version="0.6.12", mirror=mirrors.sf)