File: control

package info (click to toggle)
zc.buildout 2.13.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 884 kB
  • sloc: python: 6,034; makefile: 10; sh: 1
file content (25 lines) | stat: -rw-r--r-- 850 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
Source: zc.buildout
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.4.0
Homepage: http://pypi.python.org/pypi/zc.buildout
XS-Testsuite: autopkgtest

Package: python3-zc.buildout
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Breaks:
 python-zc.buildout,
Replaces:
 python-zc.buildout,
Description: system for managing development buildouts
 The Buildout project provides support for creating applications, especially
 Python applications. It provides tools for assembling applications from
 multiple parts, Python or otherwise. An application may actually contain
 multiple programs, processes, and configuration settings.