# HG changeset patch # User Hans-G?nter Theisgen # Date 1657776933 -3600 # Node ID 3b333032b7984dbe2faa08559140160d71f3c0f2 # Parent 363ff8d6ad6960a63c5006d229b29d5c10644a54 updated python-sphinx (1.8.5 -> 1.8.6) diff -r 363ff8d6ad69 -r 3b333032b798 python-sphinx/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-sphinx/description.txt Thu Jul 14 06:35:33 2022 +0100 @@ -0,0 +1,26 @@ +Sphinx is a tool that makes it easy to create intelligent and beautiful +documentation for Python projects (or other documents consisting of multiple +reStructuredText sources), written by Georg Brandl. +It was originally created for the new Python documentation, and has excellent +facilities for Python project documentation, but C/C++ is supported as well, +and more languages are planned. + +Sphinx uses reStructuredText as its markup language, and many of its strengths +come from the power and straightforwardness of reStructuredText and its parsing +and translating suite, the Docutils. + +Among its features are the following: + +- Output formats: HTML (including derivative formats such as HTML Help, Epub + and Qt Help), plain text, manual pages and LaTeX or direct PDF output using + rst2pdf +- Extensive cross-references: semantic markup and automatic links for functions, + classes, glossary terms and similar pieces of information +- Hierarchical structure: easy definition of a document tree, with automatic + links to siblings, parents and children +- Automatic indices: general index as well as a module index +- Code handling: automatic highlighting using the Pygments highlighter +- Flexible HTML output using the Jinja 2 templating engine +- Various extensions are available, e.g. for automatic testing of snippets and + inclusion of appropriately formatted docstrings +- Setuptools integration diff -r 363ff8d6ad69 -r 3b333032b798 python-sphinx/receipt --- a/python-sphinx/receipt Thu Jul 14 06:30:07 2022 +0100 +++ b/python-sphinx/receipt Thu Jul 14 06:35:33 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="python-sphinx" -VERSION="1.8.5" +VERSION="1.8.6" CATEGORY="utilities" SHORT_DESC="Documentation Tool." MAINTAINER="claudinei@slitaz.org" LICENSE="BSD" -WEB_SITE="https://www.sphinx-doc.org/" +WEB_SITE="https://pypi.org/project/Sphinx/" +REPOLOGY="python:sphinx" SOURCE="Sphinx" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="python python-docutils python-jinja2 python-pygments python-setuptools" -BUILD_DEPENDS="$DEPENDS python-dev" +DEPENDS="python python-docutils python-jinja2 python-pygments" +BUILD_DEPENDS="python-dev python-setuptools" # What is the latest version available today? current_version()