wiki:jazz/10-08-13

2010-08-13

Open Source : Python

  • stdeb - compile Python Modules into debian packages - http://github.com/astraw/stdeb - Debian python-stdeb
    $ sudo apt-get install python-stdeb
    $ py2dsc [options] mypackage-0.1.tar.gz # uses pre-built Python source package
    $ cd deb_dist/mypackage-0.1.0/
    $ dpkg-buildpackage -rfakeroot -uc -us
    $ cd ..
    $ sudo dpkg -i python-mypackage-*.deb
    
Last modified 14 years ago Last modified on Aug 22, 2010, 8:10:24 PM

Attachments (1)

Download all attachments as: .zip