c2f9324f81
* An ordered dictionary type * New unittest features including test skipping, new assert methods, and test discovery * A much faster io module * Automatic numbering of fields in the str.format() method * Float repr improvements backported from 3.x * Tile support for Tkinter * A backport of the memoryview object from 3.x * Set literals * Set and dictionary comprehensions * Dictionary views * New syntax for nested with statements * The sysconfig module
8 lines
307 B
Makefile
8 lines
307 B
Makefile
# $NetBSD: dist.mk,v 1.3 2012/04/13 18:47:27 adam Exp $
|
|
|
|
PY_DISTVERSION= 2.7.3
|
|
DISTNAME= Python-${PY_DISTVERSION}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
DISTINFO_FILE= ${.CURDIR}/../../lang/python27/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../lang/python27/patches
|
|
MASTER_SITES= http://www.python.org/ftp/python/${PY_DISTVERSION}/
|