Source: python-paver Section: python Priority: optional Maintainer: Hans-Christoph Steiner Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 7.0.50), python (>= 2.5.4-1~), dh-python Build-Depends-Indep: python-sphinx (>= 0.6.1) Standards-Version: 3.9.4 XS-Python-Version: >= 2.5 Homepage: http://paver.github.io/ Vcs-Git: git://anonscm.debian.org/collab-maint/python-paver.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-paver.git Package: python-paver Architecture: all Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery Description: Easy build, distribution and deployment scripting in Python Paver is a Python-based build/distribution/deployment scripting tool along the lines of Make or Rake. What makes Paver unique is its integration with commonly used Python libraries. Common tasks that were easy before remain easy. More importantly, dealing with your applications specific needs and requirements is also easy . It is not designed to handle the dependency tracking requirements of, for example, a C program. It is designed to help out with all of your other repetitive tasks (run documentation generators, moving files about, downloading things), all with the convenience of Python's syntax and massive library of code.