freebsd-ports/devel/py-paver/pkg-descr
William Grzybowski bc370a41e4 devel/py-paver: easy build, distribution and deployment scripting
Paver is a Python-based software project scripting tool along the lines of Make
or Rake. 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.

WWW: http://pythonhosted.org/Paver/
2013-07-13 16:03:23 +00:00

8 lines
434 B
Text

Paver is a Python-based software project scripting tool along the lines of Make
or Rake. 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.
WWW: http://pythonhosted.org/Paver/