Python 3.6.3 final Library * bpo-31641: Re-allow arbitrary iterables in concurrent.futures.as_completed(). Fixes regression in 3.6.3rc1. Build * bpo-31662: Fix typos in Windows uploadrelease.bat script. Fix Windows Doc build issues in Doc/make.bat. * bpo-31423: Fix building the PDF documentation with newer versions of Sphinx. More here https://docs.python.org/3.6/whatsnew/changelog.html
8 lines
306 B
Makefile
8 lines
306 B
Makefile
# $NetBSD: dist.mk,v 1.4 2017/10/05 08:17:25 adam Exp $
|
|
|
|
PY_DISTVERSION= 3.6.3
|
|
DISTNAME= Python-${PY_DISTVERSION}
|
|
EXTRACT_SUFX= .tar.xz
|
|
DISTINFO_FILE= ${.CURDIR}/../../lang/python36/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../lang/python36/patches
|
|
MASTER_SITES= http://www.python.org/ftp/python/${PY_DISTVERSION}/
|