pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx py-sphinx: updated to 1.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3b5c1de47f5
branches:  trunk
changeset: 376130:d3b5c1de47f5
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 25 21:39:21 2018 +0000

description:
py-sphinx: updated to 1.7.1

Release 1.7.1:
Deprecated
4623: sphinx.build_main() is deprecated. Use sphinx.cmd.build.build_main() instead.
autosummary: The interface of sphinx.ext.autosummary.get_documenter() has been changed (Since 1.7.0)
4664: sphinx.ext.intersphinx.debug() is deprecated. Use sphinx.ext.intersphinx.inspect_main() instead.

Bugs fixed
4608: epub: Invalid meta tag is generated
4260: autodoc: keyword only argument separator is not disappeared if it is appeared at top of the argument list
4622: epub: epub_scheme does not effect to content.opf
4627: graphviz: Fit graphviz images to page
4617: quickstart: PROJECT_DIR argument is required
4623: sphinx.build_main no longer exists in 1.7.0
4615: The argument of sphinx.build has been changed in 1.7.0
autosummary: The interface of sphinx.ext.autosummary.get_documenter() has been changed
4630: Have order on msgids in sphinx.pot deterministic
4563: autosummary: Incorrect end of line punctuation detection
4577: Enumerated sublists with explicit start with wrong number
4641: A external link in TOC cannot contain ??? with :glob: option
C++, add missing parsing of explicit casts and typeid in expression parsing.
C++, add missing parsing of this in expression parsing.
4655: Fix incomplete localization strings in Polish
4653: Fix error reporting for parameterless ImportErrors
4664: Reading objects.inv fails again
4662: any refs with term targets crash when an ambiguity is encountered

diffstat:

 textproc/py-sphinx/Makefile |  13 +++---
 textproc/py-sphinx/PLIST    |  79 +++++++++++++++++++-------------------------
 textproc/py-sphinx/distinfo |  10 ++--
 3 files changed, 47 insertions(+), 55 deletions(-)

diffs (204 lines):

diff -r 8e944ae93249 -r d3b5c1de47f5 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Sun Feb 25 21:35:54 2018 +0000
+++ b/textproc/py-sphinx/Makefile       Sun Feb 25 21:39:21 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2018/02/05 13:10:59 adam Exp $
+# $NetBSD: Makefile,v 1.47 2018/02/25 21:39:21 adam Exp $
 
-DISTNAME=      Sphinx-1.6.7
+DISTNAME=      Sphinx-1.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
@@ -12,9 +12,10 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster
 DEPENDS+=      ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
-DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.8.1:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.0:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
@@ -30,8 +31,8 @@
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES=         # none
 USE_TOOLS+=            makeinfo
@@ -39,7 +40,7 @@
 REPLACE_PYTHON+=       sphinx/pycode/pgen2/token.py
 
 do-test:
-       cd ${WRKSRC}/tests && ${PYTHONBIN} run.py
+       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
diff -r 8e944ae93249 -r d3b5c1de47f5 textproc/py-sphinx/PLIST
--- a/textproc/py-sphinx/PLIST  Sun Feb 25 21:35:54 2018 +0000
+++ b/textproc/py-sphinx/PLIST  Sun Feb 25 21:39:21 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2018/02/05 13:10:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2018/02/25 21:39:21 adam Exp $
 bin/sphinx-apidoc${PYVERSSUFFIX}
 bin/sphinx-autogen${PYVERSSUFFIX}
 bin/sphinx-build${PYVERSSUFFIX}
@@ -43,9 +43,6 @@
 ${PYSITELIB}/sphinx/builders/dummy.py
 ${PYSITELIB}/sphinx/builders/dummy.pyc
 ${PYSITELIB}/sphinx/builders/dummy.pyo
-${PYSITELIB}/sphinx/builders/epub2.py
-${PYSITELIB}/sphinx/builders/epub2.pyc
-${PYSITELIB}/sphinx/builders/epub2.pyo
 ${PYSITELIB}/sphinx/builders/epub3.py
 ${PYSITELIB}/sphinx/builders/epub3.pyc
 ${PYSITELIB}/sphinx/builders/epub3.pyo
@@ -82,6 +79,15 @@
 ${PYSITELIB}/sphinx/builders/xml.py
 ${PYSITELIB}/sphinx/builders/xml.pyc
 ${PYSITELIB}/sphinx/builders/xml.pyo
+${PYSITELIB}/sphinx/cmd/__init__.py
+${PYSITELIB}/sphinx/cmd/__init__.pyc
+${PYSITELIB}/sphinx/cmd/__init__.pyo
+${PYSITELIB}/sphinx/cmd/build.py
+${PYSITELIB}/sphinx/cmd/build.pyc
+${PYSITELIB}/sphinx/cmd/build.pyo
+${PYSITELIB}/sphinx/cmd/quickstart.py
+${PYSITELIB}/sphinx/cmd/quickstart.pyc
+${PYSITELIB}/sphinx/cmd/quickstart.pyo
 ${PYSITELIB}/sphinx/cmdline.py
 ${PYSITELIB}/sphinx/cmdline.pyc
 ${PYSITELIB}/sphinx/cmdline.pyo
