Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 835 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 835 Bytes

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.