Tue Mar 5 15:20:32 2019 UTC ()
py27-html-docs: Update to 2.7.16

Changes:
2.7.16
======
Documentation
-------------
- bpo-35035: Rename documentation for :mod:`email.utils` to
  ``email.utils.rst``.
- bpo-34967: Use app.add_object_type() instead of the deprecated Sphinx
  function app.description_unit()
- bpo-13407: Add a note to :mod:`bz2` and :mod:`tarfile` stating that
  handling of multi-stream bzip2 files is not supported.
- bpo-33503: Fix broken pypi link


(leot)
diff -r1.11 -r1.12 pkgsrc/lang/py27-html-docs/Makefile
diff -r1.4 -r1.5 pkgsrc/lang/py27-html-docs/PLIST
diff -r1.8 -r1.9 pkgsrc/lang/py27-html-docs/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/lang/py27-html-docs/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py27-html-docs/Makefile 2018/05/19 08:57:18 1.11
+++ pkgsrc/lang/py27-html-docs/Makefile 2019/03/05 15:20:32 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2018/05/19 08:57:18 leot Exp $ 1# $NetBSD: Makefile,v 1.12 2019/03/05 15:20:32 leot Exp $
2# 2#
3 3
4VERS= 2.7.15 4VERS= 2.7.16
5DISTNAME= python-${VERS}-docs-html 5DISTNAME= python-${VERS}-docs-html
6PKGNAME= py27-html-docs-${VERS} 6PKGNAME= py27-html-docs-${VERS}
7CATEGORIES= lang python 7CATEGORIES= lang python
8MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/ 8MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= leot@NetBSD.org 11MAINTAINER= leot@NetBSD.org
12HOMEPAGE= https://www.python.org/doc/ 12HOMEPAGE= https://www.python.org/doc/
13COMMENT= HTML Documentation for Python 2.7 13COMMENT= HTML Documentation for Python 2.7
14LICENSE= python-software-foundation 14LICENSE= python-software-foundation
15 15
16DIST_SUBDIR= python 16DIST_SUBDIR= python
17 17

