Module setup
[hide private]
[frames] | no frames]

Module setup

source code


Manual setup file for pisi

Pisi is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Pisi is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Pisi.  If not, see <http://www.gnu.org/licenses/>.

Run with 
    python setup.py build /         - or
    python setup.py install /
    
Puts all PISI stuff under /opt/pisi (assuming you provide / as destination)
Some links and additional stuff is put in corresponding places.

Functions [hide private]
 
doBuild(path) source code
 
doInstall(path) source code
Variables [hide private]
  filesToMove = [['conf.example', 'usr/share/doc/pisi', 'conf.ex...
  filesToLink = [['../opt/pisi/pisi.py', 'bin', 'pisi'], ['../op...
  __package__ = None
Variables Details [hide private]

filesToMove

Value:
[['conf.example', 'usr/share/doc/pisi', 'conf.example'],
 ['build/pisi.desktop', 'usr/share/applications', 'pisi.desktop'],
 ['build/pisi.png', 'usr/share/pixmaps', 'pisi.png']]

filesToLink

Value:
[['../opt/pisi/pisi.py', 'bin', 'pisi'],
 ['../opt/pisi/pisigui.py', 'bin', 'pisigui']]