File: control

package info (click to toggle)
python-paver 1.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,220 kB
  • ctags: 979
  • sloc: python: 4,678; makefile: 20
file content (28 lines) | stat: -rw-r--r-- 1,351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: python-paver
Section: python
Priority: optional
Maintainer: Hans-Christoph Steiner <hans@eds.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
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.