Difference between revisions of "Talk:Debian"

From Gramps
Jump to: navigation, search
m (How python packages are handled and generated under a .deb based linux distribution?)
m
Line 20: Line 20:
  
 
  pycompile -p mypaint /usr/share/mypaint -V 2.6-
 
  pycompile -p mypaint /usr/share/mypaint -V 2.6-
 +
pyclean -p mypaint
  
* Investigation2: what is pyshared environment???
+
* Investigation2: what is pyshared environment??? eg, /usr/share/pyshared/lxml-x.x.x.egg-info
<code>/usr/share/pyshared/lxml-x.x.x.egg-info
 
</code>
 
 
** Repository - url : [https://launchpad.net/ubuntu/+source/lxml/ via Ubuntu]
 
** Repository - url : [https://launchpad.net/ubuntu/+source/lxml/ via Ubuntu]
 +
** files hierarchy? python support?
 +
 +
pycompile -p python-lxml
 +
pyclean -p python-lxml

Revision as of 10:21, 29 March 2013

How python packages are handled and generated under a .deb based linux distribution?

  • Investigation1: download and uncompress a python gobject, gtk application like MyPaint - SCons build.
    • Repository - url : via one ppa for Ubuntu
    • two packages:
      • one for data (non-python files):
      • one for python modules

Package: mypaint-data Source: mypaint Version: 1.1.0+git20130320-1ppa1~precise1 Architecture: all Maintainer: Python Applications Packaging Team <[email protected]>

Package: mypaint Version: 1.1.0+git20130320-1ppa1~precise1 Architecture: i386 Maintainer: Python Applications Packaging Team <[email protected]>

    • files hierarchy? python support?
pycompile -p mypaint /usr/share/mypaint -V 2.6-
pyclean -p mypaint
  • Investigation2: what is pyshared environment??? eg, /usr/share/pyshared/lxml-x.x.x.egg-info
    • Repository - url : via Ubuntu
    • files hierarchy? python support?
pycompile -p python-lxml
pyclean -p python-lxml