diff options
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 |
commit | 48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch) | |
tree | 9da697bae75e791d92c222d1bb47be67fd2fb5d2 | |
parent | 2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff) | |
download | slackbuilds-48c22f9303b60a2459850ee6f75c2e19af6e2e09.tar.gz |
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.
303 files changed, 199 insertions, 494 deletions
diff --git a/desktop/alarm/alarm.info b/desktop/alarm/alarm.info index bbed5679a0..f91e2df66e 100644 --- a/desktop/alarm/alarm.info +++ b/desktop/alarm/alarm.info @@ -5,6 +5,6 @@ DOWNLOAD="https://gitlab.com/dslackw/alarm/-/archive/3.0/alarm-3.0.tar.gz" MD5SUM="dd43ca1ddcdc99f7b9835e9463f668de" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/desktop/bumblebee-status/bumblebee-status.info b/desktop/bumblebee-status/bumblebee-status.info index 52b4308a2b..7f90097d44 100644 --- a/desktop/bumblebee-status/bumblebee-status.info +++ b/desktop/bumblebee-status/bumblebee-status.info @@ -5,7 +5,6 @@ DOWNLOAD="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.1.1/bum MD5SUM="afe2f15135f6b5f44cd3ab99eebd6c21" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="i3 python3" +REQUIRES="i3" MAINTAINER="Tonus" EMAIL="tonus1@gmail.com" - diff --git a/desktop/caffeine-ng/README b/desktop/caffeine-ng/README index c069c054cc..8e5fd9885c 100644 --- a/desktop/caffeine-ng/README +++ b/desktop/caffeine-ng/README @@ -7,9 +7,6 @@ This is a fork of Caffeine 2.4, since later versions dropped support for the systray icon in favour of automatic detection of fullscreen apps only. -The dependencies require python3 support where available and python3 -should be installed before any of the other dependencies. - setuptools-scm is only required as a build dependency and can be skipped if you would rather have it automatically grabbed from pypi.python.org during the build process. diff --git a/desktop/catfish/README b/desktop/catfish/README index 6568d1ef83..8ae5a9634f 100644 --- a/desktop/catfish/README +++ b/desktop/catfish/README @@ -8,6 +8,3 @@ needs by using several command line options. Supported backends: find, (s)locate, doodle, tracker, beagle, strigi and pinot - -NOTE: for this to work the dependencies must be built -with python3 support (have a look at their READMEs) diff --git a/desktop/fvwm3/fvwm3.info b/desktop/fvwm3/fvwm3.info index a272b80016..ea27744fec 100644 --- a/desktop/fvwm3/fvwm3.info +++ b/desktop/fvwm3/fvwm3.info @@ -21,6 +21,6 @@ MD5SUM="afdf88159cf06486a8a86d3d64b69b18 \ 62bb00c7e07850c8fa836a3614667ded" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libbson google-go-lang python3 rubygem-asciidoctor" +REQUIRES="libbson google-go-lang rubygem-asciidoctor" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" diff --git a/desktop/i3pystatus/i3pystatus.info b/desktop/i3pystatus/i3pystatus.info index b5c0be7e2f..e485e5696e 100644 --- a/desktop/i3pystatus/i3pystatus.info +++ b/desktop/i3pystatus/i3pystatus.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/8c/f4/88270a2118696fe20a7aed427c6e26f MD5SUM="879a93b8bc87944e331d113c928f2f9a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/desktop/i3situation/README b/desktop/i3situation/README index 9fa798008d..8e2a0f21f2 100644 --- a/desktop/i3situation/README +++ b/desktop/i3situation/README @@ -1,5 +1,2 @@ A replacement for i3status written in Python 3 with support for huge ustomisability through plugins. - -NOTE: -Please install python3 first before installing all other requirements. diff --git a/desktop/jgmenu/jgmenu.info b/desktop/jgmenu/jgmenu.info index a2de36d5f3..9902e13dd7 100644 --- a/desktop/jgmenu/jgmenu.info +++ b/desktop/jgmenu/jgmenu.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/johanmalm/jgmenu/archive/v4.3.0/jgmenu-4.3.0.tar.gz MD5SUM="b12ee41c072155981df914ecf45bb591" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 menu-cache" +REQUIRES="menu-cache" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" diff --git a/desktop/menulibre/README b/desktop/menulibre/README index 1ecf1e653f..93f9abfb70 100644 --- a/desktop/menulibre/README +++ b/desktop/menulibre/README @@ -5,7 +5,3 @@ a clean, easy-to-use interface. It allows you to create or modify launchers, add, remove and adjust desktop actions and rearrange menu items. - -NOTE: python-distutils-extra needs to be built with python3 -support by passing PYTHON3=yes ./python-distutils-extra.SlackBuild when -building. diff --git a/desktop/py3status/README b/desktop/py3status/README index a8950b00bb..39c8b78c33 100644 --- a/desktop/py3status/README +++ b/desktop/py3status/README @@ -5,4 +5,4 @@ Using py3status, you can take control of your i3bar easily by: - handling click events on your i3bar and play with them in no time - seeing your clock tick every second whatever your i3status interval -Optional dependencies: i3status, python3 +Optional dependencies: i3status diff --git a/desktop/python-specbar/python-specbar.info b/desktop/python-specbar/python-specbar.info index 1ff936261e..83154323ab 100644 --- a/desktop/python-specbar/python-specbar.info +++ b/desktop/python-specbar/python-specbar.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/p/python-specbar/python-specba MD5SUM="5687301a7e8ca5867a83119666c2070c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/desktop/x-tile/x-tile.info b/desktop/x-tile/x-tile.info index d1a09ce1f9..ae8fa84aba 100644 --- a/desktop/x-tile/x-tile.info +++ b/desktop/x-tile/x-tile.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/giuspen/x-tile/archive/3.3/x-tile-3.3.tar.gz" MD5SUM="19d6168ec2572ca49e575d22e8ce5df6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" diff --git a/development/beautysh/beautysh.info b/development/beautysh/beautysh.info index c43258369e..c0a66b0227 100644 --- a/development/beautysh/beautysh.info +++ b/development/beautysh/beautysh.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/lovesegfault/beautysh/archive/6.0.1/beautysh-6.0.1. MD5SUM="8839e2f2a945b83f677f34a2b78ee08a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Leo C." EMAIL="leoc@gmx.com" diff --git a/development/binwalk/binwalk.info b/development/binwalk/binwalk.info index 779a3342a4..9139943714 100644 --- a/development/binwalk/binwalk.info +++ b/development/binwalk/binwalk.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/devttys0/binwalk/archive/v2.1.1/binwalk-2.1.1.tar.g MD5SUM="e5015a8d0eff287eda8c4afeeca89ed6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/development/bpython/README b/development/bpython/README index c62aab2615..ac79e6626e 100644 --- a/development/bpython/README +++ b/development/bpython/README @@ -1,4 +1,2 @@ bpython is a fancy curses interface to the Python interactive interpreter. - -NOTE: Install python3 first before installing all other requirements. diff --git a/development/diffoscope/README b/development/diffoscope/README index 54ec0c72e1..0e6a139424 100644 --- a/development/diffoscope/README +++ b/development/diffoscope/README @@ -3,16 +3,6 @@ directories different. It will recursively unpack archives of many kinds and transform various binary formats into more human readable form to compare them. - -Required Dependencies - -Both python-magic and python-libarchive-c must be built with python3 -support, for example - - PYTHON3=yes ./python-magic.SlackBuild - PYTHON3=yes ./python-libarchive-c.SlackBuild - - Optional Dependencies argcomplete (for argument completion) diff --git a/development/envytools/envytools.info b/development/envytools/envytools.info index 8acce67a75..9ec7914f37 100644 --- a/development/envytools/envytools.info +++ b/development/envytools/envytools.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/envytools-20210309_39d90be.tar. MD5SUM="727c3fdb5405350f238b53dc841b9fdf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Hunter Sezen" EMAIL="orbea@riseup.net" diff --git a/development/guzzle_sphinx_theme/README b/development/guzzle_sphinx_theme/README index 4af6fef137..8f4b48298b 100644 --- a/development/guzzle_sphinx_theme/README +++ b/development/guzzle_sphinx_theme/README @@ -1,3 +1 @@ Sphinx theme used by Guzzle. - -Python3 module will be built if python3 is installed. diff --git a/development/kaaedit/README b/development/kaaedit/README index 7bdef0d221..733684bdd9 100644 --- a/development/kaaedit/README +++ b/development/kaaedit/README @@ -13,6 +13,3 @@ providing numerous features like: - Python debugger. - Open source software(MIT). - More to come! - -NOTE: -Please install python3 first before installing all other requirements. diff --git a/development/kaaedit/kaaedit.info b/development/kaaedit/kaaedit.info index cbec69e6d2..fd7022b341 100644 --- a/development/kaaedit/kaaedit.info +++ b/development/kaaedit/kaaedit.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/d1/54/78b4d4d33da4cf29e3b003b8a4b1817 MD5SUM="5c129713298a143d680ec17537422ae7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 curses_ex pyjf3 setproctitle kaadbg GitPython" +REQUIRES="curses_ex pyjf3 setproctitle kaadbg GitPython" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/development/mutagen/README b/development/mutagen/README index b22c7ff981..195ddb9cb5 100644 --- a/development/mutagen/README +++ b/development/mutagen/README @@ -13,5 +13,3 @@ individual packet/page level. Mutagen works with Python 2.7, 3.3+ and has no dependencies outside the Python standard library. - -Optional dependency: python3 diff --git a/development/neovim-remote/README b/development/neovim-remote/README index b2d9c28ded..dff9a31920 100644 --- a/development/neovim-remote/README +++ b/development/neovim-remote/README @@ -1,3 +1 @@ Control nvim processes using "nvr" commandline tool. - -Dependencies should be built with python3 support. diff --git a/development/neovim-remote/neovim-remote.info b/development/neovim-remote/neovim-remote.info index 2e84053d0d..1ae5cc06d5 100644 --- a/development/neovim-remote/neovim-remote.info +++ b/development/neovim-remote/neovim-remote.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mhinz/neovim-remote/archive/v2.4.0/neovim-remote-2. MD5SUM="c49c70b8f4725bf69aed152db62d593c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 python-neovim psutil" +REQUIRES="python-neovim psutil" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" diff --git a/development/numpy-legacy3/numpy-legacy3.info b/development/numpy-legacy3/numpy-legacy3.info index 1f3ed82b2c..b16198afd6 100644 --- a/development/numpy-legacy3/numpy-legacy3.info +++ b/development/numpy-legacy3/numpy-legacy3.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.sourceforge.net/project/numpy/NumPy/1.8.2/numpy-1.8.2. MD5SUM="dd8eece8f6fda3a13836de4adbafb0cb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Serban Udrea" EMAIL="S.Udrea@gsi.de" diff --git a/development/numpy3/numpy3.info b/development/numpy3/numpy3.info index 6bdfc9b8a5..4e3711b72c 100644 --- a/development/numpy3/numpy3.info +++ b/development/numpy3/numpy3.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.20.2/numpy-1.20.2. MD5SUM="6fe93791438f9c1f69c9352680151002" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" diff --git a/development/pyqt-distutils/pyqt-distutils.info b/development/pyqt-distutils/pyqt-distutils.info index 36bdf72a00..277a0ce95a 100644 --- a/development/pyqt-distutils/pyqt-distutils.info +++ b/development/pyqt-distutils/pyqt-distutils.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/3a/28/0c38bea00c3288493bfa69d8 MD5SUM="598b52cdfa90cdc548b80ca84772640f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="docopt python3" +REQUIRES="docopt" MAINTAINER="Leo C." EMAIL="leoc@gmx.com" diff --git a/development/robotframework/README b/development/robotframework/README index 82582b87c6..1282951008 100644 --- a/development/robotframework/README +++ b/development/robotframework/README @@ -5,5 +5,3 @@ testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases. - -python3 is an optional dependency. It is needed for Python 3 support. diff --git a/development/sphinx_rtd_theme/README b/development/sphinx_rtd_theme/README index 6a3fd31701..c84a1a5a96 100644 --- a/development/sphinx_rtd_theme/README +++ b/development/sphinx_rtd_theme/README @@ -1,5 +1,3 @@ The sphinx_rtd_theme is a sphinx theme designed to look modern and be mobile-friendly. This theme is primary focused to be used on readthedocs.org but can work with your own sphinx projects. - -Python3 module will be built if python3 is installed. diff --git a/games/endgame-singularity/endgame-singularity.info b/games/endgame-singularity/endgame-singularity.info index aaf318b66f..8e73012209 100644 --- a/games/endgame-singularity/endgame-singularity.info +++ b/games/endgame-singularity/endgame-singularity.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/singularity/singularity/releases/download/v1.00/sin MD5SUM="160d6dc6ed1e48e7b54053f10b4ba733" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 pygame numpy3 polib" +REQUIRES="pygame numpy3 polib" MAINTAINER="CRTS" EMAIL="crts [at] gmx [dot] net" diff --git a/games/golly/golly.info b/games/golly/golly.info index d4bcd21a5a..f28b82e214 100644 --- a/games/golly/golly.info +++ b/games/golly/golly.info @@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/golly/files/golly/golly-4.0/golly-4.0- MD5SUM="1f8713687745b542473b4218ed1cf05a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxGTK3 python3" +REQUIRES="wxGTK3" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" diff --git a/games/hatari/hatari.info b/games/hatari/hatari.info index cce88a2cd4..10b6f750e1 100644 --- a/games/hatari/hatari.info +++ b/games/hatari/hatari.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.tuxfamily.org/hatari/2.3.1/hatari-2.3.1.tar.bz2" MD5SUM="52f572328edc575db17e54d4fd2d3a20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" diff --git a/graphics/CairoSVG/README b/graphics/CairoSVG/README index e775f67339..86b6ea8f57 100644 --- a/graphics/CairoSVG/README +++ b/graphics/CairoSVG/README @@ -1,4 +1,2 @@ CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. - -NOTE: Please install python3 first before installing all other requirements. diff --git a/graphics/SPIRV-Tools/SPIRV-Tools.info b/graphics/SPIRV-Tools/SPIRV-Tools.info index ab0b391ef3..d65000cbe8 100644 --- a/graphics/SPIRV-Tools/SPIRV-Tools.info +++ b/graphics/SPIRV-Tools/SPIRV-Tools.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.6/SPIRV-Tool MD5SUM="a5e7b94edc9f8ecc798c66a549bba181" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SPIRV-Headers python3" +REQUIRES="SPIRV-Headers" MAINTAINER="Hunter Sezen" EMAIL="orbea@riseup.net" diff --git a/graphics/apitrace/apitrace.info b/graphics/apitrace/apitrace.info index f882c4141f..33b4734337 100644 --- a/graphics/apitrace/apitrace.info +++ b/graphics/apitrace/apitrace.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/apitrace/apitrace/archive/9.0/apitrace-9.0.tar.gz" MD5SUM="83bacfb35f4f339571702099d283f571" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Hunter Sezen" EMAIL="orbea@riseup.net" diff --git a/graphics/img2pdf/README b/graphics/img2pdf/README index 7da803e3ac..ca6bb21ba6 100644 --- a/graphics/img2pdf/README +++ b/graphics/img2pdf/README @@ -228,7 +228,3 @@ of img2pdf. For other input, Tesseract might not do a lossless conversion. For example it converts CMYK input to RGB and removes the alpha channel from images with transparency. For multipage TIFF or animated GIF, it will only convert the first frame. - -OPTIONAL: - -python3 diff --git a/graphics/mftrace/mftrace.info b/graphics/mftrace/mftrace.info index 01a2f82d40..6a2072bf1b 100644 --- a/graphics/mftrace/mftrace.info +++ b/graphics/mftrace/mftrace.info @@ -5,6 +5,6 @@ DOWNLOAD="http://lilypond.org/downloads/sources/mftrace/mftrace-1.2.20.tar.gz" MD5SUM="33056fadd1badce2ecffbeeab138f219" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 potrace t1utils" +REQUIRES="potrace t1utils" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" diff --git a/graphics/opencolorio/opencolorio.info b/graphics/opencolorio/opencolorio.info index fbdf8e8628..3783daffdf 100644 --- a/graphics/opencolorio/opencolorio.info +++ b/graphics/opencolorio/opencolorio.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/imageworks/OpenColorIO/archive/v1.1.1/OpenColorIO-1 MD5SUM="23d8b9ac81599305539a5a8674b94a3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" diff --git a/graphics/pygifme/README b/graphics/pygifme/README index 3e6c5d196d..78e2077d3f 100644 --- a/graphics/pygifme/README +++ b/graphics/pygifme/README @@ -1,5 +1,2 @@ Pygifme is a simple command line tool to generate animated GIFs. script gifme created by Zach Holman. - -NOTE: -Please install python3 first before installing all other requirements. diff --git a/graphics/pygifme/pygifme.info b/graphics/pygifme/pygifme.info index 26542f91f7..b858dbcf01 100644 --- a/graphics/pygifme/pygifme.info +++ b/graphics/pygifme/pygifme.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/p/pygifme/pygifme-0.1.tar.gz" MD5SUM="44a086ea3d1d5a0ca880085db1df982d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 argcomplete" +REQUIRES="argcomplete" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/graphics/renderdoc/README b/graphics/renderdoc/README index 415012ab7d..8b73e0104c 100644 --- a/graphics/renderdoc/README +++ b/graphics/renderdoc/README @@ -2,9 +2,6 @@ RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection of any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12. -qt5 and python3 are optional dependencies required to build the -qrenderdoc GUI. - To disable building the qrenderdoc GUI use: QT=no ./renderdoc.SlackBuild diff --git a/graphics/trimage/trimage.info b/graphics/trimage/trimage.info index 8c69f69067..d585447001 100644 --- a/graphics/trimage/trimage.info +++ b/graphics/trimage/trimage.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/Kilian/Trimage/archive/1.0.6/trimage-1.0.6.tar.gz" MD5SUM="0e69c56323692594b66ec5b2f6d0a206" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 optipng pngcrush jpegoptim advancecomp" +REQUIRES="optipng pngcrush jpegoptim advancecomp" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" diff --git a/graphics/ueberzug/README b/graphics/ueberzug/README index 47b6e45832..acf0c82d46 100644 --- a/graphics/ueberzug/README +++ b/graphics/ueberzug/README @@ -1,5 +1,2 @@ Überzug is a command line util which allows to draw images on terminals by using child windows. - -Note: dependencies must have been built with python3 support, where - that option is available. diff --git a/graphics/yafaray/README b/graphics/yafaray/README index 29763c62d7..6dcf20e28d 100644 --- a/graphics/yafaray/README +++ b/graphics/yafaray/README @@ -2,6 +2,4 @@ YafaRay is a free open-source raytracing engine. Raytracing is a rendering technique for generating realistic images by tracing the path of light through a 3D scene. -python3 is an optional dependency, to enable python bindings. - To disable building the Qt gui pass the script the variable QTGUI=OFF diff --git a/libraries/CondConfigParser/CondConfigParser.info b/libraries/CondConfigParser/CondConfigParser.info index 92fbefe846..4ef9bb7c82 100644 --- a/libraries/CondConfigParser/CondConfigParser.info +++ b/libraries/CondConfigParser/CondConfigParser.info @@ -5,6 +5,6 @@ DOWNLOAD="http://frougon.net/projects/CondConfigParser/dist/1.0.3/CondConfigPars MD5SUM="247f66a6e02c8208cd4f9e2324d0d277" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Philip Lacroix" EMAIL="slackph at posteo dot de" diff --git a/libraries/QR-Code-generator/README b/libraries/QR-Code-generator/README index e281d4ab3e..3460bcc3f3 100644 --- a/libraries/QR-Code-generator/README +++ b/libraries/QR-Code-generator/README @@ -2,5 +2,3 @@ This project aims to be the best, clearest library for generating QR Codes. My primary goals are flexible options and absolute correctness. Secondary goals are compact implementation size and good documentation comments. - -python3 is an optional dependency. diff --git a/libraries/cffi/README b/libraries/cffi/README index 95a3dd927b..aefa318cac 100644 --- a/libraries/cffi/README +++ b/libraries/cffi/README @@ -1,4 +1,2 @@ Foreign Function Interface for Python calling C code. The aim of this project is to provide a convenient and reliable way of calling C code from Python. - -Optional dependency: python3 diff --git a/libraries/configobj/README b/libraries/configobj/README index 38f6ea522a..e253bee94f 100644 --- a/libraries/configobj/README +++ b/libraries/configobj/README @@ -2,6 +2,3 @@ configobj (configuration file python module) A python module for ultra simple handling of configuration files. Also useful for human readable data persistence. Flexible and simple. - -Optional dependency: if python3 is installed, the configobj package will -contain the python3 module. diff --git a/libraries/curses_ex/curses_ex.info b/libraries/curses_ex/curses_ex.info index 6dc3dbf504..a8c81494cc 100644 --- a/libraries/curses_ex/curses_ex.info +++ b/libraries/curses_ex/curses_ex.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/c/curses_ex/curses_ex-0.3.tar. MD5SUM="da1ed306679423c29227f8541b207bda" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/libraries/libcec/README b/libraries/libcec/README index 7edda116eb..183360bd2d 100644 --- a/libraries/libcec/README +++ b/libraries/libcec/README @@ -1,4 +1,2 @@ libCEC is an open-source dual licensed library designed for communicating with the Pulse-Eight USB - HDMI CEC Adaptor. - -Optional dependency: python3 diff --git a/libraries/libixion/libixion.info b/libraries/libixion/libixion.info index 457bdde4c0..7189101aa4 100644 --- a/libraries/libixion/libixion.info +++ b/libraries/libixion/libixion.info @@ -5,6 +5,6 @@ DOWNLOAD="https://kohei.us/files/ixion/src/libixion-0.16.1.tar.xz" MD5SUM="6aef823752990d193e5cf80a87d0ef58" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="mdds python3" +REQUIRES="mdds" MAINTAINER="Hunter Sezen" EMAIL="orbea@riseup.net" diff --git a/libraries/libopenshot-audio/libopenshot-audio.info b/libraries/libopenshot-audio/libopenshot-audio.info index e59985de64..1075838498 100644 --- a/libraries/libopenshot-audio/libopenshot-audio.info +++ b/libraries/libopenshot-audio/libopenshot-audio.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/OpenShot/libopenshot-audio/archive/v0.2.0/libopensh MD5SUM="fc6a619a99b3e5ce76cf58d9e040eb41" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" diff --git a/libraries/libpeas/README b/libraries/libpeas/README index 4b4b051b1e..8bd910515e 100644 --- a/libraries/libpeas/README +++ b/libraries/libpeas/README @@ -5,6 +5,5 @@ It also has a set of features including, but not limited to: - on demand (lazy) programming language support for C, Python and JS - simplicity of the API -python3 is an optional (autodetected) dependency. -other two are lgi and luajit: if you have both in you system just the -second is used. +lgi and luajit are autodetected optional dependencies: if you have +both in your system, only the second is used. diff --git a/libraries/libprelude/libprelude.info b/libraries/libprelude/libprelude.info index 25f228e5cc..c32f7f2ebb 100644 --- a/libraries/libprelude/libprelude.info +++ b/libraries/libprelude/libprelude.info @@ -5,6 +5,6 @@ DOWNLOAD="https://www.prelude-siem.org/attachments/download/1395/libprelude-5.2. MD5SUM="4db429af160450dc37c7ade001abf8c4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="pyllyukko" EMAIL="pyllyukko@maimed.org" diff --git a/libraries/libsigrokdecode/libsigrokdecode.info b/libraries/libsigrokdecode/libsigrokdecode.info index 0b55aec4a0..ace0ae8ba9 100644 --- a/libraries/libsigrokdecode/libsigrokdecode.info +++ b/libraries/libsigrokdecode/libsigrokdecode.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/libsigrokdecode-20201111_3f77dc MD5SUM="ed61f17ddfbc14c8cdd6d8caaf931d82" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Andrzej Telszewski" EMAIL="atelszewski@gmail.com" diff --git a/libraries/libtorrent-rasterbar-legacy/README b/libraries/libtorrent-rasterbar-legacy/README index f961dfe51c..c16982719f 100644 --- a/libraries/libtorrent-rasterbar-legacy/README +++ b/libraries/libtorrent-rasterbar-legacy/README @@ -12,10 +12,5 @@ OPTIONS EXAMPLES=yes ./libtorrent-rasterbar-legacy.SlackBuild -NOTE - It is possible to build with bindings for python3 rather than python2 by -setting the $PYTHON environmental variable, but this would involve -rebuilding boost with bindings for python3 first. - -Go ahead and make my day. +setting the $PYTHON environmental variable diff --git a/libraries/libtorrent-rasterbar/README b/libraries/libtorrent-rasterbar/README index 98bfe50926..8b376704d7 100644 --- a/libraries/libtorrent-rasterbar/README +++ b/libraries/libtorrent-rasterbar/README @@ -16,7 +16,4 @@ OPTIONS NOTE It is possible to build with bindings for python3 rather than python2 by -setting the $PYTHON environmental variable, but this would involved -rebuilding boost with bindings for python3 first. - -Go ahead and make my day. +setting the $PYTHON environmental variable. diff --git a/libraries/med/med.info b/libraries/med/med.info index f9551cd268..5a29a62774 100644 --- a/libraries/med/med.info +++ b/libraries/med/med.info @@ -5,6 +5,6 @@ DOWNLOAD="http://files.salome-platform.org/Salome/other/med-4.0.0.tar.gz" MD5SUM="ef903d0dc165fc72818ab264ebb6e8ba" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="hdf5 python3" +REQUIRES="hdf5" MAINTAINER="blizzack" EMAIL="slackbuilds@blizzack.com" diff --git a/libraries/miniupnpc/README b/libraries/miniupnpc/README index c58769dd2d..4a8edc6181 100644 --- a/libraries/miniupnpc/README +++ b/libraries/miniupnpc/README @@ -2,8 +2,5 @@ MiniUPnPc, the client library, enabling applications to access the services provided by an UPnP "Internet Gateway Device" present on the network. In UPnP terminology, it is a UPnP Control Point. -Optional dependency: python3 - Note: To install python 3 bindings set PYTHON3=yes. - # PYTHON3=yes ./miniupnpc.SlackBuild diff --git a/libraries/munkres/README b/libraries/munkres/README index bd6def1299..7508a920c6 100644 --- a/libraries/munkres/README +++ b/libraries/munkres/README @@ -8,5 +8,4 @@ and no column are used more than once. If you want to build this for use with Python 3.x (needs the optional dependency python3) pass the script PYTHON3=yes, like - PYTHON3=yes ./munkres.SlackBuild diff --git a/libraries/mygpoclient/mygpoclient.info b/libraries/mygpoclient/mygpoclient.info index 2bb7183e68..e5c5e89a3d 100644 --- a/libraries/mygpoclient/mygpoclient.info +++ b/libraries/mygpoclient/mygpoclient.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/timcowchip/DISTFILES/raw/master/mygpoclient-1.8.tar MD5SUM="b2623c5c068ed137a8ce0f18229aaf7a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Chris Farrell" EMAIL="timcowchip@gorge.net" diff --git a/libraries/nltk/README b/libraries/nltk/README index 868d987c3c..8d8102f681 100644 --- a/libraries/nltk/README +++ b/libraries/nltk/README @@ -2,9 +2,6 @@ Open source Python modules, linguistic data and documentation for research and development in natural language processing, supporting dozens of NLP tasks, with distributions for Windows, Mac OSX and Linux. -As of version 3.5, python 2.7 is no longer supported and python3 is now -required. - NLTK comes with many corpora, toy grammars, trained models, etc. A complete list is posted at: http://nltk.org/nltk_data/. To retrieve all the data, use "python3 -m nltk.downloader all". To ensure system wideinstallation, you can diff --git a/libraries/nltk/nltk.info b/libraries/nltk/nltk.info index 7503fa33d9..34cac4ed30 100644 --- a/libraries/nltk/nltk.info +++ b/libraries/nltk/nltk.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/92/75/ce35194d8e3022203cca0d2f MD5SUM="2a827c8c8a50b98241c07f2758eb6961" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 regex" +REQUIRES="regex" MAINTAINER="ArTourter" EMAIL="artourter@gmail.com" diff --git a/libraries/opencv-legacy/README b/libraries/opencv-legacy/README index 4376432804..bf6822f6e0 100644 --- a/libraries/opencv-legacy/README +++ b/libraries/opencv-legacy/README @@ -15,7 +15,7 @@ the feature set available in the resulting OpenCV package. The additional optional packages will mostly be autodetected and used at build time without any user intervention. Packages that are processed in this way include (by SBo package name): - qt5 libdc1394 ffmpeg hdf5 VTK jdk apache-ant numpy python3 numpy3 + libdc1394 hdf5 VTK jdk apache-ant numpy numpy3 In the unlikely situation that features from these packages are not wanted despite already being installed on the host system, diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README index 09f4d7d1ae..532846343a 100644 --- a/libraries/pyPEG2/README +++ b/libraries/pyPEG2/README @@ -7,7 +7,5 @@ very easy way. NOTE: to build pyPEG2 with python3 run the slackbuild with option PYTHON3=yes. - # PYTHON3=yes ./pyPEG2.SlackBuild -NOTE2: In this case 'lxml' need to be build with Python3 bindings. diff --git a/libraries/pyacoustid/README b/libraries/pyacoustid/README index 6b1fdeab08..5ad024881b 100644 --- a/libraries/pyacoustid/README +++ b/libraries/pyacoustid/README @@ -6,5 +6,4 @@ service, which provides fingerprint lookups. If you want to build this for use with Python 3.x (require python3) pass the script PYTHON3=yes, like - PYTHON3=yes ./pyacoustid.SlackBuild diff --git a/libraries/pycparser/README b/libraries/pycparser/README index 024359f0ca..65ad168ec5 100644 --- a/libraries/pycparser/README +++ b/libraries/pycparser/README @@ -1,5 +1,3 @@ **pycparser** is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. - -Optional dependency: python3 diff --git a/libraries/pyjf3/pyjf3.info b/libraries/pyjf3/pyjf3.info index f5b583ff88..7aa58f5340 100644 --- a/libraries/pyjf3/pyjf3.info +++ b/libraries/pyjf3/pyjf3.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/p/pyjf3/pyjf3-0.3.tar.gz" MD5SUM="e36e8cbac31ffe74019449fc46825bb3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/libraries/pylast/pylast.info b/libraries/pylast/pylast.info index bf31b52c1b..b92c993f98 100644 --- a/libraries/pylast/pylast.info +++ b/libraries/pylast/pylast.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/99/97/75508fee9664e622d2d66e45 MD5SUM="beea5dced799a7dba0ecd6396c8e366e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/libraries/pymediainfo/pymediainfo.info b/libraries/pymediainfo/pymediainfo.info index 8a206720f2..2eec869c33 100644 --- a/libraries/pymediainfo/pymediainfo.info +++ b/libraries/pymediainfo/pymediainfo.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/1f/ec/da04fb8cbf5df9684b549bc3 MD5SUM="3edd6bac783d98f244b59db955664fff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/libraries/python3-PyYAML/README b/libraries/python3-PyYAML/README index ea05ab9eee..2bede18e0f 100644 --- a/libraries/python3-PyYAML/README +++ b/libraries/python3-PyYAML/README @@ -3,6 +3,3 @@ pyyaml (YAML parser and emitter for Python) YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. - -This builds the python3 version of PyYAML. It is safe to install this -on a system that has the SBo's PyYAML (python2) package installed. diff --git a/libraries/python3-PyYAML/python3-PyYAML.info b/libraries/python3-PyYAML/python3-PyYAML.info index 92b8a7ad18..a46bb24e7d 100644 --- a/libraries/python3-PyYAML/python3-PyYAML.info +++ b/libraries/python3-PyYAML/python3-PyYAML.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pyyaml.org/download/pyyaml/PyYAML-5.3.1.tar.gz" MD5SUM="d3590b85917362e837298e733321962b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo -at- gmail.com" diff --git a/libraries/python3-dvdvideo/python3-dvdvideo.info b/libraries/python3-dvdvideo/python3-dvdvideo.info index 715dddaf6c..3fbd96f4b7 100644 --- a/libraries/python3-dvdvideo/python3-dvdvideo.info +++ b/libraries/python3-dvdvideo/python3-dvdvideo.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jgirot/python-dvdvideo/archive/0.20140413/python-dv MD5SUM="473e7d1aaeeb55621d35dda2ebd81476" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Ryan Losh" EMAIL="od2010@sbcglobal.net" diff --git a/libraries/stfl/stfl.info b/libraries/stfl/stfl.info index cf801281de..985a61d06c 100644 --- a/libraries/stfl/stfl.info +++ b/libraries/stfl/stfl.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.clifford.at/stfl/stfl-0.24.tar.gz" MD5SUM="98c764ccc8f13ed05ea22559d7116b96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/libraries/tlsh/README b/libraries/tlsh/README index d4e28dd8b5..57bee1f293 100644 --- a/libraries/tlsh/README +++ b/libraries/tlsh/README @@ -6,5 +6,4 @@ similarity comparisons. python3 is an optional dependency. You need to set PYTHON3=yes, for example: - PYTHON3=yes ./python-libarchive-c.SlackBuild diff --git a/libraries/zziplib/zziplib.info b/libraries/zziplib/zziplib.info index 323a7ed6ad..2d9477d9c9 100644 --- a/libraries/zziplib/zziplib.info +++ b/libraries/zziplib/zziplib.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/gdraheim/zziplib/archive/v0.13.71/zziplib-0.13.71.t MD5SUM="1aa094186cf2222e4cda1b91b8fb8f60" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" diff --git a/misc/grc/grc.info b/misc/grc/grc.info index 9c3b9c962f..dec1ab4f81 100644 --- a/misc/grc/grc.info +++ b/misc/grc/grc.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/garabik/grc/archive/v1.11.3/grc-1.11.3.tar.gz" MD5SUM="17f9a0b014c771b9e4cd060113309073" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Ricardo J. Barberis" EMAIL="ricardo.barberis@gmail.com" diff --git a/multimedia/podcastparser/podcastparser.info b/multimedia/podcastparser/podcastparser.info index 4319ad13ed..8df73bb974 100644 --- a/multimedia/podcastparser/podcastparser.info +++ b/multimedia/podcastparser/podcastparser.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/gpodder/podcastparser/archive/0.6.4/podcastparser-0 MD5SUM="93eb67ce21165bf3f79a4a8b40e021fd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Chris Farrell" EMAIL="timcowchip@gorge.net" diff --git a/network/2ping/2ping.info b/network/2ping/2ping.info index dd25f12962..a706dfac6a 100644 --- a/network/2ping/2ping.info +++ b/network/2ping/2ping.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/rfinnie/2ping/archive/v4.5/2ping-4.5.tar.gz" MD5SUM="acfb9d8e40cfae72bf1767347528ae4b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" diff --git a/network/2ping/README b/network/2ping/README index 59335bc9b2..4cf019b747 100644 --- a/network/2ping/README +++ b/network/2ping/README @@ -19,8 +19,8 @@ su nobody -s /bin/sh -c 'exec /usr/bin/2ping --quiet --listen' &> /dev/null & Optional dependencies: Certain command line options to 2ping require additional packages. -- dnspython (built after python3 is installed): --srv option. -- netifaces (built with PYTHON3=yes): --all-interfaces option. +- dnspython: --srv option. +- netifaces: --all-interfaces option. - python3-pycrypto: --encrypt option. The package can include a wireshark plugin for decoding the 2ping diff --git a/network/asciinema/asciinema.info b/network/asciinema/asciinema.info index b110415859..a98692d53a 100644 --- a/network/asciinema/asciinema.info +++ b/network/asciinema/asciinema.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/a7/71/771c859795e02c71c187546f MD5SUM="f3bda18659e40cfd9b37a790f47eaed7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/ddgr/ddgr.info b/network/ddgr/ddgr.info index e08deaa726..125bf5cf7e 100644 --- a/network/ddgr/ddgr.info +++ b/network/ddgr/ddgr.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jarun/ddgr/archive/v1.6/ddgr-1.6.tar.gz" MD5SUM="6951ea48c661baa0742720287070aafa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/googler/googler.info b/network/googler/googler.info index 9ac4f9d2b9..da06b7b179 100644 --- a/network/googler/googler.info +++ b/network/googler/googler.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jarun/googler/archive/v4.0/googler-4.0.tar.gz" MD5SUM="b12b11a70cde5bd8483114a96d99dbc5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/gui-ufw/README b/network/gui-ufw/README index 86b61616fb..86c241f63a 100644 --- a/network/gui-ufw/README +++ b/network/gui-ufw/README @@ -2,11 +2,6 @@ gui-ufw (GUI for Uncomplicated Firewall) A very user-friendly and uncomplicated way to manage ufw. - -This version requires that python-distutils-extra be built with python3 -support by passing PYTHON3=yes ./python-distutils-extra.SlackBuild when -building. - -This version also requires webkit2gtk. If you would rather not have to +This version requires webkit2gtk. If you would rather not have to build webkit2gtk, you can still use the 12.04.1 version of gui-ufw: https://slackbuilds.org/repository/14.1/network/gui-ufw/ diff --git a/network/mps-youtube/README b/network/mps-youtube/README index 876d4da819..8d28abbce4 100644 --- a/network/mps-youtube/README +++ b/network/mps-youtube/README @@ -2,6 +2,3 @@ This project is based on mps, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The pafy library handles interfacing with YouTube. - -NOTE: -Please install python3 first before installing all other requirements. diff --git a/network/mps-youtube/mps-youtube.info b/network/mps-youtube/mps-youtube.info index c7ba6ec330..6a4013d274 100644 --- a/network/mps-youtube/mps-youtube.info +++ b/network/mps-youtube/mps-youtube.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/b1/8e/5156416119545e3f5ba16ec0fdbb2c7 MD5SUM="7560fda429491a41b1a4a20ad9cd3a3b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 Pafy" +REQUIRES="Pafy" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/openvswitch-utils/openvswitch-utils.info b/network/openvswitch-utils/openvswitch-utils.info index fc6c13d9b2..7574a95b01 100644 --- a/network/openvswitch-utils/openvswitch-utils.info +++ b/network/openvswitch-utils/openvswitch-utils.info @@ -5,6 +5,6 @@ DOWNLOAD="http://openvswitch.org/releases/openvswitch-2.14.0.tar.gz" MD5SUM="92e464f962c5ebbac73c58ad799fa9d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Mario Preksavec" EMAIL="mario at slackware dot hr" diff --git a/network/pirate-get/README b/network/pirate-get/README index d7f1d087bd..72dc98b7c4 100644 --- a/network/pirate-get/README +++ b/network/pirate-get/README @@ -1,6 +1,3 @@ pirate-get is a convenient command line tool (inspired by APT) to speed up your trip to the Pirate Bay and get your completely legal torrents more quickly. - -NOTE: -Please install python3 first before installing all other requirements. diff --git a/network/pirate-get/pirate-get.info b/network/pirate-get/pirate-get.info index df31f2a705..d31219670c 100644 --- a/network/pirate-get/pirate-get.info +++ b/network/pirate-get/pirate-get.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/c3/e2/735e12e1d0aabcc20dd68cd8 MD5SUM="f1bd3e0d209586d076db3cc01e522158" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 veryprettytable pyperclip" +REQUIRES="veryprettytable pyperclip" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/riot-web/riot-web.info b/network/riot-web/riot-web.info index 72fd335d9f..aa929d368a 100644 --- a/network/riot-web/riot-web.info +++ b/network/riot-web/riot-web.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/vector-im/riot-web/releases/download/v1.6.0/riot-v1 MD5SUM="6261bc00b53d68eea81d3db55952bf8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="MDrights" EMAIL="psychi2009@gmail.com" diff --git a/network/rss2email/README b/network/rss2email/README index cdc9dd0f20..1981e478bb 100644 --- a/network/rss2email/README +++ b/network/rss2email/README @@ -3,6 +3,4 @@ A python script that converts RSS/Atom newsfeeds to email. It is the successor to the rss2email by Aaron Swartz, available on SBo as r2e. -rss2email requires feedparser to be built with python3 support. - rss2email will conflict with r2e. diff --git a/network/rss2email/rss2email.info b/network/rss2email/rss2email.info index 1b46bee487..d5f116ba70 100644 --- a/network/rss2email/rss2email.info +++ b/network/rss2email/rss2email.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/rss2email/rss2email/archive/v3.12.2/rss2email-3.12. MD5SUM="9975f0c0f637daaa025d09ae54c33a8c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 feedparser html2text" +REQUIRES="feedparser html2text" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" diff --git a/network/slurm/slurm.info b/network/slurm/slurm.info index ffc533afbe..cb33a0923e 100644 --- a/network/slurm/slurm.info +++ b/network/slurm/slurm.info @@ -5,6 +5,6 @@ DOWNLOAD="https://download.schedmd.com/slurm/slurm-20.11.4.tar.bz2" MD5SUM="4b5ff978527f73eff9691d559d19a494" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="munge python3" +REQUIRES="munge" MAINTAINER="Emmanuel N. Millan" EMAIL="emmanueln@gmail.com" diff --git a/network/speedtest-cli/README b/network/speedtest-cli/README index 464b091550..92e211c0de 100644 --- a/network/speedtest-cli/README +++ b/network/speedtest-cli/README @@ -1,3 +1 @@ Command line interface for testing internet bandwidth using speedtest.net - -Optional dependency: python3 diff --git a/network/sshuttle/sshuttle.info b/network/sshuttle/sshuttle.info index bf996f1487..7ade272bf2 100644 --- a/network/sshuttle/sshuttle.info +++ b/network/sshuttle/sshuttle.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/s/sshuttle/sshuttle-1.0.5.tar. MD5SUM="10c9765f2cc2a3e3e080a4a218428cc4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" diff --git a/network/uget-chrome-wrapper/uget-chrome-wrapper.info b/network/uget-chrome-wrapper/uget-chrome-wrapper.info index eefd9cad37..d4172b424a 100644 --- a/network/uget-chrome-wrapper/uget-chrome-wrapper.info +++ b/network/uget-chrome-wrapper/uget-chrome-wrapper.info @@ -9,6 +9,6 @@ MD5SUM="d824ef742a548a5613caadbad78475f2 \ 4806bc4553389cc0610e642b12510246" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="uget python3" +REQUIRES="uget" MAINTAINER="Macius Kuzmin" EMAIL="szczecinska.duma@gmail.com" diff --git a/network/uget-integrator/uget-integrator.info b/network/uget-integrator/uget-integrator.info index ad584b4e30..c250109431 100644 --- a/network/uget-integrator/uget-integrator.info +++ b/network/uget-integrator/uget-integrator.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ugetdm/uget-integrator/archive/v1.0.0/uget-integrat MD5SUM="fc08f3efd2c60c730ae02b45c26123c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="uget python3" +REQUIRES="uget" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/network/urlwatch/README b/network/urlwatch/README index 79df2edbaf..35a5465268 100644 --- a/network/urlwatch/README +++ b/network/urlwatch/README @@ -5,6 +5,3 @@ The change notification will include the URL that has changed and a unified diff of what has changed. Optional dependencies: chump - -NOTE: -Please install python3 first before installing all other requirements. diff --git a/network/wakeonlan/wakeonlan.info b/network/wakeonlan/wakeonlan.info index 41c393af24..df492a4c92 100644 --- a/network/wakeonlan/wakeonlan.info +++ b/network/wakeonlan/wakeonlan.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/w/wakeonlan/wakeonlan-0.2.2.ta MD5SUM="738cf2e3c01de8ff393d0863f5172383" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/weechat/weechat.info b/network/weechat/weechat.info index 90780d1f44..143e5a0d66 100644 --- a/network/weechat/weechat.info +++ b/network/weechat/weechat.info @@ -5,6 +5,6 @@ DOWNLOAD="http://weechat.org/files/src/weechat-3.1.tar.bz2" MD5SUM="baf116300f4ae4050e46b61d11a4df81" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/network/you-get/you-get.info b/network/you-get/you-get.info index 8331c1e6fd..b8c8e5ae03 100644 --- a/network/you-get/you-get.info +++ b/network/you-get/you-get.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/b3/eb/e24fa3352fa27e1be3b7f8b3 MD5SUM="f1145217fc4a4f9407d24aa25a4828e8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/network/youtube-dl/README b/network/youtube-dl/README index 523d072dda..28e3e9f8a6 100644 --- a/network/youtube-dl/README +++ b/network/youtube-dl/README @@ -4,5 +4,3 @@ interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work on your Unix box, on Windows or on Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. - -Optional dependency: python3 diff --git a/office/anorack/anorack.info b/office/anorack/anorack.info index 8f4af25894..b9c59424fa 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 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" diff --git a/office/x_x/README b/office/x_x/README index 847f2f0e6f..19e1b60990 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. diff --git a/python/CANard/CANard.info b/python/CANard/CANard.info index e1f50a5c53..a3e8c6ba12 100644 --- a/python/CANard/CANard.info +++ b/python/CANard/CANard.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/gorogit/CANard/archive/65d48d8/CANard-65d48d8382dc0 MD5SUM="7c62f7107048b41aec0a1ed1cb42ae5d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 pyserial" +REQUIRES="pyserial" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/python/Flask-SQLAlchemy/README b/python/Flask-SQLAlchemy/README index b96885c552..4f48d8d75f 100644 --- a/python/Flask-SQLAlchemy/README +++ b/python/Flask-SQLAlchemy/README @@ -1,10 +1,7 @@ Flask-SQLAlchemy is a Flask microframework extension which adds support for the SQLAlchemy SQL toolkit/ORM. -python3 and python3-Flask is an optional dependencies. +python3-Flask is an optional dependency. You need to set PYTHON3=yes, - -for example: - PYTHON3=yes ./Flask-SQLAlchemy.SlackBuild diff --git a/python/MarkupSafe/MarkupSafe.info b/python/MarkupSafe/MarkupSafe.info index 91b9ffc3ef..e03b7ff378 100644 --- a/python/MarkupSafe/MarkupSafe.info +++ b/python/MarkupSafe/MarkupSafe.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.io/packages/source/M/MarkupSafe/MarkupSafe-1.1.1.tar.gz" MD5SUM="43fd756864fe42063068e092e220c57b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" diff --git a/python/PyAudio/PyAudio.info b/python/PyAudio/PyAudio.info index f39ab2e820..226aa22270 100644 --- a/python/PyAudio/PyAudio.info +++ b/python/PyAudio/PyAudio.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/ab/42/b4f04721c5c5bfc196ce156b MD5SUM="7e4c88139284033f67b4336c74eda3b8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="portaudio python3" +REQUIRES="portaudio" MAINTAINER="Giuseppe Scalzi" EMAIL="giuseppe@osgate.org" diff --git a/python/Pyro4/README b/python/Pyro4/README index 1b09c3cf67..ccb2764aea 100644 --- a/python/Pyro4/README +++ b/python/Pyro4/README @@ -1,5 +1,3 @@ Pyro4 means PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. - -python3 is an optional dependency (autodetected). diff --git a/python/WTForms/README b/python/WTForms/README index 3bba913889..988ad4aaba 100644 --- a/python/WTForms/README +++ b/python/WTForms/README @@ -1,4 +1,2 @@ WTForms is a flexible forms validation and rendering library for python web development. - -python3 is autodetected at build time. diff --git a/python/affine/affine.info b/python/affine/affine.info index 89e075eaba..28a344d15f 100644 --- a/python/affine/affine.info +++ b/python/affine/affine.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/sgillies/affine/archive/2.3.0/affine-2.3.0.tar.gz" MD5SUM="32bb6a5fec7fbe95455c992368edbf09" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/alabaster/README b/python/alabaster/README index 9145a9e8a2..596320ef6e 100644 --- a/python/alabaster/README +++ b/python/alabaster/README @@ -11,5 +11,3 @@ Live examples of this theme can be seen on this project's own website, paramiko.org, fabfile.org and pyinvoke.org. For more documentation, please see http://alabaster.readthedocs.io. - -Optional dependency: python3 (automatically detected) diff --git a/python/apsw/README b/python/apsw/README index 68a222356b..c078b5fc93 100644 --- a/python/apsw/README +++ b/python/apsw/README @@ -4,8 +4,5 @@ over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. -Optional dependency: python3 - Note: To install python 3 set PYTHON3=yes. - # PYTHON3=yes ./apsw.SlackBuild diff --git a/python/argcomplete/README b/python/argcomplete/README index 26d7e7cee3..f0ba50a1ae 100644 --- a/python/argcomplete/README +++ b/python/argcomplete/README @@ -12,5 +12,3 @@ for your argument/option values. Note: You need to run (as root) 'activate-global-python-argcomplete' script once you install this package. - -Optional dependency: python3 diff --git a/python/asgiref/asgiref.info b/python/asgiref/asgiref.info index 7043c91989..b295d7d7db 100644 --- a/python/asgiref/asgiref.info +++ b/python/asgiref/asgiref.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/80/c4/83a01607f2d10024c1720971 MD5SUM="39218c10eee0bf66a3d893491d835e86" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/asttokens/asttokens.info b/python/asttokens/asttokens.info index c41a00872e..529673aa6b 100644 --- a/python/asttokens/asttokens.info +++ b/python/asttokens/asttokens.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/1d/d2/cf56e804cd7b4e8b92813e94 MD5SUM="3e90edd0656e9d86daf7a7909e583a3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" diff --git a/python/async-timeout/README b/python/async-timeout/README index d264df837d..8d91b81b5c 100644 --- a/python/async-timeout/README +++ b/python/async-timeout/README @@ -1,3 +1 @@ async-timeout is an asyncio-compatible timeout context manager. - -This library is python3 only. diff --git a/python/async-timeout/async-timeout.info b/python/async-timeout/async-timeout.info index a856c599f4..93a7235665 100644 --- a/python/async-timeout/async-timeout.info +++ b/python/async-timeout/async-timeout.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/aio-libs/async-timeout/archive/v3.0.1/async-timeout MD5SUM="51b16fedb2093b7752b72ef43c53b7e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" diff --git a/python/async_generator/async_generator.info b/python/async_generator/async_generator.info index 8a2f511b02..cb186bf81a 100644 --- a/python/async_generator/async_generator.info +++ b/python/async_generator/async_generator.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/a/async_generator/async MD5SUM="078a29b4afb3d7f38c097a530f042a55" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/atomicwrites/README b/python/atomicwrites/README index be2c03c913..2602e9896f 100644 --- a/python/atomicwrites/README +++ b/python/atomicwrites/README @@ -13,5 +13,3 @@ and the name of the target file. Also note that the permissions of the target file may change this way. In some situations a chmod can be issued without any concurrency problems, but since that is not always the case, this library doesn’t do it by itself. - -Optional dependency: python3 diff --git a/python/backcall/backcall.info b/python/backcall/backcall.info index abfb4a3da7..2d6d2695b5 100644 --- a/python/backcall/backcall.info +++ b/python/backcall/backcall.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/b/backcall/backcall-0.2 MD5SUM="1f4c9a370c78743406296f48e56e8821" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/cairocffi/README b/python/cairocffi/README index 99dee9617d..73c7201dd7 100644 --- a/python/cairocffi/README +++ b/python/cairocffi/README @@ -4,4 +4,4 @@ Cairo is a 2D vector graphics library with support for multiple backends including image buffers, PNG, PostScript, PDF, and SVG file output. API compatible with Pycairo. -python3 and python-xcffib is an optional dependency. +python-xcffib is an optional dependency. diff --git a/python/captcha/README b/python/captcha/README index 6ec7825e92..2799a11929 100644 --- a/python/captcha/README +++ b/python/captcha/README @@ -1,3 +1 @@ A captcha library that generates audio and image CAPTCHAs. - -Optional dependency: python3 (automatically detected) diff --git a/python/cheetah3/cheetah3.info b/python/cheetah3/cheetah3.info index 87dbcbd122..0fd9ac707c 100644 --- a/python/cheetah3/cheetah3.info +++ b/python/cheetah3/cheetah3.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/CheetahTemplate3/cheetah3/archive/3.2.6/cheetah3-3. MD5SUM="04e16c7abcca12017ef8df5bc4700ce9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Henry Pfeil" EMAIL="hpfeil@psnarf.org" diff --git a/python/click-didyoumean/README b/python/click-didyoumean/README index 0c6cd35470..fcee598900 100644 --- a/python/click-didyoumean/README +++ b/python/click-didyoumean/README @@ -1,6 +1,2 @@ Enable git-like did-you-mean feature in click. For Python2 and Python3. - -OPTIONAL: - -python3 diff --git a/python/click-plugins/click-plugins.info b/python/click-plugins/click-plugins.info index 50547d04c9..f6e1ef27da 100644 --- a/python/click-plugins/click-plugins.info +++ b/python/click-plugins/click-plugins.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/c/click-plugins/click-p MD5SUM="969268b5b005b2b56115c66c55013252" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="click python3" +REQUIRES="click" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/click-repl/README b/python/click-repl/README index 89e6ffaa86..371cc91bd8 100644 --- a/python/click-repl/README +++ b/python/click-repl/README @@ -1,6 +1,2 @@ REPL plugin for Click For Python2 and Python3. - -OPTIONAL: - -python3 diff --git a/python/cssselect/README b/python/cssselect/README index 4609431248..a727def81b 100644 --- a/python/cssselect/README +++ b/python/cssselect/README @@ -2,9 +2,8 @@ cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document. -Optional dependencies: lxml, Sphinx and python3 +Optional dependencies: lxml and Sphinx Note: To install Python 3 bindings, install python3 and set PYTHON3="yes" to the slackbuild. - # PYTHON3="yes" ./cssselect.SlackBuild diff --git a/python/cssselect2/README b/python/cssselect2/README index 1d03bffc5b..5445141a47 100644 --- a/python/cssselect2/README +++ b/python/cssselect2/README @@ -1,7 +1,3 @@ select2 is a straightforward implementation of CSS3 Selectors for markup documents (HTML, XML, etc.) that can be read by ElementTree-like parsers (including cElementTree, lxml, html5lib, etc.) - -OPTIONAL: - -python3 diff --git a/python/curtsies/curtsies.info b/python/curtsies/curtsies.info index d4cbd06399..c0d0225132 100644 --- a/python/curtsies/curtsies.info +++ b/python/curtsies/curtsies.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/ee/17/9647eb1c537734adba77bd46 MD5SUM="ed2c16be1b6e913d0bfff7233c33da8a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 blessings cwcwidth" +REQUIRES="blessings cwcwidth" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/cwcwidth/cwcwidth.info b/python/cwcwidth/cwcwidth.info index 356d5fd797..3d354c36aa 100644 --- a/python/cwcwidth/cwcwidth.info +++ b/python/cwcwidth/cwcwidth.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/77/3a/7674069b8b8a40b1e25eea33 MD5SUM="99f8656b490f5cd8e71cdd01f2ab8f38" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/decorator/decorator.info b/python/decorator/decorator.info index 6d45f491b2..4d1a0a631e 100644 --- a/python/decorator/decorator.info +++ b/python/decorator/decorator.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-5 MD5SUM="c35b2a3446478986e91b15ad1626e152" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/ebaysdk/ebaysdk.info b/python/ebaysdk/ebaysdk.info index 9a6c19b9eb..926d740ade 100644 --- a/python/ebaysdk/ebaysdk.info +++ b/python/ebaysdk/ebaysdk.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/db/7f/53245710a67cb9de1ad2a0e7 MD5SUM="91a9a81c3b553ef808ad3a391f5a0bfe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/python/entrypoints/entrypoints.info b/python/entrypoints/entrypoints.info index 1a268ecf02..a6f6c4f801 100644 --- a/python/entrypoints/entrypoints.info +++ b/python/entrypoints/entrypoints.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/takluyver/entrypoints/archive/0.3/entrypoints-0.3.t MD5SUM="3b2d456ff069b080aa95f162a53a6679" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/feedparser/README b/python/feedparser/README index dc062ac5d6..0f7ef1c4a5 100644 --- a/python/feedparser/README +++ b/python/feedparser/README @@ -1,3 +1 @@ feedparser is a Python utility library to parse RSS and Atom feeds. - -A python3 version is included if python3 is detected at buildtime. diff --git a/python/filechunkio/README b/python/filechunkio/README index e599caa17b..da1ab561c9 100644 --- a/python/filechunkio/README +++ b/python/filechunkio/README @@ -5,9 +5,6 @@ parts without having to split them physically upfront (which requires more time and twice the disk space) or creating in-memory chunks as StringIO instances. -Optionanl: python3 - Note: To install python3 bindings install python3 and run script with PYTHON3=yes. - # PYTHON3=yes ./filechunkio.SlackBuild diff --git a/python/getdevinfo/getdevinfo.info b/python/getdevinfo/getdevinfo.info index 3ddc099109..886e4dca68 100644 --- a/python/getdevinfo/getdevinfo.info +++ b/python/getdevinfo/getdevinfo.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/81/17/eacddd7ff25f806e666383f0 MD5SUM="d4a42735ccde076c930459025fe32aa3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lshw lxml wheel python3" +REQUIRES="lshw lxml wheel" MAINTAINER="orphaned - no maintainer" EMAIL="nobody@nowhere" diff --git a/python/githubpy/githubpy.info b/python/githubpy/githubpy.info index 90d57f915a..2837e8fc2b 100644 --- a/python/githubpy/githubpy.info +++ b/python/githubpy/githubpy.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/37/bc/29026d1386cd02fc6adc10e4703ccb0 MD5SUM="eefeba8a198b2f573351da134749ae74" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/gst-python3/gst-python3.info b/python/gst-python3/gst-python3.info index 1837d4e1ea..e74cf54601 100644 --- a/python/gst-python3/gst-python3.info +++ b/python/gst-python3/gst-python3.info @@ -5,6 +5,6 @@ DOWNLOAD="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.16.2.tar MD5SUM="6ac709767334d8d0a71cb4e016f6abeb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" diff --git a/python/gunicorn/README b/python/gunicorn/README index fc0fbf951c..df43680025 100644 --- a/python/gunicorn/README +++ b/python/gunicorn/README @@ -3,5 +3,3 @@ It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy. - -Optional dependency (autodetected): python3 diff --git a/python/html2text/html2text.info b/python/html2text/html2text.info index b7ae302e54..6a14331b7e 100644 --- a/python/html2text/html2text.info +++ b/python/html2text/html2text.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/Alir3z4/html2text/archive/2020.1.16/html2text-2020. MD5SUM="1581148a70b6963216c2a3deaa3c3870" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" diff --git a/python/httplib2/README b/python/httplib2/README index 0f9a75ebaa..4303c42043 100644 --- a/python/httplib2/README +++ b/python/httplib2/README @@ -1,4 +1,2 @@ A comprehensive HTTP client library that supports many features left out of other HTTP libraries. - -python3 is an optional (autodetected) dependency. diff --git a/python/imagesize/README b/python/imagesize/README index 3864ce0099..31b133c7f3 100644 --- a/python/imagesize/README +++ b/python/imagesize/README @@ -8,5 +8,3 @@ It parses image files’ header and return image size. GIF This is a pure Python library. - -Optional dependency: python3 (automatically detected) diff --git a/python/importlib-resources/README b/python/importlib-resources/README index a03e88248d..3a5d7838c1 100644 --- a/python/importlib-resources/README +++ b/python/importlib-resources/README @@ -5,6 +5,3 @@ The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. - -*NOTE*: you have to build the dependencies (python3 excluded) with -python3 already installed. diff --git a/python/importlib-resources/importlib-resources.info b/python/importlib-resources/importlib-resources.info index 668c0c4f57..f155657d1e 100644 --- a/python/importlib-resources/importlib-resources.info +++ b/python/importlib-resources/importlib-resources.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/e7/ef/8bf9f2469c2c0a1bf00c39b2 MD5SUM="a3ca1dce486f7fba1691938124e54133" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 python-toml setuptools-scm" +REQUIRES="python-toml setuptools-scm" MAINTAINER="Dave Woodfall" EMAIL="dave@slackbuilds.org" diff --git a/python/jsonpatch/README b/python/jsonpatch/README index 3abd7d36b2..76b3279e33 100644 --- a/python/jsonpatch/README +++ b/python/jsonpatch/README @@ -17,5 +17,3 @@ To run external tests (such as those from https://github.com/json-patch/json-patch-tests) use ext_test.py ./ext_tests.py ../json-patch-tests/tests.json - -Optional: python3 diff --git a/python/jsonpointer/README b/python/jsonpointer/README index a760164082..c022e7cb27 100644 --- a/python/jsonpointer/README +++ b/python/jsonpointer/README @@ -1,5 +1,3 @@ Applying JSON Patches in Python Library to apply JSON Patches according to RFC 6902 - -python3 is an optional dependency. diff --git a/python/llfuse/llfuse.info b/python/llfuse/llfuse.info index 8b7c2bda8a..8edb793437 100644 --- a/python/llfuse/llfuse.info +++ b/python/llfuse/llfuse.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/llfuse-1.4.1.tar.xz" MD5SUM="0d1668468601c1a927fa162b99c5c6e8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Andrzej Telszewski" EMAIL="atelszewski@gmail.com" diff --git a/python/lockfile/README b/python/lockfile/README index c62d336e61..83f170d7c8 100644 --- a/python/lockfile/README +++ b/python/lockfile/README @@ -8,6 +8,5 @@ across both Unix (including Linux and Mac) and Windows platforms. This package is version 0.8 due to some API breakage in 0.9+ To build for Python 3: - # PYTHON=python3 ./lockfile.SlackBuild diff --git a/python/mibuild/mibuild.info b/python/mibuild/mibuild.info index ca5d7a9ee5..0db92db89e 100644 --- a/python/mibuild/mibuild.info +++ b/python/mibuild/mibuild.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/brandonhamilton/mibuild/archive/953e603/mibuild-953 MD5SUM="ec9b2ecfb2b3b0c004d0aa9b2fe5d53e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/python/migen/migen.info b/python/migen/migen.info index 03133ad063..d30c79bc46 100644 --- a/python/migen/migen.info +++ b/python/migen/migen.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/m-labs/migen/archive/0.6/migen-0.6.tar.gz" MD5SUM="88c16dd40e01823b988a14fd216d7bf6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/python/minidb/minidb.info b/python/minidb/minidb.info index b446932cf0..209f7859b4 100644 --- a/python/minidb/minidb.info +++ b/python/minidb/minidb.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/thp/minidb/archive/2.0.1.tar.gz" MD5SUM="47e17a24b69e0eb43435b1aec71f9258" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/mistune/mistune.info b/python/mistune/mistune.info index 6f7911430b..08f54932d9 100644 --- a/python/mistune/mistune.info +++ b/python/mistune/mistune.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mistune/mistune-0.8.4 MD5SUM="fb6ab174ece938dea09f8b2adad771e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/more-itertools/README b/python/more-itertools/README index a97b0b2abf..0dbca0d167 100644 --- a/python/more-itertools/README +++ b/python/more-itertools/README @@ -1,5 +1,3 @@ Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables. - -Optional dependency: python3 diff --git a/python/msgpack-python/README b/python/msgpack-python/README index 023d3f545e..9176445d49 100644 --- a/python/msgpack-python/README +++ b/python/msgpack-python/README @@ -4,5 +4,3 @@ MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves. - -Optional dependency: python3 diff --git a/python/munch/munch.info b/python/munch/munch.info index ac7bf5b36f..ebb834fa47 100644 --- a/python/munch/munch.info +++ b/python/munch/munch.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/m/munch/munch-2.5.0.tar MD5SUM="ed84c3718416c8d4d03d0a6ef46e8e0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/mypy/README b/python/mypy/README index fc2ac581d9..aac9064f09 100644 --- a/python/mypy/README +++ b/python/mypy/README @@ -7,5 +7,3 @@ fall back to dynamic typing when static typing is not convenient, such as for legacy code. This (source) is downloaded from pypi.org/projects/mypy as the mypi github site does not have a complete sourcecode zip. - -This requires typing-extensions created with python3 present. diff --git a/python/mypy_extensions/mypy_extensions.info b/python/mypy_extensions/mypy_extensions.info index aca671871e..8749560b0f 100644 --- a/python/mypy_extensions/mypy_extensions.info +++ b/python/mypy_extensions/mypy_extensions.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/63/60/0582ce2eaced55f65a4406fc MD5SUM="4163ff73d0db8631c0a78bb55b551c84" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" diff --git a/python/nest_asyncio/nest_asyncio.info b/python/nest_asyncio/nest_asyncio.info index 8286b6e43b..df19b14f17 100644 --- a/python/nest_asyncio/nest_asyncio.info +++ b/python/nest_asyncio/nest_asyncio.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nest_asyncio/nest_asy MD5SUM="6271f5e4181736c2e711657ef1eae915" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/netifaces/README b/python/netifaces/README index 1e3b44c2e5..a93c3cf337 100644 --- a/python/netifaces/README +++ b/python/netifaces/README @@ -1,7 +1,6 @@ Portable module to access network interface information in Python. -Optional dependencies: python3 and Sphinx +Optional dependencies: Sphinx Note: To install python3 bindings pass PYTHON3=yes to the slackbuild. - # PYTHON3=yes ./netifaces.SlackBuild diff --git a/python/num2words/num2words.info b/python/num2words/num2words.info index a7c28f76c4..635aa4ee59 100644 --- a/python/num2words/num2words.info +++ b/python/num2words/num2words.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/savoirfairelinux/num2words/archive/0.5.9/num2words- MD5SUM="f7bac21a47c25205fc46bc7bf6f50d30" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/python/odict/README b/python/odict/README index f760f155a8..398421191c 100644 --- a/python/odict/README +++ b/python/odict/README @@ -2,10 +2,7 @@ Dictionary in which the insertion order of items is preserved (using an internal double linked list). In this implementation replacing an existing item keeps it at its original position. -python3 is an optional dependency. - If you want to build the package with python3 support you have to pass the PYTHON3 parameter to the script as follows: - PYTHON3=yes ./odict.SlackBuild diff --git a/python/ofxparse/ofxparse.info b/python/ofxparse/ofxparse.info index f53f072a0b..efae3945fb 100644 --- a/python/ofxparse/ofxparse.info +++ b/python/ofxparse/ofxparse.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/07/ab/22faf6348652e9ac662b594c MD5SUM="a3daf82edc5fd1ebee560264a7cdf5e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/python/pandocfilters/pandocfilters.info b/python/pandocfilters/pandocfilters.info index 2063f5cbc9..d942dddedd 100644 --- a/python/pandocfilters/pandocfilters.info +++ b/python/pandocfilters/pandocfilters.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocf MD5SUM="1663f8ad167897848e23c749ce668dc8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/parso/parso.info b/python/parso/parso.info index e92d5f867c..c2797dd236 100644 --- a/python/parso/parso.info +++ b/python/parso/parso.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.8.2/parso-0.8.2.tar.gz MD5SUM="02e322f0c5b6858c97fe6ca6637c875d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/pathlib2/README b/python/pathlib2/README index 475b754080..8630108f29 100644 --- a/python/pathlib2/README +++ b/python/pathlib2/README @@ -2,5 +2,3 @@ The old pathlib module on bitbucket is in bugfix-only mode. The goal of pathlib2 is to provide a backport of standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions. - -Optional dependency: python3 diff --git a/python/pathtools3/pathtools3.info b/python/pathtools3/pathtools3.info index 28e6c93414..d266c7db9f 100644 --- a/python/pathtools3/pathtools3.info +++ b/python/pathtools3/pathtools3.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/38/19/b8e751fe76e98a04bdd34dd9 MD5SUM="08bb008161e305909740076c5c422159" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Prof. HORSTMANN" EMAIL="wmh@eipg.fr" diff --git a/python/pickleshare/pickleshare.info b/python/pickleshare/pickleshare.info index c1ba645861..163fb8315c 100644 --- a/python/pickleshare/pickleshare.info +++ b/python/pickleshare/pickleshare.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pickleshare/pickleshare/archive/0.7.5/pickleshare-0 MD5SUM="79387de9fd8cc26e29d5cae9fc2fab9d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pathlib python3" +REQUIRES="pathlib" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/pluggy/README b/python/pluggy/README index d85e4089e8..e05d99fe75 100644 --- a/python/pluggy/README +++ b/python/pluggy/README @@ -2,5 +2,3 @@ pluggy (mechanisms for python) This is the plugin manager as used by pytest but stripped of pytest specific details. - -Optional dependency: python3 diff --git a/python/polib/README b/python/polib/README index 65bbcbef9a..87f49c6645 100644 --- a/python/polib/README +++ b/python/polib/README @@ -9,7 +9,6 @@ polib supports out of the box any version of python ranging from 2.4 to latest 3.X version. To install python3 bindings run the slackbuild with PYTHON3=yes. - # PYTHON3=yes ./polib.SlackBuild Optional dependency: Sphinx diff --git a/python/psutil/README b/python/psutil/README index 2e15f9464d..0be9ddcf78 100644 --- a/python/psutil/README +++ b/python/psutil/README @@ -4,4 +4,4 @@ a portable way by using Python, implementing many functionalities offered by command line tools such as: ps, top, df, kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, and pmap. -Optional dependencies: python3, mock and ipaddress +Optional dependencies: mock and ipaddress diff --git a/python/ptyprocess/README b/python/ptyprocess/README index 3891591654..e80b0e9429 100644 --- a/python/ptyprocess/README +++ b/python/ptyprocess/README @@ -6,5 +6,3 @@ Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn’t read from stdin, output that changes when it’s going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. - -NOTE: python3 support will be added if python3 is installed. diff --git a/python/py/README b/python/py/README index d83ca7b975..1667c95551 100644 --- a/python/py/README +++ b/python/py/README @@ -5,5 +5,3 @@ py.path: uniform local and svn path objects py.apipkg: explicit API control and lazy-importing py.iniconfig: easy parsing of .ini files py.code: dynamic code generation and introspection (deprecated, moved to pytest). - -Optional dependency: python3 diff --git a/python/pySmartDL/pySmartDL.info b/python/pySmartDL/pySmartDL.info index eac308fffd..0cdee7fa6a 100644 --- a/python/pySmartDL/pySmartDL.info +++ b/python/pySmartDL/pySmartDL.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/5a/4c/ed073b2373f115094a4a6124 MD5SUM="37e29b64012d714a456229643ea6957a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/pyasn1/README b/python/pyasn1/README index f3b5a03b3e..e8c7885ff0 100644 --- a/python/pyasn1/README +++ b/python/pyasn1/README @@ -1,5 +1 @@ pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python. - -OPTIONAL DEPENDENCY: - -python3 diff --git a/python/pybind11/pybind11.info b/python/pybind11/pybind11.info index 8c833cf141..f6c32071e0 100644 --- a/python/pybind11/pybind11.info +++ b/python/pybind11/pybind11.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pybind/pybind11/archive/v2.5.0/pybind11-2.5.0.tar.g MD5SUM="1ad2c611378fb440e8550a7eb6b31b89" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" diff --git a/python/pycld2/pycld2.info b/python/pycld2/pycld2.info index 1c3d4dba00..b085e758a6 100644 --- a/python/pycld2/pycld2.info +++ b/python/pycld2/pycld2.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mikemccand/chromium-compact-language-detector/archi MD5SUM="c526197ab1bd42b4e9c707ae15257106" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cld2 python3" +REQUIRES="cld2" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/pycodestyle/README b/python/pycodestyle/README index 973fdfaf9b..878812eec3 100644 --- a/python/pycodestyle/README +++ b/python/pycodestyle/README @@ -1,4 +1,2 @@ pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. - -python3 is an optional dependency (autodetected). diff --git a/python/pyewmh/README b/python/pyewmh/README index 0e162f676d..eb72cafa58 100644 --- a/python/pyewmh/README +++ b/python/pyewmh/README @@ -1,5 +1,3 @@ An implementation of EWMH (Extended Window Manager Hints) for python, based on Xlib. It allows EWMH-compliant window managers (most modern WMs) to be queried and controlled. - -python3 should be installed before any other dependencies. diff --git a/python/pyewmh/pyewmh.info b/python/pyewmh/pyewmh.info index 5107294f8c..d3f836f070 100644 --- a/python/pyewmh/pyewmh.info +++ b/python/pyewmh/pyewmh.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/parkouss/pyewmh/archive/v0.1.6/pyewmh-0.1.6.tar.gz" MD5SUM="9547049c458904e1083907c763e990d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 python-xlib" +REQUIRES="python-xlib" MAINTAINER="Hunter Sezen" EMAIL="orbea@riseup.net" diff --git a/python/pygame/README b/python/pygame/README index 960d796ba9..a5a5eb6337 100644 --- a/python/pygame/README +++ b/python/pygame/README @@ -2,5 +2,3 @@ Pygame is a set of Python modules designed for writing games. It is written on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system. - -Optional dependency: python3 diff --git a/python/pyinotify/README b/python/pyinotify/README index 92a22254c9..fbe74a473c 100644 --- a/python/pyinotify/README +++ b/python/pyinotify/README @@ -3,9 +3,6 @@ Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space through three system calls. -Optional dependency: python3 - Note: To install python3 bindings pass the variable PYTHON3=yes to the slackbuild. - # PYTHON3=yes ./pyinotify.SlackBuild diff --git a/python/pymysql/README b/python/pymysql/README index f753b73b04..62679503c4 100644 --- a/python/pymysql/README +++ b/python/pymysql/README @@ -2,8 +2,5 @@ This package contains a pure-Python MySQL client library. The goal of PyMySQL is to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython and Jython. -Optional dependency: python3 - To install python3 bindings run slackbuild with option PYTHON3=yes. - # PYTHON3=yes ./pymysql.SlackBuild diff --git a/python/pyotp/pyotp.info b/python/pyotp/pyotp.info index e5c9145b6e..32b1d7df1a 100644 --- a/python/pyotp/pyotp.info +++ b/python/pyotp/pyotp.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/4f/b4/21f8c6b0b941f8bea4587088 MD5SUM="e8967efbff11497e3700ccfc150496ad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dominik Drobek" EMAIL="dominik.drobek (at) o2.pl" diff --git a/python/pyperclip/pyperclip.info b/python/pyperclip/pyperclip.info index 1f33b23813..88d6a2c099 100644 --- a/python/pyperclip/pyperclip.info +++ b/python/pyperclip/pyperclip.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/asweigart/pyperclip/archive/943372e/pyperclip-94337 MD5SUM="7a177f7271d626b339ccae91b8d08db0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Brenton Earl" EMAIL="brent@exitstatusone.com" diff --git a/python/pysass/pysass.info b/python/pysass/pysass.info index 5b0807e02d..1a34404931 100644 --- a/python/pysass/pysass.info +++ b/python/pysass/pysass.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/bc/9c/b1661c74c79949fa5dce5c67 MD5SUM="b54e9064102cbe40a1f75f8b7ffa9d4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 watchdog BeautifulSoup4" +REQUIRES="watchdog BeautifulSoup4" MAINTAINER="Prof. HORSTMANN" EMAIL="wmh@eipg.fr" diff --git a/python/pyserial/pyserial.info b/python/pyserial/pyserial.info index 2a5d2adab3..afe93a7a56 100644 --- a/python/pyserial/pyserial.info +++ b/python/pyserial/pyserial.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pyserial/pyserial/archive/v3.5/pyserial-3.5.tar.gz" MD5SUM="ce1cf20f1bbf608027b14d4a97a377fc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Cristiano Urban" EMAIL="cristiano.urban.slack@gmail.com" diff --git a/python/pytest-runner/README b/python/pytest-runner/README index 35e9b89938..d65ba01c84 100644 --- a/python/pytest-runner/README +++ b/python/pytest-runner/README @@ -2,5 +2,3 @@ pytest-runner (invoke py.test as a distutils command) Setup scripts can use pytest-runner to add setup.py test support for pytest runner. - -Optional dependency: python3 diff --git a/python/python-PySnooper/python-PySnooper.info b/python/python-PySnooper/python-PySnooper.info index 77c5b50541..e89174ec4b 100644 --- a/python/python-PySnooper/python-PySnooper.info +++ b/python/python-PySnooper/python-PySnooper.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/P/PySnooper/PySnooper-0 MD5SUM="a7d0b7cab4ba8dca6c2fdab6299dcac9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python-d2to1/README b/python/python-d2to1/README index 33a0ce347a..68e7d7c3a4 100644 --- a/python/python-d2to1/README +++ b/python/python-d2to1/README @@ -3,5 +3,3 @@ python-d2to1 (distutils2 setup.cfg for distribute/setuptools) d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package’s metadata with a distribute/setuptools setup.py script. - -Optional dependency: python3 diff --git a/python/python-emoji/python-emoji.info b/python/python-emoji/python-emoji.info index 49cfa43499..f10ee9978e 100644 --- a/python/python-emoji/python-emoji.info +++ b/python/python-emoji/python-emoji.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/carpedm20/emoji/archive/v.1.2.1/emoji-1.2.1.tar.gz" MD5SUM="14d91dc3258e63d220d0df2a02de315a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python-fonttools/README b/python/python-fonttools/README index 9a32e883d0..a98212b443 100644 --- a/python/python-fonttools/README +++ b/python/python-fonttools/README @@ -1,6 +1,4 @@ python-fonttools - A library to manipulate font files from Python. -python3 is an optional dependency (autodetected). - python-unicodedata2 is recommended otherwise fonttools will use the unicodedata included with the system python (which for python2 is quite old) diff --git a/python/python-fusepy/README b/python/python-fusepy/README index 4ecd4ca2a6..d767c8306a 100644 --- a/python/python-fusepy/README +++ b/python/python-fusepy/README @@ -1,4 +1,2 @@ fusepy is a Python module that provides a simple interface to FUSE and MacFUSE. It's just one file and is implemented using ctypes. - -python3 is an optional dependency (autodetected). diff --git a/python/python-joblib/python-joblib.info b/python/python-joblib/python-joblib.info index da1919edff..96ea2acb65 100644 --- a/python/python-joblib/python-joblib.info +++ b/python/python-joblib/python-joblib.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/j/joblib/joblib-0.17.0. MD5SUM="ba702b6e3f6cbee942e7c442e911d523" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python-libarchive-c/README b/python/python-libarchive-c/README index 18140cad38..c85dd38b2a 100644 --- a/python/python-libarchive-c/README +++ b/python/python-libarchive-c/README @@ -2,5 +2,4 @@ python-libarchive-c is a Python interface to libarchive. python3 is an optional dependency. You need to set PYTHON3=yes, for example: - PYTHON3=yes ./python-libarchive-c.SlackBuild diff --git a/python/python-libnacl/README b/python/python-libnacl/README index db7bea1cc8..151c77c013 100644 --- a/python/python-libnacl/README +++ b/python/python-libnacl/README @@ -1,8 +1,7 @@ Python bindings for libsodium/tweetnacl based on ctypes. -Optional dependencies: msgpack-python and python3 +Optional dependencies: msgpack-python To install python3 bindings install python3 and then run the script with PYTHON3=yes. - # PYTHON3=yes ./python-libnacl.SlackBuild diff --git a/python/python-libtmux/python-libtmux.info b/python/python-libtmux/python-libtmux.info index 770776e0ca..947001ce6f 100644 --- a/python/python-libtmux/python-libtmux.info +++ b/python/python-libtmux/python-libtmux.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/b0/43/4b66181475cb78be02e69a12 MD5SUM="638759ca08cb76610ff82e7b1a96b0ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/python-m2r/README b/python/python-m2r/README index 61a2647c9b..a7fd4fe7b4 100644 --- a/python/python-m2r/README +++ b/python/python-m2r/README @@ -1,5 +1,3 @@ python-m2r (Markdown to reStructuredText converter) python-m2r converts a markdown file with reST markups to valid reST. - -Optional dependency: python3 diff --git a/python/python-magic/README b/python/python-magic/README index 1746883091..8bc4218600 100644 --- a/python/python-magic/README +++ b/python/python-magic/README @@ -2,8 +2,5 @@ This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and supports both textual and MIME-type output. -Optional dependency: python3 - Note: To install python3 bindings pass PYTHON3=yes to the slackbuild. - # PYTHON3=yes ./python-magic.SlackBuild diff --git a/python/python-markdown-math/python-markdown-math.info b/python/python-markdown-math/python-markdown-math.info index 336301d176..e89764a0cc 100644 --- a/python/python-markdown-math/python-markdown-math.info +++ b/python/python-markdown-math/python-markdown-math.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mitya57/python-markdown-math/archive/0.6/python-mar MD5SUM="be52130bd27df1bdca8b1fb235cde7cd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="MDrights" EMAIL="psychi2009@gmail.com" diff --git a/python/python-mysqlclient/README b/python/python-mysqlclient/README index 0aaee3399d..687544f9f4 100644 --- a/python/python-mysqlclient/README +++ b/python/python-mysqlclient/README @@ -1,4 +1,2 @@ This is a fork of MySQL-python. This project adds Python 3 support and bug fixes. - -python3 is an optional dependency (autodetected). diff --git a/python/python-precis-i18n/python-precis-i18n.info b/python/python-precis-i18n/python-precis-i18n.info index 061efad12d..2ed65ee3fb 100644 --- a/python/python-precis-i18n/python-precis-i18n.info +++ b/python/python-precis-i18n/python-precis-i18n.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/f4/20/bdb5433637beae4c3458d7a9 MD5SUM="f8f604f7571198fd6d869bd3dc7b3e7b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" diff --git a/python/python-prometheus_client/python-prometheus_client.info b/python/python-prometheus_client/python-prometheus_client.info index dea6ab8ea1..1de78c4d86 100644 --- a/python/python-prometheus_client/python-prometheus_client.info +++ b/python/python-prometheus_client/python-prometheus_client.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/prometheus/client_python/archive/v0.10.1/client_pyt MD5SUM="eebf2eb36546ae6127f48842fb230611" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python-rubymarshal/README b/python/python-rubymarshal/README index a34d06e3a5..5cee94cc8d 100644 --- a/python/python-rubymarshal/README +++ b/python/python-rubymarshal/README @@ -1,5 +1,3 @@ python-rubymarshal (read and write Ruby-marshalled data) Only basic Ruby data types can be read and written. - -Optional dependency: python3 diff --git a/python/python-serpent/README b/python/python-serpent/README index 4c52f49e7f..2462de185e 100644 --- a/python/python-serpent/README +++ b/python/python-serpent/README @@ -1,3 +1 @@ Serpent is a simple serialization library based on ast.literal_eval. - -python3 is an optional dependency (autodetected). diff --git a/python/python-sh/README b/python/python-sh/README index c1002feea6..5d7ae670f6 100644 --- a/python/python-sh/README +++ b/python/python-sh/README @@ -4,5 +4,3 @@ allows you to call any program as if it were a function. Eg: from sh import ifconfig print(ifconfig("wlan0")) - -Optional dependency: python3 diff --git a/python/python-socks/python-socks.info b/python/python-socks/python-socks.info index a1e64cf602..4693266bf6 100644 --- a/python/python-socks/python-socks.info +++ b/python/python-socks/python-socks.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/romis2012/python-socks/archive/v1.2.2/python-socks- MD5SUM="688332177f76f56091f600c8ccc5a067" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" diff --git a/python/python-stdnum/python-stdnum.info b/python/python-stdnum/python-stdnum.info index be0c65e392..0abfc639ed 100644 --- a/python/python-stdnum/python-stdnum.info +++ b/python/python-stdnum/python-stdnum.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/03/3c/f7114365aef15de475a426a3 MD5SUM="535da14cdc038f0a2739d1f012f63f91" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/python/python-stsci.distutils/README b/python/python-stsci.distutils/README index 26390ae0b1..66c7568c6a 100644 --- a/python/python-stsci.distutils/README +++ b/python/python-stsci.distutils/README @@ -3,5 +3,3 @@ python-stsci.distutils (STScI's packaging utilities) This package contains utilities used to package some of STScI’s Python projects; specifically those projects that comprise stsci_python and Astrolib. - -Optional dependency: python3 diff --git a/python/python-unicodedata2/README b/python/python-unicodedata2/README index d577a6bc8d..e3b9db15d6 100644 --- a/python/python-unicodedata2/README +++ b/python/python-unicodedata2/README @@ -1,3 +1 @@ python-unicodedata2 - unicodedata backport/updates to python 3 and python 2. - -python3 is an optional dependency (autodetected). diff --git a/python/python-webencodings/python-webencodings.info b/python/python-webencodings/python-webencodings.info index 5d5c3a5ff5..addf43e15b 100644 --- a/python/python-webencodings/python-webencodings.info +++ b/python/python-webencodings/python-webencodings.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/gsnedders/python-webencodings/archive/v0.5.1/python MD5SUM="7eb67377743cd55eaa356496c439471e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python-zipp/python-zipp.info b/python/python-zipp/python-zipp.info index f4cd1ec0ee..706c13af00 100644 --- a/python/python-zipp/python-zipp.info +++ b/python/python-zipp/python-zipp.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/z/zipp/zipp-2.2.0.tar.g MD5SUM="44b208fd6240d13ad46d6e9f3ed703c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python3-attrs/python3-attrs.info b/python/python3-attrs/python3-attrs.info index 0e5a0499ce..cd3a1bbdba 100644 --- a/python/python3-attrs/python3-attrs.info +++ b/python/python3-attrs/python3-attrs.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e MD5SUM="5b2db50fcc31be34d32798183c9bd062" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dave Woodfall" EMAIL="dave@slackbuilds.org" diff --git a/python/python3-augeas/python3-augeas.info b/python/python3-augeas/python3-augeas.info index 2166cd0737..a63a7fb0bc 100644 --- a/python/python3-augeas/python3-augeas.info +++ b/python/python3-augeas/python3-augeas.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ponce.cc/slackware/sources/repo/python-augeas-0.5.0.tar.gz" MD5SUM="2d5a903467410b8d60abca5fa54bae2d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 augeas" +REQUIRES="augeas" MAINTAINER="Nikos Giotis" EMAIL="nikos.giotis@gmail.com" diff --git a/python/python3-babel/python3-babel.info b/python/python3-babel/python3-babel.info index 8557597423..c20677d7c8 100644 --- a/python/python3-babel/python3-babel.info +++ b/python/python3-babel/python3-babel.info @@ -7,6 +7,6 @@ MD5SUM="91cd179d285e0e2e5392a8ba3443931d \ 40c0f5fbf8e2e2ad26047ecce6f6b07f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 pytz" +REQUIRES="pytz" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python3-defusedxml/python3-defusedxml.info b/python/python3-defusedxml/python3-defusedxml.info index 8481db2d8e..f80946e48f 100644 --- a/python/python3-defusedxml/python3-defusedxml.info +++ b/python/python3-defusedxml/python3-defusedxml.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/d/defusedxml/defusedxml MD5SUM="a59741f675c4cba649de40a99f732897" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python3-dugong/python3-dugong.info b/python/python3-dugong/python3-dugong.info index 32726bf377..6b1165008e 100644 --- a/python/python3-dugong/python3-dugong.info +++ b/python/python3-dugong/python3-dugong.info @@ -5,6 +5,6 @@ DOWNLOAD="https://bitbucket.org/nikratio/python-dugong/get/release-3.7.tar.bz2" MD5SUM="fc42583424ab74219c4d7a6df0400b35" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Marcel Saegebarth" EMAIL="marc@mos6581.de" diff --git a/python/python3-gmpy2/python3-gmpy2.info b/python/python3-gmpy2/python3-gmpy2.info index 6035012331..8ae7e132c9 100644 --- a/python/python3-gmpy2/python3-gmpy2.info +++ b/python/python3-gmpy2/python3-gmpy2.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/g/gmpy2/gmpy2-2.0.8.zip" MD5SUM="56d40bddcf8f22be0a36d60f764f3241" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" diff --git a/python/python3-hsaudiotag3k/python3-hsaudiotag3k.info b/python/python3-hsaudiotag3k/python3-hsaudiotag3k.info index 2053bd25fb..82638dccd5 100644 --- a/python/python3-hsaudiotag3k/python3-hsaudiotag3k.info +++ b/python/python3-hsaudiotag3k/python3-hsaudiotag3k.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/6e/4a/117ded92d098ee203391a571 MD5SUM="5b8b865345e1c19bbe036164dac692b8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-isort/python3-isort.info b/python/python3-isort/python3-isort.info index 8d98fd1ef0..0c7ac7971c 100644 --- a/python/python3-isort/python3-isort.info +++ b/python/python3-isort/python3-isort.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/31/8a/6f5449a7be67e4655069490f MD5SUM="e8800822700fdd2dc4b8708916a8da6a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Markus Rinne" EMAIL="markus.ka.rinne@gmail.com" diff --git a/python/python3-isounidecode/python3-isounidecode.info b/python/python3-isounidecode/python3-isounidecode.info index 722024ed88..7dc394a87b 100644 --- a/python/python3-isounidecode/python3-isounidecode.info +++ b/python/python3-isounidecode/python3-isounidecode.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/redvasily/isounidecode/releases/download/0.3/isouni MD5SUM="6df94b657a9cb7c3c36fbf410da163d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-itsdangerous/python3-itsdangerous.info b/python/python3-itsdangerous/python3-itsdangerous.info index 4db9439910..3131cc54bc 100644 --- a/python/python3-itsdangerous/python3-itsdangerous.info +++ b/python/python3-itsdangerous/python3-itsdangerous.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-0. MD5SUM="a3d55aa79369aef5345c036a8a26307f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="MDrights" EMAIL="psychi2009@gmail.com" diff --git a/python/python3-kiwisolver/python3-kiwisolver.info b/python/python3-kiwisolver/python3-kiwisolver.info index b157bd9cf0..96bb4c8160 100644 --- a/python/python3-kiwisolver/python3-kiwisolver.info +++ b/python/python3-kiwisolver/python3-kiwisolver.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/31/60/494fcce70d60a598c32ee00e MD5SUM="e2a1718b837e2cd001f7c06934616fcd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Serban Udrea" EMAIL="S.Udrea@gsi.de" diff --git a/python/python3-lazy-object-proxy/README b/python/python3-lazy-object-proxy/README index f80f526c40..3cc4c3db0b 100644 --- a/python/python3-lazy-object-proxy/README +++ b/python/python3-lazy-object-proxy/README @@ -1,3 +1 @@ A fast and thorough lazy object proxy. - -Dependency setuptools-scm needs to have been built with python3 support. diff --git a/python/python3-lazy-object-proxy/python3-lazy-object-proxy.info b/python/python3-lazy-object-proxy/python3-lazy-object-proxy.info index 4bbab650e3..3797520e68 100644 --- a/python/python3-lazy-object-proxy/python3-lazy-object-proxy.info +++ b/python/python3-lazy-object-proxy/python3-lazy-object-proxy.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/bb/f5/646893a04dcf10d4acddb61c MD5SUM="0b99101615658aa711cb55c8db4930d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 setuptools-scm" +REQUIRES="setuptools-scm" MAINTAINER="Markus Rinne" EMAIL="markus.ka.rinne@gmail.com" diff --git a/python/python3-lhafile/python3-lhafile.info b/python/python3-lhafile/python3-lhafile.info index 19a502f8ae..13168f581c 100644 --- a/python/python3-lhafile/python3-lhafile.info +++ b/python/python3-lhafile/python3-lhafile.info @@ -5,6 +5,6 @@ DOWNLOAD="http://fengestad.no/python-lhafile/python-lhafile-0.2.1.tar.gz" MD5SUM="bc63d61a1b562bbbc52118c168f8cb5e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="CRTS" EMAIL="crts@gmx.net" diff --git a/python/python3-mccabe/python3-mccabe.info b/python/python3-mccabe/python3-mccabe.info index a838929c60..4180a049ba 100644 --- a/python/python3-mccabe/python3-mccabe.info +++ b/python/python3-mccabe/python3-mccabe.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/06/18/fa675aa501e11d6d6ca0ae73a101b2f MD5SUM="723df2f7b1737b8887475bac4c763e1e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 pytest-runner" +REQUIRES="pytest-runner" MAINTAINER="Markus Rinne" EMAIL="markus.ka.rinne@gmail.com" diff --git a/python/python3-mpmath/python3-mpmath.info b/python/python3-mpmath/python3-mpmath.info index 1746b74f96..5d2ef4ff7f 100644 --- a/python/python3-mpmath/python3-mpmath.info +++ b/python/python3-mpmath/python3-mpmath.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/95/ba/7384cb4db4ed474d45829440 MD5SUM="ef8a6449851755319673b06f71731d52" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 setuptools-scm" +REQUIRES="setuptools-scm" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" diff --git a/python/python3-obspy/README b/python/python3-obspy/README index 9a1475384c..c434cb018b 100644 --- a/python/python3-obspy/README +++ b/python/python3-obspy/README @@ -4,11 +4,3 @@ for common file formats, clients to access data centers and seismological signal processing routines which allow the manipulation of seismological time series. The goal of the ObsPy project is to facilitate rapid application development for seismology. - - -NOTES: - -suds-jurko must be built with python3 support. - -Generally speaking, all the indirect dependencies must be built -with python3 support, where possible. diff --git a/python/python3-plexapi/python3-plexapi.info b/python/python3-plexapi/python3-plexapi.info index c2f3146d8f..1b81a67fc6 100644 --- a/python/python3-plexapi/python3-plexapi.info +++ b/python/python3-plexapi/python3-plexapi.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/f5/9c/93c888870c76303d677a6c33 MD5SUM="30a91e4b9b25443edb9d23ce808e6ad5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-ptyprocess/python3-ptyprocess.info b/python/python3-ptyprocess/python3-ptyprocess.info index e3978b246e..4bc28dc048 100644 --- a/python/python3-ptyprocess/python3-ptyprocess.info +++ b/python/python3-ptyprocess/python3-ptyprocess.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/ptyprocess/ptyprocess MD5SUM="9da200c397cb1752209a6b718b6cfc68" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python3-pulsectl/python3-pulsectl.info b/python/python3-pulsectl/python3-pulsectl.info index 9a109b8b06..57c611ab66 100644 --- a/python/python3-pulsectl/python3-pulsectl.info +++ b/python/python3-pulsectl/python3-pulsectl.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/82/50/9ab6147b657b20c1a7c3b72b MD5SUM="e74990684ecd70b946bbd18dbfab23cf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-pycrypto/python3-pycrypto.info b/python/python3-pycrypto/python3-pycrypto.info index 2a7e2b0b51..9f59bc2484 100644 --- a/python/python3-pycrypto/python3-pycrypto.info +++ b/python/python3-pycrypto/python3-pycrypto.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar. MD5SUM="55a61a054aa66812daf5161a0d5d7eda" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Marcel Saegebarth" EMAIL="marc@mos6581.de" diff --git a/python/python3-pylyrics/python3-pylyrics.info b/python/python3-pylyrics/python3-pylyrics.info index 10fc210a7b..89c8d0a607 100644 --- a/python/python3-pylyrics/python3-pylyrics.info +++ b/python/python3-pylyrics/python3-pylyrics.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/9d/74/8e92322cb1425739849eb719 MD5SUM="1f3c997edeba149a8fb2b861cbad89c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-pyparted/python3-pyparted.info b/python/python3-pyparted/python3-pyparted.info index 9c4e0847b0..6f466a8e70 100644 --- a/python/python3-pyparted/python3-pyparted.info +++ b/python/python3-pyparted/python3-pyparted.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/rhinstaller/pyparted/archive/v3.10.5.tar.gz" MD5SUM="b303caf8e907a2541e71aa492494b5e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Nikos Giotis" EMAIL="nikos.giotis@gmail.com" diff --git a/python/python3-pypresence/python3-pypresence.info b/python/python3-pypresence/python3-pypresence.info index 5fd98ad4ab..75d76f0fe1 100644 --- a/python/python3-pypresence/python3-pypresence.info +++ b/python/python3-pypresence/python3-pypresence.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/e2/d1/8d0fb2f2ceda70e3a5cb199c MD5SUM="87fb41e2a5a353a4ec8e74169da87a69" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-pysdl2/README b/python/python3-pysdl2/README index 793874187b..faff96c7de 100644 --- a/python/python3-pysdl2/README +++ b/python/python3-pysdl2/README @@ -6,5 +6,3 @@ functionality. This package changed the path to python3.x incase of some of my packages dependencies and the sake of Python3. - -By ~red diff --git a/python/python3-pysdl2/python3-pysdl2.info b/python/python3-pysdl2/python3-pysdl2.info index bfd2d56b44..78a1581d1b 100644 --- a/python/python3-pysdl2/python3-pysdl2.info +++ b/python/python3-pysdl2/python3-pysdl2.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/39/58/21d31ceba68b7d8c06be5ee6 MD5SUM="e77e9c15589e15b6c877555f34a429ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-pythondialog/python3-pythondialog.info b/python/python3-pythondialog/python3-pythondialog.info index fa5680fc25..8519d4afa7 100644 --- a/python/python3-pythondialog/python3-pythondialog.info +++ b/python/python3-pythondialog/python3-pythondialog.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/72/3c/26ed0db035f97196704d0197 MD5SUM="07e257d91099b804e040c6ea5ec56041" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/python3-rsa/python3-rsa.info b/python/python3-rsa/python3-rsa.info index c4c3b72723..3755b1931c 100644 --- a/python/python3-rsa/python3-rsa.info +++ b/python/python3-rsa/python3-rsa.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/a2/d5/04b8a9719149583fec76efdf MD5SUM="bbf1c954865319bd542600ab07f92aca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pyasn1 python3" +REQUIRES="pyasn1" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/python3-setuptools_autover/python3-setuptools_autover.info b/python/python3-setuptools_autover/python3-setuptools_autover.info index 7c953608f7..e9682eea59 100644 --- a/python/python3-setuptools_autover/python3-setuptools_autover.info +++ b/python/python3-setuptools_autover/python3-setuptools_autover.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/38/ae/8068d02dec35641347b94d87 MD5SUM="78331434ac8a4d2ca3d7ae281e7ede3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Markus Rinne" EMAIL="markus.ka.rinne@gmail.com" diff --git a/python/python3-smmap2/python3-smmap2.info b/python/python3-smmap2/python3-smmap2.info index 283f318948..0f86e14006 100644 --- a/python/python3-smmap2/python3-smmap2.info +++ b/python/python3-smmap2/python3-smmap2.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/smmap2/smmap2-2.0.5.t MD5SUM="1c59a985be5aa645c4c5a4e063a40dd5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python3-soupsieve/python3-soupsieve.info b/python/python3-soupsieve/python3-soupsieve.info index 45c27a2317..93c0a75cf8 100644 --- a/python/python3-soupsieve/python3-soupsieve.info +++ b/python/python3-soupsieve/python3-soupsieve.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.2.1/soupsieve-2.2. MD5SUM="8b9b3b1c7cdde2ffc57d58fd90ad09a5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" diff --git a/python/python3-stagger/python3-stagger.info b/python/python3-stagger/python3-stagger.info index 5e61cb583c..a7e6e77434 100644 --- a/python/python3-stagger/python3-stagger.info +++ b/python/python3-stagger/python3-stagger.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/staggerpkg/stagger/archive/release-1.0.1/stagger-re MD5SUM="b4b141bc36cfda0d6f9b2d40cff3b346" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-tekore/python3-tekore.info b/python/python3-tekore/python3-tekore.info index be263253af..feae84ad12 100644 --- a/python/python3-tekore/python3-tekore.info +++ b/python/python3-tekore/python3-tekore.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/ed/c4/a589e124812d79e24049e588 MD5SUM="b5f1e4bc7244cd07ac5554a842811aa5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Pouria Rezaei" EMAIL="Pouria.rz@outlook.com" diff --git a/python/python3-tornado/python3-tornado.info b/python/python3-tornado/python3-tornado.info index ed75d5ebce..abc64fe976 100644 --- a/python/python3-tornado/python3-tornado.info +++ b/python/python3-tornado/python3-tornado.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/tornadoweb/tornado/archive/v6.1.0/tornado-6.1.0.tar MD5SUM="2d94363f8a3dcf14dd77a796e19b0386" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python3-wcwidth/python3-wcwidth.info b/python/python3-wcwidth/python3-wcwidth.info index 72cf296f0f..435350c2b7 100644 --- a/python/python3-wcwidth/python3-wcwidth.info +++ b/python/python3-wcwidth/python3-wcwidth.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-0.2.5 MD5SUM="a07a75f99d316e14838ac760c831ea37" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/python3-wrapt/python3-wrapt.info b/python/python3-wrapt/python3-wrapt.info index 50d7574c28..04259bca00 100644 --- a/python/python3-wrapt/python3-wrapt.info +++ b/python/python3-wrapt/python3-wrapt.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/82/f7/e43cefbe88c5fd371f4cf0cf MD5SUM="6d56ed0de4336462a73350341462f45e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Markus Rinne" EMAIL="markus.ka.rinne@gmail.com" diff --git a/python/pytz/README b/python/pytz/README index 0c4151713e..354f8ea02c 100644 --- a/python/pytz/README +++ b/python/pytz/README @@ -3,5 +3,3 @@ accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). - -python3 is auto-detected at build time. diff --git a/python/pywal/pywal.info b/python/pywal/pywal.info index 6e8046faef..1d750b7a23 100644 --- a/python/pywal/pywal.info +++ b/python/pywal/pywal.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/dc/e3/de8d42174b9acd892c971df25fb8115 MD5SUM="0cbcffb3ecdc6bf759411edc66c491c9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Azure Zanculmarktum" EMAIL="zanculmarktum@gmail.com" diff --git a/python/reedsolo/README b/python/reedsolo/README index 9d20c18954..2839fc68f8 100644 --- a/python/reedsolo/README +++ b/python/reedsolo/README @@ -1,6 +1,2 @@ Pure-Python Reed Solomon encoder/decoder For Python2 and Python3. - -OPTIONAL: - -python3 diff --git a/python/responder/README b/python/responder/README index e8f9942b9b..3fe63a6cf5 100644 --- a/python/responder/README +++ b/python/responder/README @@ -7,5 +7,3 @@ The concept behind this is to target our answers, and be stealthier on the network. This also helps to ensure that we don't break legitimate NBT-NS behavior. You can set the -r option via command line if you want to answer to the Workstation Service request name suffix. - -Optional dependency: python3 diff --git a/python/ruffus/ruffus.info b/python/ruffus/ruffus.info index 51687a0ade..597a6473a6 100644 --- a/python/ruffus/ruffus.info +++ b/python/ruffus/ruffus.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/r/ruffus/ruffus-2.8.4.tar.gz" MD5SUM="ba9c019ad3f7216c6f3269e6577adb61" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Rob van Nues" EMAIL="sborg63@disroot.org" diff --git a/python/schema/README b/python/schema/README index fdf11b8492..9c643b0a5f 100644 --- a/python/schema/README +++ b/python/schema/README @@ -4,5 +4,3 @@ schema is a library for validating Python data structures, such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types. - -python3 is an optional dependency. diff --git a/python/secretstorage/README b/python/secretstorage/README index 148555eedd..e798601294 100644 --- a/python/secretstorage/README +++ b/python/secretstorage/README @@ -1,3 +1 @@ This module provides a way for securely storing passwords and other secrets. - -Optional dependency: python3 diff --git a/python/send2trash/send2trash.info b/python/send2trash/send2trash.info index ac44c27d57..fafe53c25e 100644 --- a/python/send2trash/send2trash.info +++ b/python/send2trash/send2trash.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/hsoft/send2trash/archive/1.5.0/send2trash-1.5.0.tar MD5SUM="a8179a96769d2418a5989cda0e1ec374" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/simplegeneric/simplegeneric.info b/python/simplegeneric/simplegeneric.info index 2060b0aa93..44923a3330 100644 --- a/python/simplegeneric/simplegeneric.info +++ b/python/simplegeneric/simplegeneric.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/s/simplegeneric/simplegeneric- MD5SUM="f9c1fab00fd981be588fc32759f474e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/simplejson/README b/python/simplejson/README index f79c7c0d4f..5352929f2d 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -3,9 +3,8 @@ Simplejson is a simple, fast, complete, correct and extensible JSON pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. -Optional dependencies: Sphinx and python3. +Optional dependencies: Sphinx Note: To install python3 bindings install python3 and pass PYTHON3=yes to the slackbuild. - # PYTHON3="yes" ./simplejson.SlackBuild diff --git a/python/snowballstemmer/README b/python/snowballstemmer/README index 5281197006..82061ac761 100644 --- a/python/snowballstemmer/README +++ b/python/snowballstemmer/README @@ -23,4 +23,4 @@ It includes following language algorithms: This is a pure Python stemming library. -Optional dependencies: PyStemmer, python3 +Optional dependencies: PyStemmer diff --git a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info index f816fc0a8a..48a90ddd30 100644 --- a/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info +++ b/python/sphinxcontrib-applehelp/sphinxcontrib-applehelp.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-applehe MD5SUM="3f2de7681e12dde031acee0497c3cc2b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info index ebba055f29..652c57c394 100644 --- a/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info +++ b/python/sphinxcontrib-devhelp/sphinxcontrib-devhelp.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-devhelp MD5SUM="94069c5cdb5079c445f5477fa6107016" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info index bfb0bc5beb..0a8517be77 100644 --- a/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info +++ b/python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhel MD5SUM="f1db7db2a467f08f6292ab0d76e38584" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/sphinxcontrib-jsmath/sphinxcontrib-jsmath.info b/python/sphinxcontrib-jsmath/sphinxcontrib-jsmath.info index b47c81a7d8..f970e42f1c 100644 --- a/python/sphinxcontrib-jsmath/sphinxcontrib-jsmath.info +++ b/python/sphinxcontrib-jsmath/sphinxcontrib-jsmath.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-jsmath/ MD5SUM="e45179f0a3608b6766862e0f34c23b62" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info index 7732fe5623..a77c661219 100644 --- a/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info +++ b/python/sphinxcontrib-qthelp/sphinxcontrib-qthelp.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/ MD5SUM="93216721f3e154cce12d1e9c3307b415" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml.info b/python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml.info index 4ae51762a2..c08ac5e445 100644 --- a/python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml.info +++ b/python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-seriali MD5SUM="518ff437dcb05a74ed32ba19c892ce05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/sql/README b/python/sql/README index 866e7ef569..6b786dea8e 100644 --- a/python/sql/README +++ b/python/sql/README @@ -5,5 +5,4 @@ with SQL results bliss. If you want to build this for use with Python 3.x (needs the optional dependency python3) pass the script PYTHON3=yes, like - PYTHON3=yes ./sql.SlackBuild diff --git a/python/subuser/subuser.info b/python/subuser/subuser.info index 1500a69815..7b2df03a4d 100644 --- a/python/subuser/subuser.info +++ b/python/subuser/subuser.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/subuser-security/subuser/archive/0.6.2/subuser-0.6. MD5SUM="a01613ce665916841267d0e5113ec67a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="docker python3" +REQUIRES="docker" MAINTAINER="CRTS" EMAIL="crts [at] gmx [dot] net" diff --git a/python/suds-jurko/README b/python/suds-jurko/README index 1da24681af..2011c65303 100644 --- a/python/suds-jurko/README +++ b/python/suds-jurko/README @@ -1,10 +1,7 @@ suds-jurko is a fork of suds, a lightweight SOAP-based web service client for Python. -python3 is an optional dependency. - If you want to build the package with python3 support you have to pass the PYTHON3 parameter to the script as follows: - PYTHON3=yes ./suds-jurko.SlackBuild diff --git a/python/testpath/testpath.info b/python/testpath/testpath.info index 3880ba0d0c..8b44490f35 100644 --- a/python/testpath/testpath.info +++ b/python/testpath/testpath.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/t/testpath/testpath-0.4 MD5SUM="297100d49a6f20859383434a182cf426" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/timehash/timehash.info b/python/timehash/timehash.info index 4dae7daff5..0a135ebfc8 100644 --- a/python/timehash/timehash.info +++ b/python/timehash/timehash.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/t/timehash/timehash-1.1.tar.gz MD5SUM="04168c401cd1114fa8784242ad3f6d6d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/python/tinycss/README b/python/tinycss/README index 2b498ce557..83de6ba5e8 100644 --- a/python/tinycss/README +++ b/python/tinycss/README @@ -4,5 +4,3 @@ full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: CSS Color 3 CSS Fonts 3 CSS Paged Media 3 - -Optional dependency: python3 diff --git a/python/tqdm/README b/python/tqdm/README index 2e90cc0c5a..5700d663c3 100644 --- a/python/tqdm/README +++ b/python/tqdm/README @@ -5,5 +5,3 @@ tqdm(iterable), and you're done! from tqdm import tqdm for i in tqdm(range(9)): ... - -Optional dependency: python3 diff --git a/python/tweepy/README b/python/tweepy/README index e55f5ea88c..baa2c40a68 100644 --- a/python/tweepy/README +++ b/python/tweepy/README @@ -4,5 +4,4 @@ Tweepy is a python library for accessing the Twitter API. If you want to build this for use with Python 3.x (needs the optional dependency python3) pass the script PYTHON3=yes, like - PYTHON3=yes ./httplib2.SlackBuild diff --git a/python/typing-extensions/README b/python/typing-extensions/README index 7c11c211d7..2fc9137ebe 100644 --- a/python/typing-extensions/README +++ b/python/typing-extensions/README @@ -14,7 +14,3 @@ Users of other Python versions should continue to install and use the typing module from PyPi instead of using this one unless specifically writing code that must be compatible with multiple Python versions or requires experimental types. - -Optional: - -python3 diff --git a/python/tzlocal/tzlocal.info b/python/tzlocal/tzlocal.info index a5a526dfab..097b04014b 100644 --- a/python/tzlocal/tzlocal.info +++ b/python/tzlocal/tzlocal.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/ce/73/99e4cc30db6b21cba6c3b3b8 MD5SUM="c0877603ff9de71cd8ca6ee2b50d2ebd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 pytz" +REQUIRES="pytz" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/vcversioner/README b/python/vcversioner/README index 620c93239d..57870b523c 100644 --- a/python/vcversioner/README +++ b/python/vcversioner/README @@ -3,5 +3,3 @@ vcversioner (use version control tags to discover version numbers) Write a setup.py with no version information specified, and vcversioner will find a recent, properly-formatted VCS tag and extract a version from it. - -Optional dependency: python3 diff --git a/python/wcwidth/README b/python/wcwidth/README index 102a1f775c..3d43838d0a 100644 --- a/python/wcwidth/README +++ b/python/wcwidth/README @@ -2,5 +2,3 @@ This API is mainly for Terminal Emulator implementors - any python program that attempts to determine the printable width of a string on a Terminal. It is implemented in python (no C library calls) and has no 3rd-party dependencies. - -Optional dependency: python3 diff --git a/python/zeep/zeep.info b/python/zeep/zeep.info index 20a245eb90..f84f1cfd2d 100644 --- a/python/zeep/zeep.info +++ b/python/zeep/zeep.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/0c/3c/cef1b4b66e8fc221daca7fe7 MD5SUM="70f1b5bc7c35173a69bfea4f5ffa77e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Fernando Lopez Jr." EMAIL="fernando.lopezjr@gmail.com" diff --git a/system/Attic/Attic.info b/system/Attic/Attic.info index 7ee4eacd49..82b46d586b 100644 --- a/system/Attic/Attic.info +++ b/system/Attic/Attic.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/A/Attic/Attic-0.16.tar.gz" MD5SUM="9c767c883f7f48bf95e7e5307ce6b5ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 msgpack-python" +REQUIRES="msgpack-python" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/system/Attic/README b/system/Attic/README index c97f0db01e..daf574039b 100644 --- a/system/Attic/README +++ b/system/Attic/README @@ -4,6 +4,3 @@ data deduplication technique used makes Attic suitable for daily backups since only actual changes are stored. Optional dependency: llfuse (used for mounting the archives) - -NOTE: -Please install python3 first before installing all other requirements. diff --git a/system/Solaar/README b/system/Solaar/README index cb67a12858..9c6b8509f9 100644 --- a/system/Solaar/README +++ b/system/Solaar/README @@ -21,6 +21,3 @@ usermod -a -G plugdev <username> After installation, you must physically remove the Unifying Receiver and re-insert it for the device node permissions to take effect for the first time. - -NOTE: As of 1.0.2 Solaar has moved to python3, so all of its -dependencies must be built with python3 support. diff --git a/system/USBdev/USBdev.info b/system/USBdev/USBdev.info index 8c48c4a196..3592ea7ced 100644 --- a/system/USBdev/USBdev.info +++ b/system/USBdev/USBdev.info @@ -5,6 +5,6 @@ DOWNLOAD="https://gitlab.com/dslackw/USBdev/-/archive/2019.11.05/USBdev-2019.11. MD5SUM="b64b627197a6794869f328d3a3ae4030" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 pyusb" +REQUIRES="pyusb" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/system/alacritty/alacritty.info b/system/alacritty/alacritty.info index a2b156f48f..ed97ebaa07 100644 --- a/system/alacritty/alacritty.info +++ b/system/alacritty/alacritty.info @@ -521,6 +521,6 @@ MD5SUM="bf062ba33330ef00d5ad7fe5c0209964 \ 7ae9feef92beadbfbb0caa8c2fee28d6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" diff --git a/system/apparmor/apparmor.info b/system/apparmor/apparmor.info index d1f682368f..0dac5fdc5f 100644 --- a/system/apparmor/apparmor.info +++ b/system/apparmor/apparmor.info @@ -5,6 +5,6 @@ DOWNLOAD="https://gitlab.com/apparmor/apparmor/-/archive/v2.13.4/apparmor-v2.13. MD5SUM="ac50e8bec220d62a350661ee88fd41b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="pyllyukko" EMAIL="pyllyukko@maimed.org" diff --git a/system/autoarchive/autoarchive.info b/system/autoarchive/autoarchive.info index 1dbca30c22..0a6a46afe8 100644 --- a/system/autoarchive/autoarchive.info +++ b/system/autoarchive/autoarchive.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/71/4a/329d970bee2dc278ecd4523708c4cfd MD5SUM="9d8a371e3dff5a7bfb40d21b4fa85257" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/system/babeltrace/babeltrace.info b/system/babeltrace/babeltrace.info index 226e28c920..375983e0d1 100644 --- a/system/babeltrace/babeltrace.info +++ b/system/babeltrace/babeltrace.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.efficios.com/files/babeltrace/babeltrace-1.5.3.tar.bz2" MD5SUM="0cec2745ac316649791c43f416d71ea1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Marian Marinov" EMAIL="mm@yuhu.biz" diff --git a/system/blocks/blocks.info b/system/blocks/blocks.info index f173963991..55dec8bbf2 100644 --- a/system/blocks/blocks.info +++ b/system/blocks/blocks.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/g2p/blocks/archive/d00d8aa2bcb64ef5113de9500220e570 MD5SUM="a8576e955f788449e7927800efa71e44" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 python3-pyparted python3-augeas maintboot" +REQUIRES="python3-pyparted python3-augeas maintboot" MAINTAINER="Nikos Giotis" EMAIL="nikos.giotis@gmail.com" diff --git a/system/createrepo_c/README b/system/createrepo_c/README index c69040a2d0..92677a5e85 100644 --- a/system/createrepo_c/README +++ b/system/createrepo_c/README @@ -11,6 +11,3 @@ package set. Please note that deltarpm in this package is off as it very rare cases where it used in practice because of difficulties in support this case on repo side. - -0.15.5 is the last version that can be built with python2 -support only. All further version require python3. diff --git a/system/fatrace/fatrace.info b/system/fatrace/fatrace.info index bc7e463ec8..5afad456fe 100644 --- a/system/fatrace/fatrace.info +++ b/system/fatrace/fatrace.info @@ -5,6 +5,6 @@ DOWNLOAD="https://launchpad.net/fatrace/trunk/0.15/+download/fatrace-0.15.tar.xz MD5SUM="d33ec7c650ab25a835540e802bfab09f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Leo C." EMAIL="leoc@gmx.com" diff --git a/system/hashID/hashID.info b/system/hashID/hashID.info index b72f150432..353c38fa0f 100644 --- a/system/hashID/hashID.info +++ b/system/hashID/hashID.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/psypanda/hashID/archive/v3.1.4/hashID-3.1.4.tar.gz" MD5SUM="afc2329679c9d3564b8f2663e7917637" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Andre Fernando" EMAIL="ando344@gmail.com" diff --git a/system/maintboot/maintboot.info b/system/maintboot/maintboot.info index 09d03779e5..e32cf2cfc6 100644 --- a/system/maintboot/maintboot.info +++ b/system/maintboot/maintboot.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/g2p/maintboot/archive/v0.1.0.tar.gz" MD5SUM="6c58f3cd4cc944c22cb0c03054c132e6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Nikos Giotis" EMAIL="nikos.giotis@gmail.com" diff --git a/system/powerline-status/README b/system/powerline-status/README index f2f6f0f86b..bf44e92102 100644 --- a/system/powerline-status/README +++ b/system/powerline-status/README @@ -1,5 +1,3 @@ Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile. - -Optional dependency: python3 diff --git a/system/psuinfo/psuinfo.info b/system/psuinfo/psuinfo.info index 54fcce6768..1e100125c2 100644 --- a/system/psuinfo/psuinfo.info +++ b/system/psuinfo/psuinfo.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/nwg-piotr/psuinfo/archive/v1.1/psuinfo-1.1.tar.gz" MD5SUM="ddbcfab6a6a9111fe3ea9e57186e9833" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="psutil python3" +REQUIRES="psutil" MAINTAINER="Leo C." EMAIL="leoc@gmx.com" diff --git a/system/python3-urwid/README b/system/python3-urwid/README index 8a347c7acb..3a8e3f44b8 100644 --- a/system/python3-urwid/README +++ b/system/python3-urwid/README @@ -4,5 +4,3 @@ Urwid is a console user interface library for Python. It is released under the GNU Lesser General Public License and includes many (too many to list) features useful for text console application developers. Urwid was written by Ian Ward. - -python3-urwid does not clash with the Slackware 14.2 urwid package. diff --git a/system/python3-urwid/python3-urwid.info b/system/python3-urwid/python3-urwid.info index f883fa3cc8..6400a1a2da 100644 --- a/system/python3-urwid/python3-urwid.info +++ b/system/python3-urwid/python3-urwid.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.org/packages/source/u/urwid/urwid-2.0.1.tar.gz" MD5SUM="c70a7016fa1ad2c2a979dbebd4de78c2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="David Woodfall" EMAIL="dave@slackbuilds.org" diff --git a/system/pytrash/pytrash.info b/system/pytrash/pytrash.info index 52f87d15fd..79d64ebc75 100644 --- a/system/pytrash/pytrash.info +++ b/system/pytrash/pytrash.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/MyRequiem/pytrash/archive/1.1.4/pytrash-1.1.4.tar.g MD5SUM="4752cb6a3e71922fe4c3df7f2eecaf90" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Vladimir MyRequiem" EMAIL="mrvladislavovich@gmail.com" diff --git a/system/rEFInd/README b/system/rEFInd/README index 2909b3d5d2..511203d350 100644 --- a/system/rEFInd/README +++ b/system/rEFInd/README @@ -8,6 +8,3 @@ EFI-compatible OSes, including Linux, provide boot loaders that rEFInd can detect and launch. rEFInd can launch Linux EFI boot loaders such as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub support. - -This package is optionally depends on python3 if you want to run the -refind-mkdefault script, otherwise you don't need python3. diff --git a/system/refind/README b/system/refind/README index 5a347d4823..e4a52f4fa1 100644 --- a/system/refind/README +++ b/system/refind/README @@ -12,7 +12,4 @@ stub support. This script does not build the boot manager from source, in stead it uses the pre-build binary then convert to Slackware's. -This package is optionally depends on python3 if you want to run the -refind-mkdefault script, otherwise you don't need python3. - There is an another Sbo script "rEFInd", which builds from source. diff --git a/system/routersploit/README b/system/routersploit/README index 427ac153ff..2e17a42fa5 100644 --- a/system/routersploit/README +++ b/system/routersploit/README @@ -6,5 +6,3 @@ It consists of various modules that aid penetration testing operations: exploits - modules that take advantage of identified vulnerabilities creds - modules designed to test credentials against network services scanners - modules that check if a target is vulnerable to any exploit - -Optional dependency: python3 diff --git a/system/s3ql/README b/system/s3ql/README index 7d8155d709..272e9f257a 100644 --- a/system/s3ql/README +++ b/system/s3ql/README @@ -15,5 +15,3 @@ feature-creep. Care has been taken to make the source code as readable and serviceable as possible. Solid error detection and error handling have been included from the very first line, and S3QL comes with extensive automated test cases for all its components. - -NOTE: Make sure to build llfuse AFTER python3 to add Python 3 support. diff --git a/system/spman/README b/system/spman/README index 26c997450e..3bcd75af0f 100644 --- a/system/spman/README +++ b/system/spman/README @@ -27,10 +27,6 @@ Supported repositories: Alien's Alien's multilib -NOTE: - Make sure python3 is installed before building any dependencies - as we need Python3 bindings. - Optional dependencies: - sbbdep (for search dependency problems functionality) - tqdm (progress bar for some parameters) diff --git a/system/xonsh/xonsh.info b/system/xonsh/xonsh.info index b600316ccb..bdfa4a7963 100644 --- a/system/xonsh/xonsh.info +++ b/system/xonsh/xonsh.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/7c/be/a6269ae0440f3b860e727e4f MD5SUM="6cfa0915bb4b7f775049378d9b65f6b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |