view gub/specs/python-config.py @ 6487:9bf9726dad38

schikkers-list: install updates.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 Feb 2011 23:57:59 +0100
parents 801cfb67b10e
children 895c23f49db3
line wrap: on
line source

from gub import build
from gub import misc

class Python_config (build.SdkBuild):
    source = 'url://host/python-config-2.4.1.tar.gz'
    dependencies = ['tools::python']
    def install (self):
        build.SdkBuild.install (self)
        misc.dump_python_config (self)