@@ -169,9 +175,21 @@
 ${PYSITELIB}/sphinx/ext/__init__.py
 ${PYSITELIB}/sphinx/ext/__init__.pyc
 ${PYSITELIB}/sphinx/ext/__init__.pyo
-${PYSITELIB}/sphinx/ext/autodoc.py
-${PYSITELIB}/sphinx/ext/autodoc.pyc
-${PYSITELIB}/sphinx/ext/autodoc.pyo
+${PYSITELIB}/sphinx/ext/apidoc.py
+${PYSITELIB}/sphinx/ext/apidoc.pyc
+${PYSITELIB}/sphinx/ext/apidoc.pyo
+${PYSITELIB}/sphinx/ext/autodoc/__init__.py
+${PYSITELIB}/sphinx/ext/autodoc/__init__.pyc
+${PYSITELIB}/sphinx/ext/autodoc/__init__.pyo
+${PYSITELIB}/sphinx/ext/autodoc/directive.py
+${PYSITELIB}/sphinx/ext/autodoc/directive.pyc
+${PYSITELIB}/sphinx/ext/autodoc/directive.pyo
+${PYSITELIB}/sphinx/ext/autodoc/importer.py
+${PYSITELIB}/sphinx/ext/autodoc/importer.pyc
+${PYSITELIB}/sphinx/ext/autodoc/importer.pyo
+${PYSITELIB}/sphinx/ext/autodoc/inspector.py
+${PYSITELIB}/sphinx/ext/autodoc/inspector.pyc
+${PYSITELIB}/sphinx/ext/autodoc/inspector.pyo
 ${PYSITELIB}/sphinx/ext/autosectionlabel.py
 ${PYSITELIB}/sphinx/ext/autosectionlabel.pyc
 ${PYSITELIB}/sphinx/ext/autosectionlabel.pyo
@@ -307,6 +325,9 @@
 ${PYSITELIB}/sphinx/locale/hi/LC_MESSAGES/sphinx.js
 ${PYSITELIB}/sphinx/locale/hi/LC_MESSAGES/sphinx.mo
 ${PYSITELIB}/sphinx/locale/hi/LC_MESSAGES/sphinx.po
+${PYSITELIB}/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js
+${PYSITELIB}/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo
+${PYSITELIB}/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po
 ${PYSITELIB}/sphinx/locale/hr/LC_MESSAGES/sphinx.js
 ${PYSITELIB}/sphinx/locale/hr/LC_MESSAGES/sphinx.mo
 ${PYSITELIB}/sphinx/locale/hr/LC_MESSAGES/sphinx.po
@@ -377,6 +398,9 @@
 ${PYSITELIB}/sphinx/locale/sv/LC_MESSAGES/sphinx.js
 ${PYSITELIB}/sphinx/locale/sv/LC_MESSAGES/sphinx.mo
 ${PYSITELIB}/sphinx/locale/sv/LC_MESSAGES/sphinx.po
+${PYSITELIB}/sphinx/locale/ta/LC_MESSAGES/sphinx.js
+${PYSITELIB}/sphinx/locale/ta/LC_MESSAGES/sphinx.mo
+${PYSITELIB}/sphinx/locale/ta/LC_MESSAGES/sphinx.po
 ${PYSITELIB}/sphinx/locale/tr/LC_MESSAGES/sphinx.js
 ${PYSITELIB}/sphinx/locale/tr/LC_MESSAGES/sphinx.mo
 ${PYSITELIB}/sphinx/locale/tr/LC_MESSAGES/sphinx.po
@@ -398,42 +422,12 @@
 ${PYSITELIB}/sphinx/parsers.py
 ${PYSITELIB}/sphinx/parsers.pyc
 ${PYSITELIB}/sphinx/parsers.pyo
-${PYSITELIB}/sphinx/pycode/Grammar-py2.pickle
-${PYSITELIB}/sphinx/pycode/Grammar-py2.txt
-${PYSITELIB}/sphinx/pycode/Grammar-py3.pickle
-${PYSITELIB}/sphinx/pycode/Grammar-py3.txt
 ${PYSITELIB}/sphinx/pycode/__init__.py
 ${PYSITELIB}/sphinx/pycode/__init__.pyc
 ${PYSITELIB}/sphinx/pycode/__init__.pyo
