wok rev 25241
updated python-sphinx (1.8.5 -> 1.8.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 14 06:35:33 2022 +0100 (2022-07-14) |
parents | 363ff8d6ad69 |
children | 3077e3e20596 |
files | python-sphinx/description.txt python-sphinx/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-sphinx/description.txt Thu Jul 14 06:35:33 2022 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +Sphinx is a tool that makes it easy to create intelligent and beautiful 1.5 +documentation for Python projects (or other documents consisting of multiple 1.6 +reStructuredText sources), written by Georg Brandl. 1.7 +It was originally created for the new Python documentation, and has excellent 1.8 +facilities for Python project documentation, but C/C++ is supported as well, 1.9 +and more languages are planned. 1.10 + 1.11 +Sphinx uses reStructuredText as its markup language, and many of its strengths 1.12 +come from the power and straightforwardness of reStructuredText and its parsing 1.13 +and translating suite, the Docutils. 1.14 + 1.15 +Among its features are the following: 1.16 + 1.17 +- Output formats: HTML (including derivative formats such as HTML Help, Epub 1.18 + and Qt Help), plain text, manual pages and LaTeX or direct PDF output using 1.19 + rst2pdf 1.20 +- Extensive cross-references: semantic markup and automatic links for functions, 1.21 + classes, glossary terms and similar pieces of information 1.22 +- Hierarchical structure: easy definition of a document tree, with automatic 1.23 + links to siblings, parents and children 1.24 +- Automatic indices: general index as well as a module index 1.25 +- Code handling: automatic highlighting using the Pygments highlighter 1.26 +- Flexible HTML output using the Jinja 2 templating engine 1.27 +- Various extensions are available, e.g. for automatic testing of snippets and 1.28 + inclusion of appropriately formatted docstrings 1.29 +- Setuptools integration
2.1 --- a/python-sphinx/receipt Thu Jul 14 06:30:07 2022 +0100 2.2 +++ b/python-sphinx/receipt Thu Jul 14 06:35:33 2022 +0100 2.3 @@ -1,19 +1,20 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-sphinx" 2.7 -VERSION="1.8.5" 2.8 +VERSION="1.8.6" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="Documentation Tool." 2.11 MAINTAINER="claudinei@slitaz.org" 2.12 LICENSE="BSD" 2.13 -WEB_SITE="https://www.sphinx-doc.org/" 2.14 +WEB_SITE="https://pypi.org/project/Sphinx/" 2.15 +REPOLOGY="python:sphinx" 2.16 2.17 SOURCE="Sphinx" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.20 2.21 -DEPENDS="python python-docutils python-jinja2 python-pygments python-setuptools" 2.22 -BUILD_DEPENDS="$DEPENDS python-dev" 2.23 +DEPENDS="python python-docutils python-jinja2 python-pygments" 2.24 +BUILD_DEPENDS="python-dev python-setuptools" 2.25 2.26 # What is the latest version available today? 2.27 current_version()