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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: python-plaster-pastedeploy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-pytest,
python-setuptools,
python-pastedeploy (>= 2),
python3-pastedeploy (>= 2),
python-plaster,
python3-all,
python3-pytest,
python3-setuptools,
python3-plaster
Standards-Version: 4.3.0
Homepage: https://github.com/pylons/plaster_pastedeploy
Vcs-Git: https://salsa.debian.org/python-team/modules/python-plaster-pastedeploy
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-plaster-pastedeploy
Testsuite: autopkgtest-pkg-python
Package: python-plaster-pastedeploy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Enhances: python-plaster
Description: PasteDeploy configuration format plugin for plaster - Python 2.x module
plaster is a loader interface around arbitrary config file formats. It exists
to define a common API for applications to use when they wish to load
configuration settings.
.
plaster_pastedeploy is a plaster plugin that provides a plaster.Loader that can
parse ini files according to the standard set by PasteDeploy. It supports the
wsgi plaster protocol, implementing the plaster.protocols.IWSGIProtocol
interface.
.
This package provides the Python 2 version of the module.
Package: python3-plaster-pastedeploy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Enhances: python3-plaster
Description: PasteDeploy configuration format plugin for plaster - Python 3.x module
plaster is a loader interface around arbitrary config file formats. It exists
to define a common API for applications to use when they wish to load
configuration settings.
.
plaster_pastedeploy is a plaster plugin that provides a plaster.Loader that can
parse ini files according to the standard set by PasteDeploy. It supports the
wsgi plaster protocol, implementing the plaster.protocols.IWSGIProtocol
interface.
.
This package provides the Python 3 version of the module.
|