cvs diff -r1.4 -r1.5 pkgsrc/lang/py27-html-docs/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/py27-html-docs/PLIST 2018/05/19 08:57:18 1.4
+++ pkgsrc/lang/py27-html-docs/PLIST 2019/03/05 15:20:32 1.5
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1@comment $NetBSD: PLIST,v 1.4 2018/05/19 08:57:18 leot Exp $ 1@comment $NetBSD: PLIST,v 1.5 2019/03/05 15:20:32 leot Exp $
2share/doc/python2.7/.buildinfo 2share/doc/python2.7/.buildinfo
3share/doc/python2.7/_images/logging_flow.png 3share/doc/python2.7/_images/logging_flow.png
4share/doc/python2.7/_images/python-video-icon.png 
5share/doc/python2.7/_sources/about.rst.txt 4share/doc/python2.7/_sources/about.rst.txt
6share/doc/python2.7/_sources/bugs.rst.txt 5share/doc/python2.7/_sources/bugs.rst.txt
7share/doc/python2.7/_sources/c-api/abstract.rst.txt 6share/doc/python2.7/_sources/c-api/abstract.rst.txt
8share/doc/python2.7/_sources/c-api/allocation.rst.txt 7share/doc/python2.7/_sources/c-api/allocation.rst.txt
9share/doc/python2.7/_sources/c-api/arg.rst.txt 8share/doc/python2.7/_sources/c-api/arg.rst.txt
10share/doc/python2.7/_sources/c-api/bool.rst.txt 9share/doc/python2.7/_sources/c-api/bool.rst.txt
11share/doc/python2.7/_sources/c-api/buffer.rst.txt 10share/doc/python2.7/_sources/c-api/buffer.rst.txt
12share/doc/python2.7/_sources/c-api/bytearray.rst.txt 11share/doc/python2.7/_sources/c-api/bytearray.rst.txt
13share/doc/python2.7/_sources/c-api/capsule.rst.txt 12share/doc/python2.7/_sources/c-api/capsule.rst.txt
14share/doc/python2.7/_sources/c-api/cell.rst.txt 13share/doc/python2.7/_sources/c-api/cell.rst.txt
15share/doc/python2.7/_sources/c-api/class.rst.txt 14share/doc/python2.7/_sources/c-api/class.rst.txt
16share/doc/python2.7/_sources/c-api/cobject.rst.txt 15share/doc/python2.7/_sources/c-api/cobject.rst.txt
17share/doc/python2.7/_sources/c-api/code.rst.txt 16share/doc/python2.7/_sources/c-api/code.rst.txt
@@ -195,27 +194,27 @@ share/doc/python2.7/_sources/library/dum @@ -195,27 +194,27 @@ share/doc/python2.7/_sources/library/dum
195share/doc/python2.7/_sources/library/dummy_threading.rst.txt 194share/doc/python2.7/_sources/library/dummy_threading.rst.txt
196share/doc/python2.7/_sources/library/easydialogs.rst.txt 195share/doc/python2.7/_sources/library/easydialogs.rst.txt
197share/doc/python2.7/_sources/library/email-examples.rst.txt 196share/doc/python2.7/_sources/library/email-examples.rst.txt
198share/doc/python2.7/_sources/library/email.charset.rst.txt 197share/doc/python2.7/_sources/library/email.charset.rst.txt
199share/doc/python2.7/_sources/library/email.encoders.rst.txt 198share/doc/python2.7/_sources/library/email.encoders.rst.txt
200share/doc/python2.7/_sources/library/email.errors.rst.txt 199share/doc/python2.7/_sources/library/email.errors.rst.txt
201share/doc/python2.7/_sources/library/email.generator.rst.txt 200share/doc/python2.7/_sources/library/email.generator.rst.txt
202share/doc/python2.7/_sources/library/email.header.rst.txt 201share/doc/python2.7/_sources/library/email.header.rst.txt
203share/doc/python2.7/_sources/library/email.iterators.rst.txt 202share/doc/python2.7/_sources/library/email.iterators.rst.txt
204share/doc/python2.7/_sources/library/email.message.rst.txt 203share/doc/python2.7/_sources/library/email.message.rst.txt
205share/doc/python2.7/_sources/library/email.mime.rst.txt 204share/doc/python2.7/_sources/library/email.mime.rst.txt
206share/doc/python2.7/_sources/library/email.parser.rst.txt 205share/doc/python2.7/_sources/library/email.parser.rst.txt
207share/doc/python2.7/_sources/library/email.rst.txt 206share/doc/python2.7/_sources/library/email.rst.txt
208share/doc/python2.7/_sources/library/email.util.rst.txt 207share/doc/python2.7/_sources/library/email.utils.rst.txt
209share/doc/python2.7/_sources/library/ensurepip.rst.txt 208share/doc/python2.7/_sources/library/ensurepip.rst.txt
210share/doc/python2.7/_sources/library/errno.rst.txt 209share/doc/python2.7/_sources/library/errno.rst.txt
211share/doc/python2.7/_sources/library/exceptions.rst.txt 210share/doc/python2.7/_sources/library/exceptions.rst.txt
212share/doc/python2.7/_sources/library/fcntl.rst.txt 211share/doc/python2.7/_sources/library/fcntl.rst.txt
213share/doc/python2.7/_sources/library/filecmp.rst.txt 212share/doc/python2.7/_sources/library/filecmp.rst.txt
214share/doc/python2.7/_sources/library/fileformats.rst.txt 213share/doc/python2.7/_sources/library/fileformats.rst.txt
215share/doc/python2.7/_sources/library/fileinput.rst.txt 214share/doc/python2.7/_sources/library/fileinput.rst.txt
216share/doc/python2.7/_sources/library/filesys.rst.txt 215share/doc/python2.7/_sources/library/filesys.rst.txt
217share/doc/python2.7/_sources/library/fl.rst.txt 216share/doc/python2.7/_sources/library/fl.rst.txt
218share/doc/python2.7/_sources/library/fm.rst.txt 217share/doc/python2.7/_sources/library/fm.rst.txt
219share/doc/python2.7/_sources/library/fnmatch.rst.txt 218share/doc/python2.7/_sources/library/fnmatch.rst.txt
220share/doc/python2.7/_sources/library/formatter.rst.txt 219share/doc/python2.7/_sources/library/formatter.rst.txt
221share/doc/python2.7/_sources/library/fpectl.rst.txt 220share/doc/python2.7/_sources/library/fpectl.rst.txt
@@ -480,30 +479,31 @@ share/doc/python2.7/_sources/whatsnew/2. @@ -480,30 +479,31 @@ share/doc/python2.7/_sources/whatsnew/2.
480share/doc/python2.7/_sources/whatsnew/2.5.rst.txt 479share/doc/python2.7/_sources/whatsnew/2.5.rst.txt
481share/doc/python2.7/_sources/whatsnew/2.6.rst.txt 480share/doc/python2.7/_sources/whatsnew/2.6.rst.txt
482share/doc/python2.7/_sources/whatsnew/2.7.rst.txt 481share/doc/python2.7/_sources/whatsnew/2.7.rst.txt
483share/doc/python2.7/_sources/whatsnew/index.rst.txt 482share/doc/python2.7/_sources/whatsnew/index.rst.txt
484share/doc/python2.7/_static/ajax-loader.gif 483share/doc/python2.7/_static/ajax-loader.gif
485share/doc/python2.7/_static/basic.css 484share/doc/python2.7/_static/basic.css
486share/doc/python2.7/_static/classic.css 485share/doc/python2.7/_static/classic.css
487share/doc/python2.7/_static/comment-bright.png 486share/doc/python2.7/_static/comment-bright.png
488share/doc/python2.7/_static/comment-close.png 487share/doc/python2.7/_static/comment-close.png
489share/doc/python2.7/_static/comment.png 488share/doc/python2.7/_static/comment.png
490share/doc/python2.7/_static/copybutton.js 489share/doc/python2.7/_static/copybutton.js
491share/doc/python2.7/_static/default.css 490share/doc/python2.7/_static/default.css
492share/doc/python2.7/_static/doctools.js 491share/doc/python2.7/_static/doctools.js
 492share/doc/python2.7/_static/documentation_options.js
