pixpybuild is a debian buildhelper that allows us to bundle the user agent with all its resources into a virtualenv.
Using pixpybuild is fairly straightforward. First, you need to
define the requirements of your package in requirements.txt
file, in
the format defined by pip.
To build a package using pixpybuild, you need to add pixpybuild
in to your build dependencies and write following debian/rules
file:
%:
dh $@ --with pixpybuild
Copyright (c) 2015 ThoughtWorks, Inc.
pixpybuild is licensed under GPL v3 or later. Full license is available in the LICENSE
file.