pkgsrc/lang/python36/dist.mk
adam b0b7b9a218 python36: updated to 3.6.7
Notable changes in Python 3.6.7
xml.dom.minidom and mod:xml.sax modules no longer process external entities by default.
2018-10-22 17:31:21 +00:00

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}/