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: zc.buildout
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://pypi.python.org/pypi/zc.buildout
Vcs-Browser: https://salsa.debian.org/debian/zc.buildout
Vcs-Git: https://salsa.debian.org/debian/zc.buildout.git
Package: python3-zc.buildout
Architecture: all
Depends:
${misc:Depends},
${python3: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.
|