3.3.2 This release fixes a few regressions found in Python 3.3.1. Complete list at http://docs.python.org/release/3.3.2/whatsnew/changelog.html 3.3.1 This is a 3.3 series bugfix release. It includes hundreds of bugfixes over 3.3.0. Complete list at http://docs.python.org/release/3.3.1/whatsnew/changelog.html
8 lines
306 B
Makefile
8 lines
306 B
Makefile
# $NetBSD: dist.mk,v 1.2 2013/05/26 17:56:09 wiz Exp $
|
|
|
|
PY_DISTVERSION= 3.3.2
|
|
DISTNAME= Python-${PY_DISTVERSION}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
DISTINFO_FILE= ${.CURDIR}/../../lang/python33/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../lang/python33/patches
|
|
MASTER_SITES= http://www.python.org/ftp/python/${PY_DISTVERSION}/
|