-${PYSITELIB}/sphinx/pycode/nodes.py
-${PYSITELIB}/sphinx/pycode/nodes.pyc
-${PYSITELIB}/sphinx/pycode/nodes.pyo
-${PYSITELIB}/sphinx/pycode/pgen2/__init__.py
-${PYSITELIB}/sphinx/pycode/pgen2/__init__.pyc
-${PYSITELIB}/sphinx/pycode/pgen2/__init__.pyo
-${PYSITELIB}/sphinx/pycode/pgen2/driver.py
-${PYSITELIB}/sphinx/pycode/pgen2/driver.pyc
-${PYSITELIB}/sphinx/pycode/pgen2/driver.pyo
-${PYSITELIB}/sphinx/pycode/pgen2/grammar.py
-${PYSITELIB}/sphinx/pycode/pgen2/grammar.pyc
-${PYSITELIB}/sphinx/pycode/pgen2/grammar.pyo
-${PYSITELIB}/sphinx/pycode/pgen2/literals.py
-${PYSITELIB}/sphinx/pycode/pgen2/literals.pyc
-${PYSITELIB}/sphinx/pycode/pgen2/literals.pyo
-${PYSITELIB}/sphinx/pycode/pgen2/parse.c
-${PYSITELIB}/sphinx/pycode/pgen2/parse.py
-${PYSITELIB}/sphinx/pycode/pgen2/parse.pyc
-${PYSITELIB}/sphinx/pycode/pgen2/parse.pyo
-${PYSITELIB}/sphinx/pycode/pgen2/parse.pyx
-${PYSITELIB}/sphinx/pycode/pgen2/pgen.py
-${PYSITELIB}/sphinx/pycode/pgen2/pgen.pyc
-${PYSITELIB}/sphinx/pycode/pgen2/pgen.pyo
-${PYSITELIB}/sphinx/pycode/pgen2/token.py
-${PYSITELIB}/sphinx/pycode/pgen2/token.pyc
-${PYSITELIB}/sphinx/pycode/pgen2/token.pyo
-${PYSITELIB}/sphinx/pycode/pgen2/tokenize.py
-${PYSITELIB}/sphinx/pycode/pgen2/tokenize.pyc
-${PYSITELIB}/sphinx/pycode/pgen2/tokenize.pyo
+${PYSITELIB}/sphinx/pycode/parser.py
+${PYSITELIB}/sphinx/pycode/parser.pyc
+${PYSITELIB}/sphinx/pycode/parser.pyo
 ${PYSITELIB}/sphinx/pygments_styles.py
 ${PYSITELIB}/sphinx/pygments_styles.pyc
 ${PYSITELIB}/sphinx/pygments_styles.pyo
@@ -521,10 +515,6 @@
 ${PYSITELIB}/sphinx/setup_command.py
 ${PYSITELIB}/sphinx/setup_command.pyc
 ${PYSITELIB}/sphinx/setup_command.pyo
-${PYSITELIB}/sphinx/templates/epub2/container.xml
-${PYSITELIB}/sphinx/templates/epub2/content.opf_t
-${PYSITELIB}/sphinx/templates/epub2/mimetype
-${PYSITELIB}/sphinx/templates/epub2/toc.ncx_t
 ${PYSITELIB}/sphinx/templates/epub3/container.xml
 ${PYSITELIB}/sphinx/templates/epub3/content.opf_t
 ${PYSITELIB}/sphinx/templates/epub3/mimetype
@@ -591,6 +581,7 @@
 ${PYSITELIB}/sphinx/themes/basic/static/comment-close.png
 ${PYSITELIB}/sphinx/themes/basic/static/comment.png
 ${PYSITELIB}/sphinx/themes/basic/static/doctools.js_t
+${PYSITELIB}/sphinx/themes/basic/static/documentation_options.js_t
 ${PYSITELIB}/sphinx/themes/basic/static/down-pressed.png
 ${PYSITELIB}/sphinx/themes/basic/static/down.png
 ${PYSITELIB}/sphinx/themes/basic/static/file.png
diff -r 8e944ae93249 -r d3b5c1de47f5 textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Sun Feb 25 21:35:54 2018 +0000
+++ b/textproc/py-sphinx/distinfo       Sun Feb 25 21:39:21 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2018/02/05 13:10:59 adam Exp $
+$NetBSD: distinfo,v 1.28 2018/02/25 21:39:21 adam Exp $
 
-SHA1 (Sphinx-1.6.7.tar.gz) = 92a9c4c594b7ca7b779fe69c99a71f9d42c07682
-RMD160 (Sphinx-1.6.7.tar.gz) = 6f5c72bb3baf5ffa898463df9a5d222df4c0475d
-SHA512 (Sphinx-1.6.7.tar.gz) = bc852d4694bf433a8a1d931bc67e4c8bf50789f833be8a338eb934325734b9fbc361c1d203ecd6e28f9c0dff5edb090556372d9403cc55d4972b18bdd4b7bfd4
-Size (Sphinx-1.6.7.tar.gz) = 4692169 bytes
+SHA1 (Sphinx-1.7.1.tar.gz) = f79240355e82157651b8f76bd581aa942c25bdd2
+RMD160 (Sphinx-1.7.1.tar.gz) = 0eb3ef4ce36babe676a11931b73f7059c00c9ee4
+SHA512 (Sphinx-1.7.1.tar.gz) = ea9a7b512cde5c39d75d0d5e8856954c334c84f91bba6a9d3b604df1df688639b20115ec71e55f80c802e90234db5e48d5766fbe8619e4a9f2890e1d7aab915f
+Size (Sphinx-1.7.1.tar.gz) = 4717169 bytes



Home | Main Index | Thread Index | Old Index