def run(self): self.add_template_option('MATECORBA2_REQUIRED_VERSION', MATECORBA2_REQUIRED) self.prepare() self.install_template('pymatecorba-2.pc.in', os.path.join(self.libdir, 'pkgconfig')) InstallLib.run(self)
def run(self): self.add_template_option('ORBIT2_REQUIRED_VERSION', ORBIT2_REQUIRED) self.prepare() self.install_template('pyorbit-2.pc.in', os.path.join(self.libdir, 'pkgconfig')) InstallLib.run(self)
def run(self): # Modify the base installation dir install_dir = os.path.join(self.install_dir, PYGTK_SUFFIX_LONG) self.set_install_dir(install_dir) # Install tests self.install_tests() InstallLib.run(self)
def run(self): # Install pygtk.pth, pygtk.py[c] and templates self.install_pth() # Modify the base installation dir install_dir = os.path.join(self.install_dir, PYGTK_SUFFIX_LONG) self.set_install_dir(install_dir) InstallLib.run(self)
def run(self): self.add_template_option('VERSION', VERSION) self.prepare() self.install_template('mate-python-2.0.pc.in', os.path.join(self.libdir, 'pkgconfig')) # Modify the base installation dir install_dir = os.path.join(self.install_dir, PYGTK_SUFFIX_LONG) self.set_install_dir(install_dir) InstallLib.run(self)
def run(self): self.add_template_option('VERSION', VERSION) self.add_template_option('PYGTKGLEXT_API_VERSION', API_VERSION) self.prepare() self.install_template_as('pygtkglext.pc.in', os.path.join(self.libdir, 'pkgconfig'), 'pygtkglext-' + API_VERSION + '.pc') # Modify the base installation dir install_dir = os.path.join(self.install_dir, PYGTK_SUFFIX_LONG) self.set_install_dir(install_dir) InstallLib.run(self)