py-sphinx: updated to 2.2.2
Release 2.2.2: Incompatible changes * For security reason of python, parallel mode is disabled on macOS and Python3.8+ Bugs fixed * LaTeX: 2019-10-01 LaTeX release breaks :file:`sphinxcyrillic.sty` * i18n: French, Hindi, Chinese, Japanese and Korean translation messages has been broken * parallel build causes AttributeError on macOS and Python3.8
This commit is contained in:
parent
6f062fd0f2
commit
4c53ec4eb0
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.67 2019/10/26 23:03:57 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.68 2019/12/08 21:56:23 adam Exp $
|
||||
|
||||
DISTNAME= Sphinx-2.2.1
|
||||
DISTNAME= Sphinx-2.2.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.25 2019/10/21 21:01:35 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.26 2019/12/08 21:56:23 adam Exp $
|
||||
bin/sphinx-apidoc-${PYVERSSUFFIX}
|
||||
bin/sphinx-autogen-${PYVERSSUFFIX}
|
||||
bin/sphinx-build-${PYVERSSUFFIX}
|
||||
|
@ -416,6 +416,9 @@ ${PYSITELIB}/sphinx/locale/sl/LC_MESSAGES/sphinx.js
|
|||
${PYSITELIB}/sphinx/locale/sl/LC_MESSAGES/sphinx.mo
|
||||
${PYSITELIB}/sphinx/locale/sl/LC_MESSAGES/sphinx.po
|
||||
${PYSITELIB}/sphinx/locale/sphinx.pot
|
||||
${PYSITELIB}/sphinx/locale/sq/LC_MESSAGES/sphinx.js
|
||||
${PYSITELIB}/sphinx/locale/sq/LC_MESSAGES/sphinx.mo
|
||||
${PYSITELIB}/sphinx/locale/sq/LC_MESSAGES/sphinx.po
|
||||
${PYSITELIB}/sphinx/locale/sr/LC_MESSAGES/sphinx.js
|
||||
${PYSITELIB}/sphinx/locale/sr/LC_MESSAGES/sphinx.mo
|
||||
${PYSITELIB}/sphinx/locale/sr/LC_MESSAGES/sphinx.po
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.44 2019/10/26 23:03:57 adam Exp $
|
||||
$NetBSD: distinfo,v 1.45 2019/12/08 21:56:23 adam Exp $
|
||||
|
||||
SHA1 (Sphinx-2.2.1.tar.gz) = 4fc1c4bb476e841cdd503d132f4d1137957501da
|
||||
RMD160 (Sphinx-2.2.1.tar.gz) = fedd0a3f50457896139f865a42bc57e58b0a3001
|
||||
SHA512 (Sphinx-2.2.1.tar.gz) = 3703bc256514b1a4c09376c20edd14d03dec6fde363ba452ef8d3d379a3f548cdb741fd78b027fc2c330026a4b30ea7bcdaf8a911bfff3bf7dbf84dc220b7c55
|
||||
Size (Sphinx-2.2.1.tar.gz) = 6321456 bytes
|
||||
SHA1 (Sphinx-2.2.2.tar.gz) = 278f1e04071d1f37eed19bd6f25f4b9a2c560977
|
||||
RMD160 (Sphinx-2.2.2.tar.gz) = 80ef160913330ece10101be7965d0d1ed1092430
|
||||
SHA512 (Sphinx-2.2.2.tar.gz) = 2aaed5980c6fb3bf1a8b2911bbf5d7b8a2d9356e2e9faad58e9ac93e76f76e0c5f40243774553a719dfe982e5e683821545db56142cd8e3db914e97e363124f1
|
||||
Size (Sphinx-2.2.2.tar.gz) = 5828933 bytes
|
||||
|
|
Loading…
Reference in a new issue