[Python-modules-commits] [prompt-toolkit] 06/06: Update for pygments being optional

Scott Kitterman kitterman at moszumanska.debian.org
Mon May 23 20:59:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository prompt-toolkit.

commit 6746dcd8df95bdf65b406cbb245582defe8820d0
Author: Scott Kitterman <scott at kitterman.com>
Date:   Mon May 23 16:49:43 2016 -0400

    Update for pygments being optional
    
      * Drop python/python3-pygments from build-depends as they are no longer
        required to build
      * Add python/python3-pygments as recommends since they are optionally used
        at runtime
---
 debian/changelog | 6 +++++-
 debian/control   | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0d1f239..5d9b11e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,12 @@ prompt-toolkit (1.0.0-1) unstable; urgency=medium
 
   * New upstream release
   * Bump standards version to without further change
+  * Drop python/python3-pygments from build-depends as they are no longer
+    required to build
+  * Add python/python3-pygments as recommends since they are optionally used
+    at runtime
 
- -- Scott Kitterman <scott at kitterman.com>  Mon, 23 May 2016 16:38:05 -0400
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 23 May 2016 16:47:58 -0400
 
 prompt-toolkit (0.60-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 1332da0..6f89c72 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,10 @@ X-Python3-Version: >= 3.2
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3),
-               python-pygments,
                python-setuptools (>= 0.6b3),
                python-six (>=1.9.0),
                python-wcwidth,
                python3-all,
-               python3-pygments,
                python3-setuptools,
                python3-six (>=1.9.0),
                python3-wcwidth
@@ -25,6 +23,7 @@ Standards-Version: 3.9.8
 Package: python-prompt-toolkit
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-pygments
 Description: library for building interactive command lines (Python 2)
  prompt_toolkit is a GNU readline replacement written in pure Python supporting
  advanced features like syntax highlighting, multi line editing and code
@@ -35,6 +34,7 @@ Description: library for building interactive command lines (Python 2)
 Package: python3-prompt-toolkit
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-pygments
 Description: library for building interactive command lines (Python 3)
  prompt_toolkit is a GNU readline replacement written in pure Python supporting
  advanced features like syntax highlighting, multi line editing and code

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/prompt-toolkit.git



More information about the Python-modules-commits mailing list