diff options
author | leot <leot@pkgsrc.org> | 2016-07-12 10:34:42 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-07-12 10:34:42 +0000 |
commit | d7f9064168a2265f39e7c1d6a52fe556f2c82319 (patch) | |
tree | c91ecc5977bc2e97cc97628df4eca480e7f86e86 /lang | |
parent | b616b1b85fe99dda5d5a12297283c658bb36152b (diff) | |
download | pkgsrc-d7f9064168a2265f39e7c1d6a52fe556f2c82319.tar.gz |
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 (limited to 'lang')
-rw-r--r-- | lang/py34-html-docs/Makefile | 6 | ||||
-rw-r--r-- | lang/py34-html-docs/PLIST | 9 | ||||
-rw-r--r-- | lang/py34-html-docs/distinfo | 10 |
3 files changed, 16 insertions, 9 deletions
diff --git a/lang/py34-html-docs/Makefile b/lang/py34-html-docs/Makefile index 7ef4b814c91..73a29f31869 100644 --- a/lang/py34-html-docs/Makefile +++ b/lang/py34-html-docs/Makefile @@ -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 diff --git a/lang/py34-html-docs/PLIST b/lang/py34-html-docs/PLIST index 06d9d6f7d93..bf99440e842 100644 --- a/lang/py34-html-docs/PLIST +++ b/lang/py34-html-docs/PLIST @@ -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-dev.txt 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/introduction.txt 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/changelog.txt 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/doctools.js 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/pydoctheme.css 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-dev.html 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/introduction.html 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 --git a/lang/py34-html-docs/distinfo b/lang/py34-html-docs/distinfo index b85e76d509b..0b2e046623c 100644 --- a/lang/py34-html-docs/distinfo +++ b/lang/py34-html-docs/distinfo @@ -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 |