pixelated / pixpybuild

pixpybuild is a debian buildhelper that allows us to bundle the user agent with all its dependencies into a virtualenv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixpybuild

pixpybuild is a debian buildhelper that allows us to bundle the user agent with all its resources into a virtualenv.

Using pixpybuild

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

Credits

License

Copyright (c) 2015 ThoughtWorks, Inc.

pixpybuild is licensed under GPL v3 or later. Full license is available in the LICENSE file.

About

pixpybuild is a debian buildhelper that allows us to bundle the user agent with all its dependencies into a virtualenv.

License:GNU General Public License v3.0


Languages

Language:Perl 100.0%