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

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

License

Notifications You must be signed in to change notification settings

pixelated/pixpybuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages