diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/anorack/anorack.info | 2 | ||||
-rw-r--r-- | office/vmd/README | 4 | ||||
-rw-r--r-- | office/vmd/vmd.info | 2 | ||||
-rw-r--r-- | office/x_x/README | 10 |
4 files changed, 8 insertions, 10 deletions
diff --git a/office/anorack/anorack.info b/office/anorack/anorack.info index 8f4af25894163..b9c59424fa396 100644 --- a/office/anorack/anorack.info +++ b/office/anorack/anorack.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jwilk/anorack/releases/download/0.2.7/anorack-0.2.7 MD5SUM="a1220ec4e4f50cc249813b42b89d105c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 espeak" +REQUIRES="espeak" MAINTAINER="Donald Cooley" EMAIL="chytraeu@sdf.org" diff --git a/office/vmd/README b/office/vmd/README index d3404bf4f5783..3f08e5c334b91 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 99926d81355a1..3980a0e132b2d 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" diff --git a/office/x_x/README b/office/x_x/README index 847f2f0e6fe86..19e1b609900a4 100644 --- a/office/x_x/README +++ b/office/x_x/README @@ -5,8 +5,8 @@ Excel files or CSVs in your terminal. The purpose of this is to not break the workflow of people who live on the command line and need to access a spreadsheet generated using Microsoft Excel. -By default, x_x is built for python2. If you have python3 installed -and would prefer to use it, run the script with 'export PYVER=3' in -the environment. There's apparently no functional difference in x_x -between the python 2 and 3 builds, although the python2 version emits -warnings about unicode_literals. +By default, x_x is built for python2. If you prefer to use python3, +run the script with 'export PYVER=3' in the environment. There's +apparently no functional difference in x_x between the python 2 +and python3 builds, although the python2 version emits warnings +about unicode_literals. |