summaryrefslogtreecommitdiffstats
path: root/office/vmd
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-04-21 00:42:24 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-04-21 00:42:24 -0500
commit48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch)
tree9da697bae75e791d92c222d1bb47be67fd2fb5d2 /office/vmd
parent2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff)
downloadslackbuilds-48c22f9303b60a2459850ee6f75c2e19af6e2e09.tar.gz
slackbuilds-48c22f9303b60a2459850ee6f75c2e19af6e2e09.tar.xz
various: Kill lots of python3 dep mentions
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
Diffstat (limited to 'office/vmd')
-rw-r--r--office/vmd/README4
-rw-r--r--office/vmd/vmd.info2
2 files changed, 2 insertions, 4 deletions
diff --git a/office/vmd/README b/office/vmd/README
index d3404bf4f5..3f08e5c334 100644
--- a/office/vmd/README
+++ b/office/vmd/README
@@ -4,7 +4,5 @@ Render markdown in a terminal! Why? Because although Markdown is still
readable as-is, if you use Markdown a lot, it's nice to have something to
render it with the proper formatting - with bold text and emphasis, etc.
-This package requires Markdown compiled with python3 support
-
-Also, this version is patched to ignore img tags, which make vmd fail
+This version is patched to ignore img tags, which make vmd fail
parsing certain markdown documents.
diff --git a/office/vmd/vmd.info b/office/vmd/vmd.info
index 99926d8135..3980a0e132 100644
--- a/office/vmd/vmd.info
+++ b/office/vmd/vmd.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/cpascoe95/vmd/archive/v0.1.1/vmd-0.1.1.tar.gz"
MD5SUM="5dba1bf366780eb2e6bd1ce87e664517"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 Markdown"
+REQUIRES="Markdown"
MAINTAINER="Ricardo J. Barberis"
EMAIL="ricardo.barberis@gmail.com"