aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@unit193.net>2021-02-03 19:22:56 -0500
committerLibravatar Unit 193 <unit193@unit193.net>2021-02-03 19:22:56 -0500
commita3fab29fb2bfaabd35669f66834cf19418ad309a (patch)
tree6ccd49d944d1c8a6063e2893e95454ba1e6e1905
parent0fcc874818661f76849f5a43adea72147b73481a (diff)
downloadnikola-a3fab29fb2bfaabd35669f66834cf19418ad309a.tar.bz2
nikola-a3fab29fb2bfaabd35669f66834cf19418ad309a.tar.xz
nikola-a3fab29fb2bfaabd35669f66834cf19418ad309a.tar.zst
d/control: Update (Build-)Depends for Python 3 version, adding nocheck where useful.
-rw-r--r--debian/control76
1 files changed, 43 insertions, 33 deletions
diff --git a/debian/control b/debian/control
index 6bd852d..4df910c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,22 +7,38 @@ Build-Depends:
debhelper-compat (= 12),
dh-python,
bash-completion,
- python-all,
- python-setuptools,
- python-dateutil,
- python-doit (>= 0.28.0),
- python-pygments (>= 1.6),
- python-imaging (>= 2.4.0),
- python-docutils (>= 0.12),
- python-mako (>= 1.0.0),
- python-unidecode (>= 0.04.16),
- python-lxml (>= 3.3.5),
- python-yapsy (>= 1.11.223),
- python-pyrss2gen (>= 1.1),
- python-logbook (>= 0.7.0),
- python-blinker (>= 1.3),
- python-natsort (>= 3.5.2),
- python-requests (>= 2.2.0),
+ python3-all,
+ python3-aiohttp <!nocheck>,
+ python3-babel <!nocheck>,
+ python3-blinker,
+ python3-dateutil <!nocheck>,
+ python3-doit (>= 0.32.0~),
+ python3-docutils,
+ python3-freezegun <!nocheck>,
+ python3-ipykernel <!nocheck>,
+ python3-jinja2 <!nocheck>,
+ python3-lxml,
+ python3-mako,
+ python3-markdown <!nocheck>,
+ python3-natsort,
+ python3-notebook <!nocheck>,
+ python3-phpserialize <!nocheck>,
+ python3-piexif,
+ python3-pil <!nocheck>,
+ python3-pygal <!nocheck>,
+ python3-pygments,
+ python3-pyrss2gen,
+ python3-pytest <!nocheck>,
+ python3-pytest-cov <!nocheck>,
+ python3-requests,
+ python3-ruamel.yaml <!nocheck>,
+ python3-setuptools,
+ python3-toml <!nocheck>,
+ python3-typogrify <!nocheck>,
+ python3-unidecode,
+ python3-watchdog <!nocheck>,
+ python3-yaml <!nocheck>,
+ python3-yapsy,
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
Homepage: http://getnikola.com/
@@ -32,32 +48,26 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nikola.git
Package: nikola
Architecture: all
Depends:
- ${python:Depends},
+ ${python3:Depends},
${misc:Depends},
+ libjs-bootstrap4,
libjs-jquery,
- libjs-jquery-colorbox,
- libjs-twitter-bootstrap,
- libjs-bootstrap,
- libjs-imagesloaded,
+# libjs-popper.js,
+ node-html5shiv,
Recommends:
- python-webassets,
- python-typogrify,
- python-livereload,
- python-ws4py,
- python-watchdog,
+ python3-typogrify,
+ python3-ws4py,
+ python3-watchdog,
Suggests:
- python-jinja2,
- python-feedparser,
+ python3-jinja2,
+ python3-feedparser,
ipython,
bpython,
- python-markdown,
- python-misaka,
pandoc,
- python-textile,
- python-creoleparser,
+ python3-textile,
txt2tags,
node-less,
- python-pygal,
+ python3-pygal,
Description: simple yet powerful and flexible static website and blog generator
Nikola is a static site and blog generator. Feed information to it on one
side and get a ready-to-deploy website on the other.