pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py34-html-docs Update lang/py34-html-docs to 3.4.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/301ccee82b0f
branches:  trunk
changeset: 349621:301ccee82b0f
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Jul 12 10:34:42 2016 +0000

description:
Update lang/py34-html-docs to 3.4.5

pkgsrc changes:
 - Update MASTER_SITES (again!) similar to the one also used by py35-html-docs
   (unlike previous MASTER_SITES this one also contain distfiles for later
    Python 3.4 versions)

Changes:
No changelog was available. Sync with lang/python34 version.

diffstat:

 lang/py34-html-docs/Makefile |   6 +++---
 lang/py34-html-docs/PLIST    |   9 ++++++++-
 lang/py34-html-docs/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 9 deletions(-)

diffs (98 lines):

diff -r a55e359ba792 -r 301ccee82b0f lang/py34-html-docs/Makefile
--- a/lang/py34-html-docs/Makefile      Tue Jul 12 10:14:59 2016 +0000
+++ b/lang/py34-html-docs/Makefile      Tue Jul 12 10:34:42 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2016/07/12 10:04:10 leot Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/12 10:34:42 leot Exp $
 #
 
-VERS=          3.4.3
+VERS=          3.4.5
 DISTNAME=      python-${VERS}-docs-html
 PKGNAME=       py34-html-docs-${VERS}
 CATEGORIES=    lang python
-MASTER_SITES=  https://www.python.org/ftp/python/doc/${VERS}/
+MASTER_SITES=  https://docs.python.org/${VERS:C/\.[0-9]+$//}/archives/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r a55e359ba792 -r 301ccee82b0f lang/py34-html-docs/PLIST
--- a/lang/py34-html-docs/PLIST Tue Jul 12 10:14:59 2016 +0000
+++ b/lang/py34-html-docs/PLIST Tue Jul 12 10:34:42 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/07/12 10:04:10 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/07/12 10:34:42 leot Exp $
 share/doc/python3.4/.buildinfo
 share/doc/python3.4/_images/logging_flow.png
 share/doc/python3.4/_images/pathlib-inheritance.png
@@ -132,6 +132,7 @@
 share/doc/python3.4/_sources/library/asyncio-eventloop.txt
 share/doc/python3.4/_sources/library/asyncio-eventloops.txt
 share/doc/python3.4/_sources/library/asyncio-protocol.txt
+share/doc/python3.4/_sources/library/asyncio-queue.txt
 share/doc/python3.4/_sources/library/asyncio-stream.txt
 share/doc/python3.4/_sources/library/asyncio-subprocess.txt
 share/doc/python3.4/_sources/library/asyncio-sync.txt
@@ -440,6 +441,7 @@
 share/doc/python3.4/_sources/tutorial/modules.txt
 share/doc/python3.4/_sources/tutorial/stdlib.txt
 share/doc/python3.4/_sources/tutorial/stdlib2.txt
+share/doc/python3.4/_sources/tutorial/venv.txt
 share/doc/python3.4/_sources/tutorial/whatnow.txt
 share/doc/python3.4/_sources/using/cmdline.txt
 share/doc/python3.4/_sources/using/index.txt
@@ -464,6 +466,7 @@
 share/doc/python3.4/_sources/whatsnew/index.txt
 share/doc/python3.4/_static/ajax-loader.gif
 share/doc/python3.4/_static/basic.css
+share/doc/python3.4/_static/classic.css
 share/doc/python3.4/_static/comment-bright.png
 share/doc/python3.4/_static/comment-close.png
 share/doc/python3.4/_static/comment.png
@@ -473,6 +476,7 @@
 share/doc/python3.4/_static/down-pressed.png
 share/doc/python3.4/_static/down.png
 share/doc/python3.4/_static/file.png
+share/doc/python3.4/_static/jquery-1.11.1.js
 share/doc/python3.4/_static/jquery.js
 share/doc/python3.4/_static/minus.png
 share/doc/python3.4/_static/opensearch.xml
@@ -482,6 +486,7 @@
 share/doc/python3.4/_static/pygments.css
 share/doc/python3.4/_static/searchtools.js
 share/doc/python3.4/_static/sidebar.js
+share/doc/python3.4/_static/underscore-1.3.1.js
 share/doc/python3.4/_static/underscore.js
 share/doc/python3.4/_static/up-pressed.png
 share/doc/python3.4/_static/up.png
@@ -646,6 +651,7 @@
 share/doc/python3.4/library/asyncio-eventloop.html
 share/doc/python3.4/library/asyncio-eventloops.html
 share/doc/python3.4/library/asyncio-protocol.html
+share/doc/python3.4/library/asyncio-queue.html
 share/doc/python3.4/library/asyncio-stream.html
 share/doc/python3.4/library/asyncio-subprocess.html
 share/doc/python3.4/library/asyncio-sync.html
@@ -958,6 +964,7 @@
 share/doc/python3.4/tutorial/modules.html
 share/doc/python3.4/tutorial/stdlib.html
 share/doc/python3.4/tutorial/stdlib2.html
+share/doc/python3.4/tutorial/venv.html
 share/doc/python3.4/tutorial/whatnow.html
 share/doc/python3.4/using/cmdline.html
 share/doc/python3.4/using/index.html
diff -r a55e359ba792 -r 301ccee82b0f lang/py34-html-docs/distinfo
--- a/lang/py34-html-docs/distinfo      Tue Jul 12 10:14:59 2016 +0000
+++ b/lang/py34-html-docs/distinfo      Tue Jul 12 10:34:42 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/07/12 10:04:10 leot Exp $
+$NetBSD: distinfo,v 1.4 2016/07/12 10:34:42 leot Exp $
 
-SHA1 (python/python-3.4.3-docs-html.tar.bz2) = 70b0716808dad568e3d561fa9e9fd7f79b4f713c
-RMD160 (python/python-3.4.3-docs-html.tar.bz2) = 43bb8781c5200f3df04e992494cd7299b7709137
-SHA512 (python/python-3.4.3-docs-html.tar.bz2) = 492038df0afb05d60806d56d66e06069d195249db708e4261d39fa6206e0baec5c2db730431b5be03d8d37296d935f39a25bf1d449fb29521bdc4823584b9bf9
-Size (python/python-3.4.3-docs-html.tar.bz2) = 5444773 bytes
+SHA1 (python/python-3.4.5-docs-html.tar.bz2) = d7def3d0b0990f828a15d0aef64d4dfa4b476fb4
+RMD160 (python/python-3.4.5-docs-html.tar.bz2) = 39d2b7cf9b240bb6ab4f6ea034f2d5ffd2e9c5b3
+SHA512 (python/python-3.4.5-docs-html.tar.bz2) = 9bbc7d9fe83afbcb1c4ea580c930f64f315c2c81de9ade9337f984c5821f1ce9822220272e4426ef5b833adf9884bbc0c2dfff11a1bec5290b9162536b432ae0
+Size (python/python-3.4.5-docs-html.tar.bz2) = 5486372 bytes



Home | Main Index | Thread Index | Old Index