Re: How to use pybuild without proper build system

2016-07-26 Thread Piotr Ożarowski
[Andreas Tille, 2016-07-26] > [1] https://anonscm.debian.org/git/debian-med/python-lefse.git dh_install is my first suggestion. If you need to build extensions for all supported Python versions, take a look at pybuild's --system=custom¹. In case of lefse, I'd simply: diff --git a/debian/control

How to use pybuild without proper build system

2016-07-26 Thread Andreas Tille
Hi, I need to package python-lefse[1] as a predependency for some Debian Med package (metabit). There is no actuall build system just a set of *.py files but pybuild says: $ pybuild --detect distutils Is there any sensible way to use pybuild for this module (or is there a simple