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
|
Source: pelican
Section: web
Priority: optional
Maintainer: Debian Python Applications Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>, Vincent Cheng <vcheng@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
python-blinker,
python-dateutil,
python-docutils,
python-feedgenerator,
python-jinja2 (>= 2.7),
python-pygments,
python-setuptools (>= 0.6b3),
python-six (>= 1.4),
python-sphinx,
python-tz,
python-unidecode
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
Homepage: http://getpelican.com/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pelican/trunk/
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/pelican/trunk/
Package: pelican
Architecture: all
Depends:
python-argparse | python (>= 2.7),
python-markdown,
python-pkg-resources,
${misc:Depends},
${python:Depends}
Suggests:
pandoc,
python-bs4,
pelican-doc
Breaks:
python-pelican (<< 3.6.0-2~)
Replaces:
python-pelican (<< 3.6.0-2~)
Description: blog aware, static website generator
Pelican is a static site generator, written in Python. It allows you
to write your weblog entries directly with your editor of choice in
reStructuredText or Markdown, and generates completely static output
that is easy to host anywhere. Pelican includes a simple CLI tool to
(re)generate the weblog and it is easy to interface with DVCSes and web
hooks.
Package: pelican-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${python:Depends},
${sphinxdoc:Depends}
Suggests:
pelican
Description: blog aware, static website generator (documentation)
Pelican is a static site generator, written in Python. It allows you
to write your weblog entries directly with your editor of choice in
reStructuredText or Markdown, and generates completely static output
that is easy to host anywhere. Pelican includes a simple CLI tool to
(re)generate the weblog and it is easy to interface with DVCSes and web
hooks.
.
This package provides documentation for Pelican.
Package: python-pelican
Architecture: all
Section: oldlibs
Priority: extra
Depends:
pelican,
${misc:Depends}
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
|