From 0cf85fa1a7d4d99fc832adf0fdb03f1c462d08db Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 30 Sep 2022 11:38:51 +0200 Subject: [PATCH] Add files referenced by sphinx File content is totally bogus... --- general/prog/prog.xml | 1 + general/prog/python-dependencies.xml | 153 ++++++++++++++++ .../prog/python-dependencies/alabaster.xml | 169 ++++++++++++++++++ general/prog/python-dependencies/babel.xml | 169 ++++++++++++++++++ .../prog/python-dependencies/imagesize.xml | 169 ++++++++++++++++++ .../prog/python-dependencies/packaging.xml | 169 ++++++++++++++++++ general/prog/python-dependencies/requests.xml | 169 ++++++++++++++++++ .../python-dependencies/snowballstemmer.xml | 169 ++++++++++++++++++ .../sphinxcontrib-applehelp.xml | 169 ++++++++++++++++++ .../sphinxcontrib-devhelp.xml | 169 ++++++++++++++++++ .../sphinxcontrib-htmlhelp.xml | 169 ++++++++++++++++++ .../sphinxcontrib-jsmath.xml | 169 ++++++++++++++++++ .../sphinxcontrib-qthelp.xml | 169 ++++++++++++++++++ .../sphinxcontrib-serializinghtml.xml | 169 ++++++++++++++++++ general/prog/python-modules.xml | 17 +- general/prog/python-modules/pytest.xml | 169 ++++++++++++++++++ general/prog/python-modules/sphinx.xml | 6 +- 17 files changed, 2366 insertions(+), 8 deletions(-) create mode 100644 general/prog/python-dependencies.xml create mode 100644 general/prog/python-dependencies/alabaster.xml create mode 100644 general/prog/python-dependencies/babel.xml create mode 100644 general/prog/python-dependencies/imagesize.xml create mode 100644 general/prog/python-dependencies/packaging.xml create mode 100644 general/prog/python-dependencies/requests.xml create mode 100644 general/prog/python-dependencies/snowballstemmer.xml create mode 100644 general/prog/python-dependencies/sphinxcontrib-applehelp.xml create mode 100644 general/prog/python-dependencies/sphinxcontrib-devhelp.xml create mode 100644 general/prog/python-dependencies/sphinxcontrib-htmlhelp.xml create mode 100644 general/prog/python-dependencies/sphinxcontrib-jsmath.xml create mode 100644 general/prog/python-dependencies/sphinxcontrib-qthelp.xml create mode 100644 general/prog/python-dependencies/sphinxcontrib-serializinghtml.xml create mode 100644 general/prog/python-modules/pytest.xml diff --git a/general/prog/prog.xml b/general/prog/prog.xml index be2d668d5e..6123e627f9 100644 --- a/general/prog/prog.xml +++ b/general/prog/prog.xml @@ -46,6 +46,7 @@ + diff --git a/general/prog/python-dependencies.xml b/general/prog/python-dependencies.xml new file mode 100644 index 0000000000..ac189cfa45 --- /dev/null +++ b/general/prog/python-dependencies.xml @@ -0,0 +1,153 @@ + + + %general-entities; +]> + + + + + + $Date$ + + + Python Dependencies + + + Python Dependencies + + + + Introduction to Python Dependencies + + + Python modules listed in have + dependencies that are not referenced by other packages in BLFS. + These dependencies are listed here. They will not get updated on + regular basis, unless a more recent version is needed. + + + + + In BLFS, we normally build and install Python 3 modules with + pip3. Please take care that the + pip3 install commands in the book should be + run as &root; unless it's for a Python virtual environment. Running + pip3 install as a non-&root; user may seem to + work fine, but it will cause the installed module to be inaccessible by + other users. + + + pip3 install will not reinstall an already + installed module by default. For using the + pip3 install command to upgrade a module (for + example, from meson-0.61.3 to meson-0.62.0), insert + --upgrade into the command line. If it's really + necessary to downgrade a module or reinstall the same version for + some reason, insert --force-reinstall into + the command line. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/general/prog/python-dependencies/alabaster.xml b/general/prog/python-dependencies/alabaster.xml new file mode 100644 index 0000000000..d5c623aab0 --- /dev/null +++ b/general/prog/python-dependencies/alabaster.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/babel.xml b/general/prog/python-dependencies/babel.xml new file mode 100644 index 0000000000..dcf96fb725 --- /dev/null +++ b/general/prog/python-dependencies/babel.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/imagesize.xml b/general/prog/python-dependencies/imagesize.xml new file mode 100644 index 0000000000..ca5088c845 --- /dev/null +++ b/general/prog/python-dependencies/imagesize.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/packaging.xml b/general/prog/python-dependencies/packaging.xml new file mode 100644 index 0000000000..4ef8547aa3 --- /dev/null +++ b/general/prog/python-dependencies/packaging.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/requests.xml b/general/prog/python-dependencies/requests.xml new file mode 100644 index 0000000000..f2bd074b6c --- /dev/null +++ b/general/prog/python-dependencies/requests.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/snowballstemmer.xml b/general/prog/python-dependencies/snowballstemmer.xml new file mode 100644 index 0000000000..fba3ac6245 --- /dev/null +++ b/general/prog/python-dependencies/snowballstemmer.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/sphinxcontrib-applehelp.xml b/general/prog/python-dependencies/sphinxcontrib-applehelp.xml new file mode 100644 index 0000000000..18dea46420 --- /dev/null +++ b/general/prog/python-dependencies/sphinxcontrib-applehelp.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/sphinxcontrib-devhelp.xml b/general/prog/python-dependencies/sphinxcontrib-devhelp.xml new file mode 100644 index 0000000000..a9e26c0c62 --- /dev/null +++ b/general/prog/python-dependencies/sphinxcontrib-devhelp.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/sphinxcontrib-htmlhelp.xml b/general/prog/python-dependencies/sphinxcontrib-htmlhelp.xml new file mode 100644 index 0000000000..3600fe2ca9 --- /dev/null +++ b/general/prog/python-dependencies/sphinxcontrib-htmlhelp.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/sphinxcontrib-jsmath.xml b/general/prog/python-dependencies/sphinxcontrib-jsmath.xml new file mode 100644 index 0000000000..9e450de207 --- /dev/null +++ b/general/prog/python-dependencies/sphinxcontrib-jsmath.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/sphinxcontrib-qthelp.xml b/general/prog/python-dependencies/sphinxcontrib-qthelp.xml new file mode 100644 index 0000000000..58e1bb2d16 --- /dev/null +++ b/general/prog/python-dependencies/sphinxcontrib-qthelp.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-dependencies/sphinxcontrib-serializinghtml.xml b/general/prog/python-dependencies/sphinxcontrib-serializinghtml.xml new file mode 100644 index 0000000000..5122671dd8 --- /dev/null +++ b/general/prog/python-dependencies/sphinxcontrib-serializinghtml.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + asciidoc + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-modules.xml b/general/prog/python-modules.xml index fd1caf86fc..c0f807e15c 100644 --- a/general/prog/python-modules.xml +++ b/general/prog/python-modules.xml @@ -168,12 +168,11 @@ - @@ -184,6 +183,11 @@ + + + + + @@ -269,8 +273,8 @@ - + @@ -281,4 +285,7 @@ + + diff --git a/general/prog/python-modules/pytest.xml b/general/prog/python-modules/pytest.xml new file mode 100644 index 0000000000..70bf27695a --- /dev/null +++ b/general/prog/python-modules/pytest.xml @@ -0,0 +1,169 @@ + + + %general-entities; + + + + + + + +]> + + + + + Asciidoc-&asciidoc-version; + + + pytest + + + + Introduction to Asciidoc Module + + + The Asciidoc package is a text document + format for writing notes, documentation, articles, books, ebooks, + slideshows, web pages, man pages and blogs. AsciiDoc files can be + translated to many formats including HTML, PDF, EPUB, and man page. + + + &lfs112_checked; + + Package Information + + + + Download (HTTP): + + + + + Download (FTP): + + + + + Download MD5 sum: &asciidoc-md5sum; + + + + + Download size: &asciidoc-size; + + + + + Estimated disk space required: &asciidoc-buildsize; + + + + + Estimated build time: &asciidoc-time; + + + + + Asciidoc Dependencies + + Optional (runtime) + + , + , + , + , + dblatex, and + W3m + + + + + + Installation of Asciidoc + + Build the module: + +pip3 wheel -w dist --no-build-isolation --no-deps $PWD + + + This package does not come with a test suite. + + + + Now, as the root user: + + +pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + + a2x and + asciidoc + + None + + /usr/lib/python&python3-majorver;/site-packages/asciidoc and + /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info + + + + + + + diff --git a/general/prog/python-modules/sphinx.xml b/general/prog/python-modules/sphinx.xml index 9f63008fbe..284cb298d5 100644 --- a/general/prog/python-modules/sphinx.xml +++ b/general/prog/python-modules/sphinx.xml @@ -73,7 +73,7 @@ , , , - , + , , , , @@ -172,7 +172,7 @@ - +