aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2021-04-20 23:32:26 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-04-20 23:32:26 -0500
commit3f67eaf7b637afab5202c98a59b7ea96f3e14903 (patch)
tree92415d4cd70bf726581932f6ce9a4fa6865b64d7
parentbb73334db6c2c393e2592ed8ad8a8ead722a371b (diff)
downloadslackbuilds-3f67eaf7b637afab5202c98a59b7ea96f3e14903.tar.xz
various: kill now-in-Slackware Pygments dep
-rw-r--r--development/bpython/bpython.info2
-rw-r--r--development/pyvim/pyvim.info2
-rw-r--r--development/trac/README2
-rw-r--r--development/viewvc/README3
-rw-r--r--libraries/pyqode.core/pyqode.core.info2
-rw-r--r--network/httpie/httpie.info2
-rw-r--r--python/ptpython/ptpython.info2
-rw-r--r--system/xonsh/README5
8 files changed, 6 insertions, 14 deletions
diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info
index d8725e8f48b7..1476cf590ecb 100644
--- a/development/bpython/bpython.info
+++ b/development/bpython/bpython.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/8f/34/7bdeba9999d2dfe5c0682291
MD5SUM="ca73d8c605767242aea522ec6bb84d48"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Pygments curtsies greenlet"
+REQUIRES="curtsies greenlet"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
diff --git a/development/pyvim/pyvim.info b/development/pyvim/pyvim.info
index 353b8cb7b1a9..43872e567557 100644
--- a/development/pyvim/pyvim.info
+++ b/development/pyvim/pyvim.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/6e/85/47543120e478ddc5d31e447a
MD5SUM="6636d321f77c0c1b5eb9f547cf8d77e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="prompt_toolkit pyflakes Pygments docopt"
+REQUIRES="prompt_toolkit pyflakes docopt"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
diff --git a/development/trac/README b/development/trac/README
index c4b716005efc..b0dbcab0c185 100644
--- a/development/trac/README
+++ b/development/trac/README
@@ -4,5 +4,3 @@ software project management. Our mission is to help developers write
great software while staying out of the way. Trac should impose as
little as possible on a team's established development process and
policies.
-
-Pygments is optional (provides syntax highlighting).
diff --git a/development/viewvc/README b/development/viewvc/README
index 2dfdba10f3d1..fdaca8c066db 100644
--- a/development/viewvc/README
+++ b/development/viewvc/README
@@ -2,6 +2,3 @@ ViewVC is a browser interface for CVS and Subversion version control
repositories. It generates templatized HTML to present navigable
directory, revision, and change log listings. It can display specific
versions of files as well as diffs between those versions.
-
-Installing Pygments (available on SlackBuilds) will improve your ViewVC
-experience (highlighting changes)
diff --git a/libraries/pyqode.core/pyqode.core.info b/libraries/pyqode.core/pyqode.core.info
index b8c5476fa6e3..db495c9422fa 100644
--- a/libraries/pyqode.core/pyqode.core.info
+++ b/libraries/pyqode.core/pyqode.core.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/ec/9a/e1f7559ea080e5fbe0b46c2ff2cbe3c
MD5SUM="4f0348f3c5f3d26dea0119c3c515101b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Pygments pyqode.qt"
+REQUIRES="pyqode.qt"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
diff --git a/network/httpie/httpie.info b/network/httpie/httpie.info
index a79ae2a46fdf..00184be801e1 100644
--- a/network/httpie/httpie.info
+++ b/network/httpie/httpie.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/d5/a4/ab61c1dbfdef33c7b7f5f7df
MD5SUM="14bfec557e8c81a6cf0ec19140410965"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Pygments"
+REQUIRES=""
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info
index 2a1ab31782dc..e2eeca7a25f2 100644
--- a/python/ptpython/ptpython.info
+++ b/python/ptpython/ptpython.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/04/50/50e391a81eed1075c890402e
MD5SUM="5ecd527939258cf48ccf129e91112310"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="prompt_toolkit jedi docopt Pygments"
+REQUIRES="prompt_toolkit jedi docopt"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
diff --git a/system/xonsh/README b/system/xonsh/README
index 8c0180ed058e..b237369dfad6 100644
--- a/system/xonsh/README
+++ b/system/xonsh/README
@@ -3,7 +3,4 @@ and command prompt. The language is a superset of Python 3.4
with additional shell primitives. xonsh (pronounced conch)
is meant for the daily use of experts and novices alike.
-Optional dependencies: setproctitle, Pygments, prompt_toolkiti, python-distro
-
-NOTE:
-Please install python3 first before installing all other requirements.
+Optional dependencies: setproctitle, prompt_toolkiti, python-distro