diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-16 15:17:05 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:29 +0700 |
commit | 1a444d4425e3a4111ec4bd5250d48a9bb503744b (patch) | |
tree | 35e06e88d79eb86809bceb02e197c5bf35becb55 /python | |
parent | 56b2ed9ef0cc946dca8474f88a065e152d4436e3 (diff) |
python/python-djvulibre: Note to self.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-djvulibre/python-djvulibre.SlackBuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python-djvulibre/python-djvulibre.SlackBuild b/python/python-djvulibre/python-djvulibre.SlackBuild index 658e56141238e..64c468f29f3f2 100644 --- a/python/python-djvulibre/python-djvulibre.SlackBuild +++ b/python/python-djvulibre/python-djvulibre.SlackBuild @@ -6,6 +6,15 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240816 bkw: Note to self: +# https://github.com/FriedrichFroebel/python-djvulibre/ has a version +# 0.9.0 of this, which is shipped by a few distros. However, we cannot +# upgrade to this version, because it drops python 2 support. The only +# reason python-djvulibre is in our repo is because it's a dep of +# djvusmooth, which is in python 2. +# This build should probably be split into python2- and python3-, but +# we don't even need the python3- one (yet?) + # 20230108 bkw: update for v0.8.8. # 20211205 bkw: |