Re: Introduction

2013-09-09 Thread Piotr Ożarowski
Hi, [Jackson Doak, 2013-09-09] > Hello everyone, i'm Jackson Doak. I would like to help with packing > python modules. I am part of the pkg-xfce team and have a number of > python packages currently on debian mentors. I am also an ubuntu > member. > > Can someone please add me to the SVN? My ali

Re: Installing platform-independent resources outside the Python package (was: Specifying ‘--install-data’ for each binary package)

2013-09-09 Thread Jakub Wilk
* Ben Finney , 2013-09-09, 13:36: * Use ‘.links’ to make a symlink for each package to ‘usr/share//foofile’ at ‘usr/lib/python${PYTHON_VERSION}/dist-packages/${DISTRIBUTION_NAME}/foofile’. How can you do that without hardcoding Python version? -- Jakub Wilk -- To UNSUBSCRIBE, email to debia

Re: Installing platform-independent resources outside the Python package (was: Specifying ‘--install-data’ for each binary package)

2013-09-09 Thread Piotr Ożarowski
[Jakub Wilk, 2013-09-09] > * Ben Finney , 2013-09-09, 13:36: > >* Use ‘.links’ to make a symlink for each package to > >‘usr/share//foofile’ at > >‘usr/lib/python${PYTHON_VERSION}/dist-packages/${DISTRIBUTION_NAME}/foofile’. > > How can you do that without hardcoding Python version? should I add

Re: Installing platform-independent resources outside the Python package

2013-09-09 Thread Ben Finney
Jakub Wilk writes: > * Ben Finney , 2013-09-09, 13:36: > > * Use ‘.links’ to make a symlink for each package to > > ‘usr/share//foofile’ at > > ‘usr/lib/python${PYTHON_VERSION}/dist-packages/${DISTRIBUTION_NAME}/foofile’. > > How can you do that without hardcoding Python version? By relying on t

Re: dh-python in unstable

2013-09-09 Thread Dmitrijs Ledkovs
On 2 August 2013 14:15, Piotr Ożarowski wrote: > dh-python is already in unstable \o/ > > To build/install python3-foo or pypy-foo binary packages, > you can use this in debian/rules: > > %: > dh $@ --with python2,python3,pypy --buildsystem=pybuild > > or if you don't want