493share/doc/python2.7/_static/down-pressed.png 493share/doc/python2.7/_static/down-pressed.png
494share/doc/python2.7/_static/down.png 494share/doc/python2.7/_static/down.png
495share/doc/python2.7/_static/file.png 495share/doc/python2.7/_static/file.png
496share/doc/python2.7/_static/jquery-3.1.0.js 496share/doc/python2.7/_static/jquery-3.2.1.js
497share/doc/python2.7/_static/jquery.js 497share/doc/python2.7/_static/jquery.js
498share/doc/python2.7/_static/minus.png 498share/doc/python2.7/_static/minus.png
499share/doc/python2.7/_static/opensearch.xml 499share/doc/python2.7/_static/opensearch.xml
500share/doc/python2.7/_static/plus.png 500share/doc/python2.7/_static/plus.png
501share/doc/python2.7/_static/py.png 501share/doc/python2.7/_static/py.png
502share/doc/python2.7/_static/pygments.css 502share/doc/python2.7/_static/pygments.css
503share/doc/python2.7/_static/searchtools.js 503share/doc/python2.7/_static/searchtools.js
504share/doc/python2.7/_static/sidebar.js 504share/doc/python2.7/_static/sidebar.js
505share/doc/python2.7/_static/switchers.js 505share/doc/python2.7/_static/switchers.js
506share/doc/python2.7/_static/underscore-1.3.1.js 506share/doc/python2.7/_static/underscore-1.3.1.js
507share/doc/python2.7/_static/underscore.js 507share/doc/python2.7/_static/underscore.js
508share/doc/python2.7/_static/up-pressed.png 508share/doc/python2.7/_static/up-pressed.png
509share/doc/python2.7/_static/up.png 509share/doc/python2.7/_static/up.png
@@ -733,27 +733,27 @@ share/doc/python2.7/library/dummy_thread @@ -733,27 +733,27 @@ share/doc/python2.7/library/dummy_thread
733share/doc/python2.7/library/dummy_threading.html 733share/doc/python2.7/library/dummy_threading.html
734share/doc/python2.7/library/easydialogs.html 734share/doc/python2.7/library/easydialogs.html
735share/doc/python2.7/library/email-examples.html 735share/doc/python2.7/library/email-examples.html
736share/doc/python2.7/library/email.charset.html 736share/doc/python2.7/library/email.charset.html
737share/doc/python2.7/library/email.encoders.html 737share/doc/python2.7/library/email.encoders.html
738share/doc/python2.7/library/email.errors.html 738share/doc/python2.7/library/email.errors.html
739share/doc/python2.7/library/email.generator.html 739share/doc/python2.7/library/email.generator.html
740share/doc/python2.7/library/email.header.html 740share/doc/python2.7/library/email.header.html
741share/doc/python2.7/library/email.html 741share/doc/python2.7/library/email.html
742share/doc/python2.7/library/email.iterators.html 742share/doc/python2.7/library/email.iterators.html
743share/doc/python2.7/library/email.message.html 743share/doc/python2.7/library/email.message.html
744share/doc/python2.7/library/email.mime.html 744share/doc/python2.7/library/email.mime.html
745share/doc/python2.7/library/email.parser.html 745share/doc/python2.7/library/email.parser.html
746share/doc/python2.7/library/email.util.html 746share/doc/python2.7/library/email.utils.html
747share/doc/python2.7/library/ensurepip.html 747share/doc/python2.7/library/ensurepip.html
748share/doc/python2.7/library/errno.html 748share/doc/python2.7/library/errno.html
749share/doc/python2.7/library/exceptions.html 749share/doc/python2.7/library/exceptions.html
750share/doc/python2.7/library/fcntl.html 750share/doc/python2.7/library/fcntl.html
751share/doc/python2.7/library/filecmp.html 751share/doc/python2.7/library/filecmp.html
752share/doc/python2.7/library/fileformats.html 752share/doc/python2.7/library/fileformats.html
753share/doc/python2.7/library/fileinput.html 753share/doc/python2.7/library/fileinput.html
754share/doc/python2.7/library/filesys.html 754share/doc/python2.7/library/filesys.html
755share/doc/python2.7/library/fl.html 755share/doc/python2.7/library/fl.html
756share/doc/python2.7/library/fm.html 756share/doc/python2.7/library/fm.html
757share/doc/python2.7/library/fnmatch.html 757share/doc/python2.7/library/fnmatch.html
758share/doc/python2.7/library/formatter.html 758share/doc/python2.7/library/formatter.html
759share/doc/python2.7/library/fpectl.html 759share/doc/python2.7/library/fpectl.html

