Notable changes in Python 3.6.7 xml.dom.minidom and mod:xml.sax modules no longer process external entities by default.
8 lines
306 B
Makefile
8 lines
306 B
Makefile
# $NetBSD: dist.mk,v 1.8 2018/10/22 17:31:21 adam Exp $
|
|
|
|
PY_DISTVERSION= 3.6.7
|
|
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}/
|