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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Source: python-pyramid
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 12),
dh-python,
help2man,
python-all (>= 2.6.6-3),
python-hupper,
python-pastedeploy,
python-plaster,
python-plaster-pastedeploy,
python-repoze.lru,
python-setuptools,
python-translationstring,
python-venusian,
python-webob,
python-webtest,
python-zope.component,
python-zope.deprecation,
python-zope.interface,
python3-all,
python3-hupper,
python3-pastedeploy,
python3-plaster,
python3-plaster-pastedeploy,
python3-repoze.lru,
python3-setuptools,
python3-translationstring,
python3-venusian,
python3-webob,
python3-webtest,
python3-zope.component,
python3-zope.deprecation,
python3-zope.interface
Standards-Version: 4.3.0
Homepage: http://www.pylonsproject.org/projects/pyramid/about
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pyramid.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pyramid
Package: python-pyramid
Architecture: all
Depends: python (>= 2.6) | python-simplejson,
python-chameleon (>= 1.2.3),
python-mako (>= 0.3.6),
python-pastedeploy (>= 1.5.0),
python-repoze.lru (>= 0.4),
python-setuptools,
python-translationstring (>= 0.4),
python-venusian (>= 1.0a3),
python-webob (>= 1.2~b3),
python-webtest (>= 1.3.1),
python-zope.component (>= 3.11.0),
python-zope.deprecation (>= 3.5.0),
python-zope.interface (>= 3.8.0),
${misc:Depends},
${python:Depends}
Suggests: ipython
Provides: ${python:Provides}
Description: Pyramid web application framework, a Pylons project - Python 2.x version
Pyramid is a small, fast, down-to-earth, open source Python web development
framework. It makes real-world web application development and deployment
more fun, more predictable, and more productive.
.
Pyramid is a Pylons project, and underlies the newest web frameworks
produced by the Pylons community.
.
Pyramid was previously known as repoze.bfg.
.
This is the Python 2 version.
Package: python3-pyramid
Architecture: all
Depends: python3,
python3-chameleon,
python3-mako,
python3-pastedeploy,
python3-repoze.lru,
python3-setuptools,
python3-translationstring,
python3-venusian,
python3-webob,
python3-webtest,
python3-zope.component,
python3-zope.deprecation,
python3-zope.interface,
${misc:Depends},
${python3:Depends}
Suggests: ipython
Provides: ${python3:Provides}
Description: Pyramid web application framework, a Pylons project - Python 3.x version
Pyramid is a small, fast, down-to-earth, open source Python web development
framework. It makes real-world web application development and deployment
more fun, more predictable, and more productive.
.
Pyramid is a Pylons project, and underlies the newest web frameworks
produced by the Pylons community.
.
Pyramid was previously known as repoze.bfg.
.
This is the Python 3 version.
|