cvs diff -r1.8 -r1.9 pkgsrc/lang/py27-html-docs/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py27-html-docs/distinfo 2018/05/19 08:57:18 1.8
+++ pkgsrc/lang/py27-html-docs/distinfo 2019/03/05 15:20:32 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2018/05/19 08:57:18 leot Exp $ 1$NetBSD: distinfo,v 1.9 2019/03/05 15:20:32 leot Exp $
2 2
3SHA1 (python/python-2.7.15-docs-html.tar.bz2) = e754b12541ec05058f5c6e12464d86f7ab4bd32a 3SHA1 (python/python-2.7.16-docs-html.tar.bz2) = e4f3e58cdf8a745cf5ebb7d1081f068862f4b7ef
4RMD160 (python/python-2.7.15-docs-html.tar.bz2) = 25dbb551811800c5c19a9b9ac4e80d66fbee343f 4RMD160 (python/python-2.7.16-docs-html.tar.bz2) = 7ed880a8601cf35df1d6dd16f7c2ed22567b0504
5SHA512 (python/python-2.7.15-docs-html.tar.bz2) = 9ac2a32a30fb503039b7a62d735ae2f90aba600a185d82dc51d323f071d55c0348bbdeebaca76fc237fe8bbb0ea19932bfb9e6b5cbf33b9378f76990d46f6cf4 5SHA512 (python/python-2.7.16-docs-html.tar.bz2) = 477b2c2225cdc687e5ff68e5df529309d8ee8d7075f3643af730f7aa51e060460a03d1b0a5bf2d05aa2115368ddc33709a45b19972a729575d9070af78360c80
6Size (python/python-2.7.15-docs-html.tar.bz2) = 4627519 bytes 6Size (python/python-2.7.16-docs-html.tar.bz2) = 4629448 bytes