summaryrefslogtreecommitdiff
path: root/lang/py35-html-docs/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-01-19 20:34:50 +0000
committerleot <leot@pkgsrc.org>2017-01-19 20:34:50 +0000
commit5b1ee4143022df412adb214985132f10c3422916 (patch)
tree0c6dad93f77132eb495de7030c7b5a8f23e1ea36 /lang/py35-html-docs/Makefile
parenta16b650423ebac0d6db54146c732a10b971237a4 (diff)
downloadpkgsrc-5b1ee4143022df412adb214985132f10c3422916.tar.gz
Update lang/py35-html-docs to py35-html-docs-3.5.3
pkgsrc changes: - Switch MASTER_SITES to https://www.python.org/ftp/python/doc/${VERS}/ Unlike previous MASTER_SITES the documentation there is not regenerated periodically (so it will avoid possible changes in the distfiles). Changes (from the `Documentation' section of the Python 3.5.3 Changelog): - Issue #28513: Documented command-line interface of zipfile.
Diffstat (limited to 'lang/py35-html-docs/Makefile')
-rw-r--r--lang/py35-html-docs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/py35-html-docs/Makefile b/lang/py35-html-docs/Makefile
index 25657b80d74..b39c34a0c10 100644
--- a/lang/py35-html-docs/Makefile
+++ b/lang/py35-html-docs/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2016/07/12 10:13:59 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/01/19 20:34:50 leot Exp $
#
-VERS= 3.5.2
+VERS= 3.5.3
DISTNAME= python-${VERS}-docs-html
PKGNAME= py35-html-docs-${VERS}
CATEGORIES= lang python
-MASTER_SITES= https://docs.python.org/${VERS:C/\.[0-9]+$//}/archives/
+MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org